{"info":{"_postman_id":"cf41ae6f-6cc5-4967-b598-2153caa5b63e","name":"WeShip APIs","description":"<html><head></head><body><p>Welcome to the API documentation for WeShip Logistics Solutions. We provide comprehensive API solutions to streamline and enhance your operation. Whether you're managing shipments, pickups, tracking, or accessing financial data, our APIs offer a seamless integration experience.</p>\n<ul>\n<li><p>WeShip</p>\n</li>\n<li><p>WeShip Track</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21281772","collectionId":"cf41ae6f-6cc5-4967-b598-2153caa5b63e","publishedId":"2s9YsQ9AAu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0052d3"},"publishDate":"2024-01-17T16:56:17.000Z"},"item":[{"name":"WeShip","item":[{"name":"Authentication","item":[{"name":"Access Token","id":"ec1dddf3-7d3f-4e04-ad7c-db905822cf9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"{{email}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/user/login","description":"<p>This endpoint is used for user authentication, allowing users to log in by providing their email and password. It supports dynamic parameterization with variables <code>{{email}}</code>, <code>{{password}}</code>, and <code>{{host}}</code>. Upon successful authentication, the server responds with user-specific data.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</p>\n</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>password</code> (string): The password associated with the user's account.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["user","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c772042a-c8d7-4566-82d0-f4e429fcd0f2","name":"200","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"{{email}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 19:34:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"344"},{"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=15552000; 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":"ETag","value":"W/\"158-+aO3hIqb+WbcSYjNCnNrMrGvdKI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9\"\n}"},{"id":"461926e2-0f25-45e3-9dd9-db92a84a37cb","name":"500","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"{{email}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/user/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Jun 2022 14:20:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; 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":"ETag","value":"W/\"2f-yoL7JpLFibpIbo1ZZj9Io8rge4c\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"}],"_postman_id":"ec1dddf3-7d3f-4e04-ad7c-db905822cf9b"}],"id":"4ed14133-fd7d-454b-a98a-a9b29b6fdb8e","description":"<p>The \"Authentication\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the resources available:</p>\n","_postman_id":"4ed14133-fd7d-454b-a98a-a9b29b6fdb8e"},{"name":"Orders","item":[{"name":"Get Orders List","id":"9ee22a41-9491-42f9-b3a9-8950093d257d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/orders/find?limit=10&skip=0&fulfillment_status=all&financial_status=all","description":"<p>This endpoint retrieves a list of orders based on specified criteria, allowing users to filter orders by fulfillment status, financial status, and apply pagination. It supports dynamic parameterization with the variable <code>{{host}}</code> and requires authentication with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</li>\n<li><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>limit</code> (number): The maximum number of items to retrieve. [Min 10, Max 100].</p>\n</li>\n<li><p><code>skip</code> (number): The number of items to skip in the result set. [Min 10, Max 100].</p>\n</li>\n<li><p><code>fulfillment_status</code> (string): Filter orders by fulfillment status ('all' or specific status).</p>\n</li>\n<li><p><code>financial_status</code> (string): Filter orders by financial status ('all' or specific status).</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fulfillment Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fulfilled, unfulfilled, partial</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><strong>Financial Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid, pending, refunded, partially_paid, partially_refunded, unpaid, voided</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["orders","find"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"},{"key":"fulfillment_status","value":"all"},{"key":"financial_status","value":"all"}],"variable":[]}},"response":[{"id":"a21f9941-7e8a-4d15-ae93-5453d9a20f56","name":"200","originalRequest":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":{"raw":"https://{{host}}/orders/find?limit=10&skip=0&fulfillment_status=all&financial_status=all","protocol":"https","host":["{{host}}"],"path":["orders","find"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"},{"key":"fulfillment_status","value":"all"},{"key":"financial_status","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 16:34:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7150"},{"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=15552000; 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":"ETag","value":"W/\"1bee-bt4VpR3m+BTsKsE+HdsQ7aVlbR0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"id\": 896656,\n            \"channel\": \"Shopify\",\n            \"channel_id\": \"54751967\",\n            \"data\": \"{\\\"id\\\": 54751967, \\\"name\\\": \\\"15461\\\", \\\"paid_at\\\": null, \\\"currency\\\": \\\"MXN\\\", \\\"cancelled\\\": null, \\\"closed_at\\\": \\\"2024-01-15T10:35:57-06:00\\\", \\\"created_at\\\": \\\"2024-01-14T11:46:50-06:00\\\", \\\"line_items\\\": [{\\\"KG\\\": 0.5, \\\"LB\\\": 1.1, \\\"id\\\": 15758175, \\\"sku\\\": \\\"MC-WTE\\\", \\\"name\\\": \\\"IPhone 12 Mini Leather Case\\\", \\\"grams\\\": 0, \\\"price\\\": \\\"590.00\\\", \\\"title\\\": \\\"IPhone 12 Mini Leather Case\\\", \\\"wight\\\": 0.5, \\\"duties\\\": [], \\\"vendor\\\": \\\"Classic\\\", \\\"taxable\\\": false, \\\"quantity\\\": 1, \\\"gift_card\\\": false, \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"590.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"590.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"tax_lines\\\": [], \\\"wightUnit\\\": \\\"KG\\\", \\\"product_id\\\": 802234975, \\\"properties\\\": [{\\\"name\\\": \\\"Choose Your Position\\\", \\\"value\\\": \\\"Horizontal\\\"}, {\\\"name\\\": \\\"Enter Your Text\\\", \\\"value\\\": \\\"MIA \\\"}, {\\\"name\\\": \\\"_font size Enter Your Text\\\", \\\"value\\\": \\\"40.00\\\"}, {\\\"name\\\": \\\"Choose A Color\\\", \\\"value\\\": \\\"Canary\\\"}, {\\\"name\\\": \\\"Preview\\\", \\\"value\\\": \\\"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/13f359c5357.png\\\"}, {\\\"name\\\": \\\"_pplr_preview\\\", \\\"value\\\": \\\"Preview\\\"}], \\\"variant_id\\\": 44100135354591, \\\"weightUnit\\\": \\\"KG\\\", \\\"variant_title\\\": null, \\\"product_exists\\\": true, \\\"total_discount\\\": \\\"0.00\\\", \\\"origin_location\\\": {\\\"zip\\\": \\\"66220\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Sender Name\\\", \\\"email\\\": \\\"sender@weship.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"store\\\": \\\"\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Sender Address1\\\", \\\"address2\\\": \\\"Sender Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"Almacen\\\", \\\"country_code\\\": \\\"MX\\\", \\\"locationName\\\": \\\"Almacen\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"NL\\\"}, \\\"requires_shipping\\\": true, \\\"fulfillment_status\\\": \\\"fulfilled\\\", \\\"total_discount_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"fulfillment_service\\\": \\\"manual\\\", \\\"admin_graphql_api_id\\\": \\\"gid://shopify/LineItem/15758175\\\", \\\"discount_allocations\\\": [], \\\"fulfillable_quantity\\\": 0, \\\"variant_inventory_management\\\": \\\"shopify\\\"}], \\\"cancelled_at\\\": null, \\\"fulfillments\\\": [{\\\"id\\\": 4916895842527, \\\"name\\\": \\\"15461.1\\\", \\\"status\\\": \\\"success\\\", \\\"receipt\\\": {}, \\\"service\\\": \\\"manual\\\", \\\"order_id\\\": 54751967, \\\"created_at\\\": \\\"2024-01-15T10:35:57-06:00\\\", \\\"line_items\\\": [{\\\"id\\\": 15758175, \\\"sku\\\": \\\"MC-WTE\\\", \\\"name\\\": \\\"IPhone 12 Mini Leather Case\\\", \\\"grams\\\": 0, \\\"price\\\": \\\"590.00\\\", \\\"title\\\": \\\"IPhone 12 Mini Leather Case\\\", \\\"duties\\\": [], \\\"vendor\\\": \\\"Classic\\\", \\\"taxable\\\": false, \\\"quantity\\\": 1, \\\"gift_card\\\": false, \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"590.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"590.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"tax_lines\\\": [], \\\"product_id\\\": 802234975, \\\"properties\\\": [{\\\"name\\\": \\\"Choose Your Position\\\", \\\"value\\\": \\\"Horizontal\\\"}, {\\\"name\\\": \\\"Enter Your Text\\\", \\\"value\\\": \\\"MIA \\\"}, {\\\"name\\\": \\\"_font size Enter Your Text\\\", \\\"value\\\": \\\"40.00\\\"}, {\\\"name\\\": \\\"Choose A Color\\\", \\\"value\\\": \\\"Canary\\\"}, {\\\"name\\\": \\\"Preview\\\", \\\"value\\\": \\\"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/13f359c56ae350247176357.png\\\"}, {\\\"name\\\": \\\"_pplr_preview\\\", \\\"value\\\": \\\"Preview\\\"}], \\\"variant_id\\\": 44100135354591, \\\"variant_title\\\": null, \\\"product_exists\\\": true, \\\"total_discount\\\": \\\"0.00\\\", \\\"requires_shipping\\\": true, \\\"fulfillment_status\\\": \\\"fulfilled\\\", \\\"total_discount_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"fulfillment_service\\\": \\\"manual\\\", \\\"admin_graphql_api_id\\\": \\\"gid://shopify/LineItem/15758175\\\", \\\"discount_allocations\\\": [], \\\"fulfillable_quantity\\\": 0, \\\"variant_inventory_management\\\": \\\"shopify\\\"}], \\\"updated_at\\\": \\\"2024-01-15T10:36:04-06:00\\\", \\\"location_id\\\": 16177332291, \\\"tracking_url\\\": \\\"https://www.collective.com/pages/weship?trackingNumber=A02A0RY\\\", \\\"tracking_urls\\\": [\\\"https://www.collective.com/pages/weship?trackingNumber=A02A0RY\\\"], \\\"origin_address\\\": {}, \\\"shipment_status\\\": null, \\\"tracking_number\\\": \\\"A02A0RY\\\", \\\"tracking_company\\\": \\\"Estafeta\\\", \\\"tracking_numbers\\\": [\\\"A02A0RY\\\"], \\\"admin_graphql_api_id\\\": \\\"gid://shopify/Fulfillment/4916895842527\\\"}], \\\"cancel_reason\\\": null, \\\"shipping_lines\\\": [{\\\"id\\\": 4478016553183, \\\"code\\\": \\\"Envio Express (5-7 days)\\\", \\\"phone\\\": null, \\\"price\\\": \\\"100.00\\\", \\\"title\\\": \\\"Envio Express (5-7 days)\\\", \\\"source\\\": \\\"shopify\\\", \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"100.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"100.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"tax_lines\\\": [], \\\"discounted_price\\\": \\\"100.00\\\", \\\"delivery_category\\\": null, \\\"carrier_identifier\\\": \\\"650f1a14fa979ec5c74d063e968411d4\\\", \\\"discount_allocations\\\": [], \\\"discounted_price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"100.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"100.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"requested_fulfillment_service_id\\\": null}], \\\"billing_address\\\": {\\\"zip\\\": \\\"83600\\\", \\\"city\\\": \\\"Caborca\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"6111111111\\\", \\\"company\\\": \\\"\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address1\\\", \\\"address2\\\": \\\"Customer Address2\\\", \\\"province\\\": \\\"Sonora\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"SON\\\"}, \\\"financial_status\\\": \\\"paid\\\", \\\"shipping_address\\\": {\\\"zip\\\": \\\"83600\\\", \\\"city\\\": \\\"Caborca\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"6111111111\\\", \\\"company\\\": \\\"\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address1\\\", \\\"address2\\\": \\\"Customer Address2\\\", \\\"province\\\": \\\"Sonora\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"SON\\\"}, \\\"fulfillment_status\\\": \\\"fulfilled\\\"}\",\n            \"org\": 1,\n            \"createdBy\": null,\n            \"createdAt\": \"2024-01-14T17:46:57.000Z\",\n            \"updatedAt\": \"2024-01-15T18:19:19.000Z\",\n            \"notes\": null,\n            \"customerName\": \"Customer Name\",\n            \"channel_name\": \"15461\",\n            \"fulfillment_status\": \"fulfilled\",\n            \"financial_status\": \"paid\",\n            \"active\": 1,\n            \"store\": \"my-store.myshopify.com\",\n            \"storeCreatedAt\": \"2024-01-14T17:46:50.000Z\",\n            \"storeClosedAt\": \"2024-01-15T16:35:57.000Z\",\n            \"customerEmail\": \"customer@email.com\",\n            \"customerCountry\": \"Mexico\",\n            \"customerProvince\": \"Sonora\",\n            \"customerCountryCode\": \"MX\",\n            \"customerProvinceCode\": \"SON\",\n            \"customerCity\": \"Caborca\",\n            \"customerZip\": \"83600\",\n            \"customerSelectedShipping\": \"Envio Express (5-7 days)\",\n            \"riskLevel\": \"LOW\",\n            \"riskMessage\": \"Shopify recommendation\",\n            \"cancelled\": 0,\n            \"cancelReason\": null,\n            \"cancelledAt\": null\n        }\n    ],\n    \"next\": 10\n}"}],"_postman_id":"9ee22a41-9491-42f9-b3a9-8950093d257d"},{"name":"Create Quote","id":"d10f057a-a769-480b-872c-71fc360a1584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": {\r\n        \"name\": \"Sender Name\",\r\n        \"email\": \"sender@email.com\",\r\n        \"companyName\": \"Sender Company\",\r\n        \"phone\": \"8111111111\",\r\n        \"country\": \"México\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Puebla\",\r\n        \"province_code\": \"PU\",\r\n        \"city\": \"Puebla\",\r\n        \"address1\": \"Cuauhtémoc 28\",\r\n        \"address2\": \"Agrícola Ignacio Zaragoza\",\r\n        \"optionalInfo\": \"\",\r\n        \"zip\": \"72100\"\r\n    },\r\n    \"recipient\": {\r\n        \"name\": \"Recipient Name\",\r\n        \"email\": \"recipient@email.com\",\r\n        \"companyName\": \"Recipient Company\",\r\n        \"phone\": \"2111111111\",\r\n        \"country\": \"Mexico\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Nuevo León\",\r\n        \"province_code\": \"NL\",\r\n        \"city\": \"San Pedro Garza García\",\r\n        \"address1\": \"Valle del Mezquite 1431\",\r\n        \"address2\": \"Palo Blanco\",\r\n        \"optionalInfo\": \"\",\r\n        \"zip\": \"66236\"\r\n    },\r\n    \"packages\": [\r\n        {\r\n            \"h\": 10,\r\n            \"w\": 10,\r\n            \"hh\": 2,\r\n            \"weight\": 1,\r\n            \"sizeUnit\": \"CM\",\r\n            \"weightUnit\": \"KG\",\r\n            \"declaredValue\": 0\r\n        }\r\n    ],\r\n    \"courier\": [\r\n        \"FedEx\",\r\n        \"Estafeta\",\r\n        \"RedPack\",\r\n        \"99minutos\",\r\n        \"DHL\",\r\n        \"Paquetexpress\",\r\n        \"JyT\",\r\n        \"Borzo\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/orders/quoteOrder","description":"<p>This endpoint is used to create a new quote with detailed information about the sender, recipient, packages, and couriers preferences. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, and <code>{{token}}</code> for the access token. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</p>\n</li>\n<li><p><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</p>\n</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><p><code>sender</code> (object): Details of the sender, including:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>email</code> (string): The email address of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>companyName</code> (string): The company name of the sender [Min 3 and Max 30 characters].</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the sender.</p>\n</li>\n<li><p><code>country</code> (string): The country of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>country_code</code> (string): The country code of the sender. [2 characters].</p>\n</li>\n<li><p><code>province</code> (string): The province or state of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>province_code</code> (string): The province code of the sender [2 characters].</p>\n</li>\n<li><p><code>city</code> (string): The city of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>address1</code> (string): The primary address line of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>address2</code> (string): The secondary address line of the sender [Max 30 characters].</p>\n</li>\n<li><p><code>optionalInfo</code> (string): Additional optional information about the sender [Max 30 characters].</p>\n</li>\n<li><p><code>zip</code> (string): The postal code or ZIP code of the sender.</p>\n</li>\n</ul>\n</li>\n<li><p><code>recipient</code> (object): Details of the recipient, including:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>email</code> (string): The email address of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>companyName</code> (string or null): The company name of the recipient, or null if not applicable [Min 3 and Max 30 characters].</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the recipient.</p>\n</li>\n<li><p><code>country</code> (string): The country of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>country_code</code> (string): The country code of the recipient [2 characters].</p>\n</li>\n<li><p><code>province</code> (string): The province or state of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>province_code</code> (string): The province code of the recipient [2 characters].</p>\n</li>\n<li><p><code>city</code> (string): The city of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>address1</code> (string): The primary address line of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>address2</code> (string): The secondary address line of the recipient [Max 30 characters].</p>\n</li>\n<li><p><code>optionalInfo</code> (string or null): Additional optional information about the recipient, or null if not applicable [Max 30 characters].</p>\n</li>\n<li><p><code>zip</code> (string): The postal code or ZIP code of the recipient.</p>\n</li>\n</ul>\n</li>\n<li><p><code>packages</code> (array): An array of package objects, each specifying:</p>\n<ul>\n<li><p><code>h</code> (number): The height of the package.</p>\n</li>\n<li><p><code>w</code> (number): The width of the package.</p>\n</li>\n<li><p><code>hh</code> (number): The second height dimension of the package.</p>\n</li>\n<li><p><code>weight</code> (number): The weight of the package.</p>\n</li>\n<li><p><code>sizeUnit</code> (string): The unit of measurement for dimensions (e.g., \"CM\" / \"IN\").</p>\n</li>\n<li><p><code>weightUnit</code> (string): The unit of measurement for weight (e.g., \"KG\" / \"LB\").</p>\n</li>\n<li><p><code>declaredValue</code> (number): The declared value of the package.</p>\n</li>\n</ul>\n</li>\n<li><p><code>courier</code> (array): List of preferred courier services.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Couriers List</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FedEx, Estafeta, RedPack, 99minutos, DHL, Paquetexpress, JyT, Borzo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["orders","quoteOrder"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"35b76fc5-18ba-4587-94c4-b5286cf2fb3f","name":"200","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": {\r\n        \"name\": \"Sender Name\",\r\n        \"email\": \"sender@email.com\",\r\n        \"companyName\": \"Sender Company\",\r\n        \"phone\": \"811111111111\",\r\n        \"country\": \"México\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Puebla\",\r\n        \"province_code\": \"PU\",\r\n        \"city\": \"Puebla\",\r\n        \"address1\": \"Cuauhtémoc 28\",\r\n        \"address2\": \"Agrícola Ignacio Zaragoza\",\r\n        \"optionalInfo\": \"\",\r\n        \"zip\": \"72100\"\r\n    },\r\n    \"recipient\": {\r\n        \"name\": \"Recipient Name\",\r\n        \"email\": \"recipient@email.com\",\r\n        \"companyName\": \"ASD\",\r\n        \"phone\": \"211111111111\",\r\n        \"country\": \"Mexico\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Nuevo León\",\r\n        \"province_code\": \"NL\",\r\n        \"city\": \"San Pedro Garza García\",\r\n        \"address1\": \"Valle del Mezquite 1431\",\r\n        \"address2\": \"Palo Blanco\",\r\n        \"optionalInfo\": \"\",\r\n        \"zip\": \"66236\"\r\n    },\r\n    \"packages\": [\r\n        {\r\n            \"h\": 10,\r\n            \"w\": 10,\r\n            \"hh\": 2,\r\n            \"weight\": 1,\r\n            \"sizeUnit\": \"CM\",\r\n            \"weightUnit\": \"KG\",\r\n            \"declaredValue\": 0\r\n        }\r\n    ],\r\n    \"courier\": [\r\n        \"fedex\",\r\n        \"estafeta\",\r\n        \"99minutos\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/orders/quoteOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 19:41:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2267"},{"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=15552000; 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":"ETag","value":"W/\"8db-Bn7fwXx45xMIq7uiElfJlE8N9vE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"image\": true,\n            \"courier\": \"99minutos\",\n            \"alias\": \"99minutos\",\n            \"courierId\": \"wallet_99minutos_0\",\n            \"serviceType\": \"nextDay\",\n            \"serviceName\": \"Express\",\n            \"deliveryTimestamp\": \"2024-01-19T17:50:07.154Z\",\n            \"amount\": 157,\n            \"currency\": \"mxn\",\n            \"packageSize\": \"xs\",\n            \"insurance_availability\": true,\n            \"amount_insurance_courier\": 0,\n            \"minInsurance\": 0,\n            \"maxInsurance\": 30000,\n            \"expectedDelivery\": [\n                4\n            ]\n        },\n        {\n            \"courier\": \"RedPack\",\n            \"alias\": \"redpack\",\n            \"courierId\": \"wallet_redpack_0\",\n            \"serviceType\": \"ECOEXPRESS\",\n            \"serviceName\": \"ECOEXPRESS\",\n            \"deliveryDayOfWeek\": \"WED\",\n            \"deliveryTimestamp\": \"2024-01-21T07:50:08.021Z\",\n            \"amount\": 167,\n            \"currency\": \"MXN\",\n            \"insurance_availability\": false,\n            \"amount_insurance_courier\": 0,\n            \"minInsurance\": 2500,\n            \"maxInsurance\": 30000,\n            \"expectedDelivery\": [\n                5\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"Estafeta\",\n            \"alias\": \"estafeta\",\n            \"courierId\": \"wallet_estafeta_0\",\n            \"serviceName\": \"Terrestre\",\n            \"serviceType\": 70,\n            \"deliveryTimestamp\": \"2024-01-20T18:50:07.373Z\",\n            \"amount\": 186,\n            \"minInsurance\": 0,\n            \"maxInsurance\": 30000,\n            \"insurance_availability\": true,\n            \"amount_insurance_courier\": 0,\n            \"pickup\": 1,\n            \"currency\": \"MXN\",\n            \"extended\": 0,\n            \"ocurre\": 0,\n            \"expectedDelivery\": [\n                4\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"FedEx\",\n            \"alias\": \"fedex\",\n            \"courierId\": \"wallet_fedex_0\",\n            \"serviceType\": \"FEDEX_EXPRESS_SAVER\",\n            \"serviceName\": \"Fedex Express Saver\",\n            \"deliveryDayOfWeek\": \"SAT\",\n            \"deliveryTimestamp\": \"2024-01-20T07:50:08.257Z\",\n            \"amount\": 193,\n            \"currency\": \"MXN\",\n            \"amount_insurance_courier\": 0,\n            \"insurance_availability\": true,\n            \"zone\": \"4\",\n            \"minInsurance\": 0,\n            \"maxInsurance\": 30000,\n            \"expectedDelivery\": [\n                4\n            ]\n        },\n        {\n            \"courier\": \"RedPack\",\n            \"alias\": \"redpack\",\n            \"courierId\": \"wallet_redpack_1\",\n            \"serviceType\": \"EXPRESS\",\n            \"serviceName\": \"EXPRESS\",\n            \"deliveryDayOfWeek\": \"MON\",\n            \"deliveryTimestamp\": \"2024-01-19T11:50:07.941Z\",\n            \"amount\": 199,\n            \"currency\": \"MXN\",\n            \"insurance_availability\": false,\n            \"amount_insurance_courier\": 0,\n            \"minInsurance\": 2500,\n            \"maxInsurance\": 30000,\n            \"expectedDelivery\": [\n                4\n            ]\n        },\n        {\n            \"amount_insurance\": 0,\n            \"image\": true,\n            \"courier\": \"DHL\",\n            \"alias\": \"dhl\",\n            \"courierId\": \"wallet_dhl_0\",\n            \"serviceName\": \"ECONOMY SELECT DOMESTIC\",\n            \"serviceType\": \"dhl_G\",\n            \"deliveryTimestamp\": \"2024-01-19T23:59:00.000Z\",\n            \"amount\": 207,\n            \"currency\": \"MXN\",\n            \"minInsurance\": 3000,\n            \"insurance_availability\": false,\n            \"amount_insurance_courier\": 0,\n            \"expectedDelivery\": [\n                5\n            ]\n        },\n        {\n            \"amount_insurance\": 0,\n            \"image\": true,\n            \"courier\": \"DHL\",\n            \"alias\": \"dhl\",\n            \"courierId\": \"wallet_dhl_0\",\n            \"serviceName\": \"EXPRESS DOMESTIC\",\n            \"serviceType\": \"dhl_N\",\n            \"deliveryTimestamp\": \"2024-01-19T23:59:00.000Z\",\n            \"amount\": 207,\n            \"currency\": \"MXN\",\n            \"minInsurance\": 3000,\n            \"insurance_availability\": false,\n            \"amount_insurance_courier\": 0,\n            \"expectedDelivery\": [\n                5\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"Estafeta\",\n            \"alias\": \"estafeta\",\n            \"courierId\": \"wallet_estafeta_0\",\n            \"serviceName\": \"Express\",\n            \"serviceType\": 60,\n            \"deliveryTimestamp\": \"2024-01-19T17:50:07.373Z\",\n            \"amount\": 210,\n            \"minInsurance\": 0,\n            \"maxInsurance\": 30000,\n            \"insurance_availability\": true,\n            \"amount_insurance_courier\": 0,\n            \"pickup\": 1,\n            \"currency\": \"MXN\",\n            \"extended\": 0,\n            \"ocurre\": 0,\n            \"expectedDelivery\": [\n                3\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"FedEx\",\n            \"alias\": \"fedex\",\n            \"courierId\": \"wallet_fedex_0\",\n            \"serviceType\": \"STANDARD_OVERNIGHT\",\n            \"serviceName\": \"Standard Overnight\",\n            \"deliveryDayOfWeek\": \"FRI\",\n            \"deliveryTimestamp\": \"2024-01-19T03:50:08.257Z\",\n            \"amount\": 217,\n            \"currency\": \"MXN\",\n            \"amount_insurance_courier\": 0,\n            \"insurance_availability\": true,\n            \"zone\": \"4\",\n            \"minInsurance\": 0,\n            \"maxInsurance\": 30000,\n            \"expectedDelivery\": [\n                3\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"paquetexpress\",\n            \"alias\": \"paquetexpress\",\n            \"courierId\": \"wallet_paquetexpress_0\",\n            \"serviceName\": \"Standard\",\n            \"serviceType\": \"STD-T\",\n            \"deliveryTimestamp\": \"2024-01-19T00:00:00\",\n            \"amount\": 227,\n            \"currency\": \"MXN\",\n            \"insurance_availability\": true,\n            \"amount_insurance_courier\": 0,\n            \"minInsurance\": 0,\n            \"maxInsurance\": 20000,\n            \"expectedDelivery\": [\n                4\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"FedEx\",\n            \"alias\": \"fedex\",\n            \"courierId\": \"wallet_fedex_0\",\n            \"serviceType\": \"PRIORITY_OVERNIGHT\",\n            \"serviceName\": \"Priority Overnight\",\n            \"deliveryDayOfWeek\": \"FRI\",\n            \"deliveryTimestamp\": \"2024-01-19T03:50:08.257Z\",\n            \"amount\": 537,\n            \"currency\": \"MXN\",\n            \"amount_insurance_courier\": 0,\n            \"insurance_availability\": true,\n            \"zone\": \"4\",\n            \"minInsurance\": 0,\n            \"maxInsurance\": 30000,\n            \"expectedDelivery\": [\n                2\n            ]\n        },\n        {\n            \"image\": true,\n            \"courier\": \"paquetexpress\",\n            \"alias\": \"paquetexpress\",\n            \"courierId\": \"wallet_paquetexpress_0\",\n            \"serviceName\": \"Express 2 Day\",\n            \"serviceType\": \"SEG-2D\",\n            \"deliveryTimestamp\": \"2024-01-19T00:00:00\",\n            \"amount\": 885,\n            \"currency\": \"MXN\",\n            \"insurance_availability\": true,\n            \"amount_insurance_courier\": 0,\n            \"minInsurance\": 0,\n            \"maxInsurance\": 20000,\n            \"expectedDelivery\": [\n                1\n            ]\n        }\n    ],\n    \"rates_errors\": [\n        {\n            \"image\": true,\n            \"courier\": \"JyT\",\n            \"alias\": \"jyt\",\n            \"courierId\": \"wallet_jyt_0\",\n            \"serviceName\": \"Service is not available for Puebla.\",\n            \"serviceType\": \"Service not available\"\n        },\n        {\n            \"image\": true,\n            \"courier\": \"Borzo\",\n            \"alias\": \"borzo\",\n            \"courierId\": \"wallet_borzo_0\",\n            \"serviceType\": \"Servicio no disponible\",\n            \"serviceName\": \"No hay cobertura en estado: NL\"\n        }\n    ]\n}"}],"_postman_id":"d10f057a-a769-480b-872c-71fc360a1584"}],"id":"be0d9676-16ce-4999-957c-0ad5b8c4b682","description":"<p>The \"Orders\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the resources available:</p>\n","_postman_id":"be0d9676-16ce-4999-957c-0ad5b8c4b682"},{"name":"Shipments","item":[{"name":"Get Shipments List","id":"c2ed2343-bb08-4e40-8b1e-a2201d3ee0e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/shipments/find?limit=10&skip=0","description":"<p>This endpoint retrieves a list of shipments based on specified criteria, allowing users to apply pagination. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host and <code>{{token}}</code> for the access token, and requires authentication with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>limit</code> (optional): The maximum number of shipments to retrieve. [Min 10, Max 100].</p>\n</li>\n<li><p><code>skip</code> (optional): The number of shipments to skip in the result set. [Min 10, Max 100].</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["shipments","find"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"589ae030-468d-4128-be3a-7d66a940c42b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTg2LCJhIjoxMCwibyI6NDcsImlhdCI6MTcwNTQyNTEzMywiZXhwIjoxNzA1NDQzMTMzfQ.ULRThACER6kHrcRSTjmCj...","type":"text"}],"url":{"raw":"https://api.weship.com/shipments/find?limit=10&skip=0","protocol":"https","host":["api","weship","com"],"path":["shipments","find"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 17:20:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42372"},{"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=15552000; 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":"ETag","value":"W/\"a584-to8eC6sMqWFOKMYVVv+BSD6SDkA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"shipments\": [\n        {\n            \"id\": 247,\n            \"createdAt\": \"2024-01-15T16:35:53.000Z\",\n            \"paqueteria\": \"Fedex\",\n            \"deliveryDay\": null,\n            \"customerInfo\": null,\n            \"status\": \"{\\\"keyStatus\\\":\\\"In transit\\\",\\\"statusWithDetails\\\":\\\"Arrived at FedEx location\\\"}\",\n            \"resolved\": 0,\n            \"pickedupAt\": \"2024-01-15T21:10:00.000Z\",\n            \"scanEventList\": \"[{\\\"date\\\": \\\"2024-01-16T16:39:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"message\\\": \\\"Arrived at FedEx hub\\\", \\\"statusCD\\\": \\\"AR\\\", \\\"scanLocation\\\": \\\"CUAUTITLAN IZCALLI, EM, MX, 54769\\\"}, {\\\"date\\\": \\\"2024-01-16T01:54:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"message\\\": \\\"Left FedEx origin facility\\\", \\\"statusCD\\\": \\\"DP\\\", \\\"scanLocation\\\": \\\"MONTERREY, NL, MX, 66350\\\"}, {\\\"date\\\": \\\"2024-01-15T21:10:00.000Z\\\", \\\"status\\\": \\\"Picked up\\\", \\\"message\\\": \\\"Picked up\\\", \\\"statusCD\\\": \\\"PU\\\", \\\"scanLocation\\\": \\\"MONTERREY, NL, MX, 66350\\\"}, {\\\"date\\\": \\\"2024-01-15T16:35:53.000Z\\\", \\\"status\\\": \\\"Label created\\\", \\\"message\\\": \\\"Shipment information sent to FedEx\\\", \\\"statusCD\\\": \\\"OC\\\", \\\"scanLocation\\\": null}]\",\n            \"deliveredAt\": null,\n            \"shipperAddress\": \"{\\\"zip\\\": \\\"66220\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Shipper Name\\\", \\\"email\\\": \\\"shipper@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"store\\\": \\\"\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Shipper Address 1\\\", \\\"address2\\\": \\\"Shipper Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"Almacen\\\", \\\"country_code\\\": \\\"MX\\\", \\\"locationName\\\": \\\"Almacen\\\", \\\"optionalInfo\\\": \\\".\\\", \\\"province_code\\\": \\\"NL\\\"}\",\n            \"trackingNumber\": \"414897861\",\n            \"labels\": \"[{\\\"labelPath\\\": \\\"247_0_fedex\\\", \\\"trackingNumber\\\": \\\"414897861\\\"}]\",\n            \"serviceType\": \"FEDEX_EXPRESS_SAVER\",\n            \"serviceName\": \"FedEx Nacional Económico\",\n            \"expectedDeliveryDate\": \"2024-01-18T21:00:00.000Z\",\n            \"customerAddress\": \"{\\\"zip\\\": \\\"80200\\\", \\\"city\\\": \\\"Culiacan\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"6111111111\\\", \\\"company\\\": \\\"\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Sinaloa\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"SI\\\"}\",\n            \"weight\": 0.5,\n            \"weightUnit\": \"KG\",\n            \"extendedZone\": 0,\n            \"packages\": \"[{\\\"h\\\": 10, \\\"w\\\": 10, \\\"hh\\\": 2, \\\"weight\\\": 0.5, \\\"sizeUnit\\\": \\\"CM\\\", \\\"weightUnit\\\": \\\"KG\\\", \\\"declaredValue\\\": 490, \\\"volumetricWeight\\\": 0.5}]\",\n            \"items\": \"[{\\\"id\\\": 13639851081951, \\\"sku\\\": \\\"MC-RED-12/12Pro\\\", \\\"name\\\": \\\"Red IPhone 12 Pro Leather Case\\\", \\\"grams\\\": 0, \\\"satCode\\\": \\\"50192100\\\", \\\"variant\\\": 36938034970773, \\\"quantity\\\": 1, \\\"product_id\\\": 5962373202069, \\\"price_amount\\\": 490, \\\"price_currency\\\": \\\"MXN\\\"}]\",\n            \"delayedTime\": null,\n            \"insurance\": 0,\n            \"org\": \"{\\\"id\\\": 1, \\\"name\\\": \\\"Collective\\\"}\",\n            \"orders\": \"{\\\"id\\\": 892, \\\"store\\\": \\\"my-store.myshopify.com\\\", \\\"channel\\\": \\\"Shopify\\\", \\\"shopifyId\\\": \\\"5474226962655\\\", \\\"channel_name\\\": \\\"1521444444421\\\"}\",\n            \"pickups_id\": null\n        },\n        {\n            \"id\": 246,\n            \"createdAt\": \"2024-01-15T16:35:51.000Z\",\n            \"paqueteria\": \"Estafeta\",\n            \"deliveryDay\": null,\n            \"customerInfo\": null,\n            \"status\": \"{\\\"keyStatus\\\":\\\"In transit\\\",\\\"statusWithDetails\\\":\\\"Llegada a centro de distribución Centro de Int. SLP\\\",\\\"statusCD\\\":\\\"it\\\",\\\"date\\\":\\\"2024-01-16T15:46:00.000Z\\\"}\",\n            \"resolved\": 0,\n            \"pickedupAt\": \"2024-01-15T18:46:00.000Z\",\n            \"scanEventList\": \"[{\\\"date\\\": \\\"2024-01-16T15:46:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"eventId\\\": \\\"SCON\\\", \\\"message\\\": \\\"Llegada a centro de distribución Centro de Int. SLP\\\", \\\"statusCD\\\": \\\"it\\\", \\\"scanLocation\\\": \\\"Centro de Int. SLP\\\"}, {\\\"date\\\": \\\"2024-01-16T04:21:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"eventId\\\": \\\"ECON\\\", \\\"message\\\": \\\"En ruta foránea  hacia Centro de Int. SLP\\\", \\\"statusCD\\\": \\\"it\\\", \\\"scanLocation\\\": \\\"Monterrey\\\"}, {\\\"date\\\": \\\"2024-01-16T02:01:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"eventId\\\": \\\"SCON\\\", \\\"message\\\": \\\"Llegada a centro de distribución Monterrey\\\", \\\"statusCD\\\": \\\"it\\\", \\\"scanLocation\\\": \\\"Monterrey\\\"}, {\\\"date\\\": \\\"2024-01-16T01:52:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"eventId\\\": \\\"SCON\\\", \\\"message\\\": \\\"Llegada a centro de distribución Monterrey\\\", \\\"statusCD\\\": \\\"it\\\", \\\"scanLocation\\\": \\\"Monterrey\\\"}, {\\\"date\\\": \\\"2024-01-15T18:46:00.000Z\\\", \\\"status\\\": \\\"Picked up\\\", \\\"message\\\": \\\"Esfeta package was picked up\\\", \\\"statusCD\\\": \\\"pu\\\", \\\"scanLocation\\\": \\\"Monterrey\\\"}, {\\\"date\\\": \\\"2024-01-15T16:35:51.954Z\\\", \\\"status\\\": \\\"Label created\\\", \\\"message\\\": \\\"Estafeta label created\\\", \\\"statusCD\\\": \\\"lb\\\"}]\",\n            \"deliveredAt\": null,\n            \"shipperAddress\": \"{\\\"zip\\\": \\\"66220\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Shipper Name\\\", \\\"email\\\": \\\"shipper@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"store\\\": \\\"\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Shipper Address 1\\\", \\\"address2\\\": \\\"Shipper Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"Almacen\\\", \\\"country_code\\\": \\\"MX\\\", \\\"locationName\\\": \\\"Almacen\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"NL\\\"}\",\n            \"trackingNumber\": \"9055A02A0S1\",\n            \"labels\": \"[{\\\"labelPath\\\": \\\"246_0_estafeta\\\", \\\"trackingCode\\\": \\\"1666332923\\\", \\\"trackingNumber\\\": \\\"9055A02A0S1\\\"}]\",\n            \"serviceType\": \"70\",\n            \"serviceName\": \"Terrestre\",\n            \"expectedDeliveryDate\": \"2024-01-18T18:35:50.000Z\",\n            \"customerAddress\": \"{\\\"zip\\\": \\\"72830\\\", \\\"city\\\": \\\"San Andrés Cholula\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@mail.com\\\", \\\"phone\\\": \\\"5111111111\\\", \\\"company\\\": \\\"\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Puebla\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"PU\\\"}\",\n            \"weight\": 0.5,\n            \"weightUnit\": \"KG\",\n            \"extendedZone\": 0,\n            \"packages\": \"[{\\\"h\\\": 10, \\\"w\\\": 10, \\\"hh\\\": 2, \\\"weight\\\": 0.5, \\\"sizeUnit\\\": \\\"CM\\\", \\\"weightUnit\\\": \\\"KG\\\", \\\"volumetricWeight\\\": 0.04}]\",\n            \"items\": \"[{\\\"KG\\\": 0, \\\"id\\\": 13641205022943, \\\"sku\\\": \\\"MC-WTE-13ProMax\\\", \\\"name\\\": \\\"Collection Nº6 IPhone 13 Pro Max Leather Case\\\", \\\"grams\\\": 0, \\\"satCode\\\": \\\"50192100\\\", \\\"variant\\\": 42114175369439, \\\"quantity\\\": 1, \\\"product_id\\\": 7460405674207, \\\"price_amount\\\": 600, \\\"price_currency\\\": \\\"MXN\\\"}]\",\n            \"delayedTime\": null,\n            \"insurance\": 0,\n            \"org\": \"{\\\"id\\\": 1, \\\"name\\\": \\\"Collective\\\"}\",\n            \"orders\": \"{\\\"id\\\": 894, \\\"store\\\": \\\"my-store.myshopify.com\\\", \\\"channel\\\": \\\"Shopify\\\", \\\"shopifyId\\\": \\\"5474912764127\\\", \\\"channel_name\\\": \\\"1521444444441\\\"}\",\n            \"pickups_id\": null\n        }\n    ],\n    \"next\": true,\n    \"status\": true,\n    \"data\": true,\n    \"org\": true\n}"}],"_postman_id":"c2ed2343-bb08-4e40-8b1e-a2201d3ee0e4"},{"name":"Get Shipment Id","id":"9860c6e6-2c30-4586-be3e-df8c4e6a4267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/shipments/{{shipment_id}}","description":"<p>This endpoint retrieves details for a specific shipment identified by the <code>shipment_id</code>. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, <code>{{token}}</code> for the access token, and <code>{{shipment_id}}</code> for the unique identifier of the shipment. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>shipment_id</code> (required): The unique identifier of the shipment for which details are to be retrieved.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["shipments","{{shipment_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"eee5c1d5-f717-4988-a65f-f1a67ce826cc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTg2LCJhIjoxMCwibyI6NDcsImlhdCI6MTcwNTQyNTEzMywiZXhwIjoxNzA1NDQzMTMzfQ.ULRThACER6kHrcRSTjmCj...","type":"text"}],"url":"https://api.weship.com/shipments/240447"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 17:44:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10693"},{"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=15552000; 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":"ETag","value":"W/\"29c5-y5IB0mKaf0d5DUZQcVsNPEPH2JU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24447,\n    \"data\": \"{\\\"line_items\\\": [{\\\"id\\\": 1081951, \\\"sku\\\": \\\"MC-RED-12/12Pro\\\", \\\"name\\\": \\\"Red IPhone 12 Pro Leather Case\\\", \\\"grams\\\": 0, \\\"satCode\\\": \\\"50192100\\\", \\\"variant\\\": 36938034970773, \\\"quantity\\\": 1, \\\"product_id\\\": 5962373202069, \\\"price_amount\\\": 490, \\\"price_currency\\\": \\\"MXN\\\"}], \\\"shipping_address\\\": {\\\"zip\\\": \\\"80200\\\", \\\"city\\\": \\\"Culiacan\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"6111111111\\\", \\\"company\\\": \\\"\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Sinaloa\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"SI\\\"}}\",\n    \"orders\": {\n        \"id\": 892,\n        \"org\": 1,\n        \"data\": {\n            \"id\": 547655,\n            \"name\": \"152421\",\n            \"paid_at\": null,\n            \"currency\": \"MXN\",\n            \"cancelled\": null,\n            \"closed_at\": \"2024-01-15T10:35:58-06:00\",\n            \"created_at\": \"2024-01-12T14:43:27-06:00\",\n            \"line_items\": [\n                {\n                    \"KG\": 0.5,\n                    \"LB\": 1.1,\n                    \"id\": 1081951,\n                    \"sku\": \"MC-RED-12/12Pro\",\n                    \"name\": \"Red IPhone 12 Pro Leather Case\",\n                    \"grams\": 0,\n                    \"price\": \"490.00\",\n                    \"title\": \"Red IPhone 12 Pro Leather Case\",\n                    \"wight\": 0.5,\n                    \"duties\": [],\n                    \"vendor\": \"Classic\",\n                    \"taxable\": false,\n                    \"quantity\": 1,\n                    \"gift_card\": false,\n                    \"price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"490.00\",\n                            \"currency_code\": \"MXN\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"490.00\",\n                            \"currency_code\": \"MXN\"\n                        }\n                    },\n                    \"tax_lines\": [],\n                    \"wightUnit\": \"KG\",\n                    \"product_id\": 5962373202069,\n                    \"properties\": [\n                        {\n                            \"name\": \"Choose Style\",\n                            \"value\": \"Classic\"\n                        },\n                        {\n                            \"name\": \"Choose Your Position\",\n                            \"value\": \"Vertical Top\"\n                        },\n                        {\n                            \"name\": \"Enter Your Text\",\n                            \"value\": \"RAAN\"\n                        },\n                        {\n                            \"name\": \"_font size Enter Your Text\",\n                            \"value\": \"30.05\"\n                        },\n                        {\n                            \"name\": \"Choose Font Style\",\n                            \"value\": \"Child\"\n                        },\n                        {\n                            \"name\": \"Choose Font Color\",\n                            \"value\": \"Canary\"\n                        },\n                        {\n                            \"name\": \"Preview\",\n                            \"value\": \"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/2158880138949d1c32aed34dbcbb1ec4.png\"\n                        },\n                        {\n                            \"name\": \"_design_Preview\",\n                            \"value\": \"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/e19aa1e6992052ac711ad9675cbe5e52.png\"\n                        },\n                        {\n                            \"name\": \"_pplr_preview\",\n                            \"value\": \"Preview\"\n                        }\n                    ],\n                    \"variant_id\": 36938034970773,\n                    \"weightUnit\": \"KG\",\n                    \"variant_title\": null,\n                    \"product_exists\": true,\n                    \"total_discount\": \"0.00\",\n                    \"origin_location\": {\n                        \"zip\": \"66220\",\n                        \"city\": \"San Pedro Garza García\",\n                        \"name\": \"Sender Name\",\n                        \"email\": \"sender@email.com\",\n                        \"phone\": \"8111111111\",\n                        \"country\": \"México\",\n                        \"address1\": \"Sender Address 1\",\n                        \"address2\": \"Sender Address 2\",\n                        \"province\": \"Nuevo León\",\n                        \"companyName\": \"Almacen\",\n                        \"country_code\": \"MX\",\n                        \"optionalInfo\": \"\",\n                        \"province_code\": \"NL\"\n                    },\n                    \"requires_shipping\": true,\n                    \"fulfillment_status\": \"fulfilled\",\n                    \"total_discount_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"0.00\",\n                            \"currency_code\": \"MXN\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"0.00\",\n                            \"currency_code\": \"MXN\"\n                        }\n                    },\n                    \"fulfillment_service\": \"manual\",\n                    \"admin_graphql_api_id\": \"gid://shopify/LineItem/1081951\",\n                    \"discount_allocations\": [],\n                    \"fulfillable_quantity\": 0,\n                    \"variant_inventory_management\": \"shopify\"\n                }\n            ],\n            \"cancelled_at\": null,\n            \"fulfillments\": [\n                {\n                    \"id\": 4916895908063,\n                    \"name\": \"152421.1\",\n                    \"status\": \"success\",\n                    \"receipt\": {},\n                    \"service\": \"manual\",\n                    \"order_id\": 547655,\n                    \"created_at\": \"2024-01-15T10:35:57-06:00\",\n                    \"line_items\": [\n                        {\n                            \"id\": 1081951,\n                            \"sku\": \"MC-RED-12/12Pro\",\n                            \"name\": \"Red IPhone 12 Pro Leather Case\",\n                            \"grams\": 0,\n                            \"price\": \"490.00\",\n                            \"title\": \"Red IPhone 12 Pro Leather Case\",\n                            \"duties\": [],\n                            \"vendor\": \"Classic\",\n                            \"taxable\": false,\n                            \"quantity\": 1,\n                            \"gift_card\": false,\n                            \"price_set\": {\n                                \"shop_money\": {\n                                    \"amount\": \"490.00\",\n                                    \"currency_code\": \"MXN\"\n                                },\n                                \"presentment_money\": {\n                                    \"amount\": \"490.00\",\n                                    \"currency_code\": \"MXN\"\n                                }\n                            },\n                            \"tax_lines\": [],\n                            \"product_id\": 5962373202069,\n                            \"properties\": [\n                                {\n                                    \"name\": \"Choose Style\",\n                                    \"value\": \"Classic\"\n                                },\n                                {\n                                    \"name\": \"Choose Your Position\",\n                                    \"value\": \"Vertical Top\"\n                                },\n                                {\n                                    \"name\": \"Enter Your Text\",\n                                    \"value\": \"RAAN\"\n                                },\n                                {\n                                    \"name\": \"_font size Enter Your Text\",\n                                    \"value\": \"30.05\"\n                                },\n                                {\n                                    \"name\": \"Choose Font Style\",\n                                    \"value\": \"Child\"\n                                },\n                                {\n                                    \"name\": \"Choose Font Color\",\n                                    \"value\": \"Canary\"\n                                },\n                                {\n                                    \"name\": \"Preview\",\n                                    \"value\": \"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/2158880138949d1c32aed34dbcbb1ec4.png\"\n                                },\n                                {\n                                    \"name\": \"_design_Preview\",\n                                    \"value\": \"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/e19aa1e6992052ac711ad9675cbe5e52.png\"\n                                },\n                                {\n                                    \"name\": \"_pplr_preview\",\n                                    \"value\": \"Preview\"\n                                }\n                            ],\n                            \"variant_id\": 36938034970773,\n                            \"variant_title\": null,\n                            \"product_exists\": true,\n                            \"total_discount\": \"0.00\",\n                            \"requires_shipping\": true,\n                            \"fulfillment_status\": \"fulfilled\",\n                            \"total_discount_set\": {\n                                \"shop_money\": {\n                                    \"amount\": \"0.00\",\n                                    \"currency_code\": \"MXN\"\n                                },\n                                \"presentment_money\": {\n                                    \"amount\": \"0.00\",\n                                    \"currency_code\": \"MXN\"\n                                }\n                            },\n                            \"fulfillment_service\": \"manual\",\n                            \"admin_graphql_api_id\": \"gid://shopify/LineItem/1081951\",\n                            \"discount_allocations\": [],\n                            \"fulfillable_quantity\": 0,\n                            \"variant_inventory_management\": \"shopify\"\n                        }\n                    ],\n                    \"updated_at\": \"2024-01-15T16:37:05-06:00\",\n                    \"location_id\": 16177332291,\n                    \"tracking_url\": \"https://www.collective.com/pages/weship?trackingNumber=4814897861\",\n                    \"tracking_urls\": [\n                        \"https://www.collective.com/pages/weship?trackingNumber=4814897861\"\n                    ],\n                    \"origin_address\": {},\n                    \"shipment_status\": \"in_transit\",\n                    \"tracking_number\": \"4814897861\",\n                    \"tracking_company\": \"FedEx\",\n                    \"tracking_numbers\": [\n                        \"4814897861\"\n                    ],\n                    \"admin_graphql_api_id\": \"gid://shopify/Fulfillment/4916895908063\"\n                }\n            ],\n            \"cancel_reason\": null,\n            \"shipping_lines\": [\n                {\n                    \"id\": 4476789129439,\n                    \"code\": \"Envio Express (5-7 days)\",\n                    \"phone\": null,\n                    \"price\": \"100.00\",\n                    \"title\": \"Envio Express (5-7 days)\",\n                    \"source\": \"shopify\",\n                    \"price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"100.00\",\n                            \"currency_code\": \"MXN\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"100.00\",\n                            \"currency_code\": \"MXN\"\n                        }\n                    },\n                    \"tax_lines\": [],\n                    \"discounted_price\": \"100.00\",\n                    \"delivery_category\": null,\n                    \"carrier_identifier\": \"650f1a14fa979ec5c74d063e968411d4\",\n                    \"discount_allocations\": [],\n                    \"discounted_price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"100.00\",\n                            \"currency_code\": \"MXN\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"100.00\",\n                            \"currency_code\": \"MXN\"\n                        }\n                    },\n                    \"requested_fulfillment_service_id\": null\n                }\n            ],\n            \"billing_address\": {\n                \"zip\": \"80200\",\n                \"city\": \"Culiacan\",\n                \"name\": \"Customer Name\",\n                \"email\": \"customer@email.com\",\n                \"phone\": \"6111111111\",\n                \"company\": \"Customer Company\",\n                \"country\": \"Mexico\",\n                \"address1\": \"Customer Address 1\",\n                \"address2\": \"Customer Address 2\",\n                \"province\": \"Sinaloa\",\n                \"companyName\": \"Customer Company\",\n                \"country_code\": \"MX\",\n                \"optionalInfo\": \"\",\n                \"province_code\": \"SIN\"\n            },\n            \"financial_status\": \"paid\",\n            \"shipping_address\": {\n                \"zip\": \"80200\",\n                \"city\": \"Culiacan\",\n                \"name\": \"Customer Name\",\n                \"email\": \"customer@email.com\",\n                \"phone\": \"6111111111\",\n                \"company\": \"\",\n                \"country\": \"Mexico\",\n                \"address1\": \"Customer Address 1\",\n                \"address2\": \"Customer Address 2\",\n                \"province\": \"Sinaloa\",\n                \"companyName\": \"\",\n                \"country_code\": \"MX\",\n                \"optionalInfo\": \"\",\n                \"province_code\": \"SIN\"\n            },\n            \"fulfillment_status\": \"fulfilled\"\n        },\n        \"notes\": \"\",\n        \"store\": \"my-store.myshopify.com\",\n        \"active\": 1,\n        \"channel\": \"Shopify\",\n        \"cancelled\": 0,\n        \"createdAt\": \"2024-01-12 20:43:40.000000\",\n        \"riskLevel\": \"LOW\",\n        \"updatedAt\": \"2024-01-15 22:37:10.000000\",\n        \"channel_id\": \"547655\",\n        \"customerZip\": \"80200\",\n        \"riskMessage\": \"Shopify recommendation\",\n        \"channel_name\": \"152421\",\n        \"customerCity\": \"Culiacan\",\n        \"customerName\": \"Customer Name\",\n        \"customerEmail\": \"customer@email.com\",\n        \"storeClosedAt\": \"2024-01-15 16:35:58.000000\",\n        \"storeCreatedAt\": \"2024-01-12 20:43:27.000000\",\n        \"customerCountry\": \"Mexico\",\n        \"customerProvince\": \"Sinaloa\",\n        \"financial_status\": \"paid\",\n        \"fulfillment_status\": \"fulfilled\",\n        \"customerCountryCode\": \"MX\",\n        \"customerProvinceCode\": \"SIN\",\n        \"customerSelectedShipping\": \"Envio Express (5-7 days)\"\n    },\n    \"org\": {\n        \"id\": 1,\n        \"name\": \"Collective\",\n        \"createdAt\": \"2023-12-03 16:20:00.000000\",\n        \"updatedAt\": \"2023-12-03 16:20:00.000000\",\n        \"responsables\": \"sender@email.com\"\n    },\n    \"createdBy\": {\n        \"id\": 513324,\n        \"name\": \"Sender Name\",\n        \"email\": \"sender@email.com\",\n        \"active\": 1,\n        \"createdAt\": \"2022-02-24 16:20:13.000000\",\n        \"updatedAt\": \"2022-02-24 16:23:02.000000\",\n    },\n    \"createdAt\": \"2024-01-15T16:35:53.000Z\",\n    \"updatedAt\": \"2024-01-16T02:01:18.000Z\",\n    \"paqueteria\": \"Fedex\",\n    \"deliveryDay\": null,\n    \"customerInfo\": null,\n    \"status\": \"{\\\"keyStatus\\\":\\\"Delay\\\",\\\"statusWithDetails\\\":\\\"Local Delay\\\"}\",\n    \"resolved\": 0,\n    \"pickedupAt\": \"2024-01-15T21:10:00.000Z\",\n    \"scanEventList\": \"[{\\\"date\\\": \\\"2024-01-16T17:13:00.000Z\\\", \\\"status\\\": \\\"Delay\\\", \\\"message\\\": \\\"Local Delay\\\", \\\"statusCD\\\": \\\"DY\\\", \\\"scanLocation\\\": \\\"CUAUTITLAN IZCALLI, EM, MX, 54769\\\"}, {\\\"date\\\": \\\"2024-01-16T16:39:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"message\\\": \\\"Arrived at FedEx hub\\\", \\\"statusCD\\\": \\\"AR\\\", \\\"scanLocation\\\": \\\"CUAUTITLAN IZCALLI, EM, MX, 54769\\\"}, {\\\"date\\\": \\\"2024-01-16T01:54:00.000Z\\\", \\\"status\\\": \\\"In transit\\\", \\\"message\\\": \\\"Left FedEx origin facility\\\", \\\"statusCD\\\": \\\"DP\\\", \\\"scanLocation\\\": \\\"MONTERREY, NL, MX, 66350\\\"}, {\\\"date\\\": \\\"2024-01-15T21:10:00.000Z\\\", \\\"status\\\": \\\"Picked up\\\", \\\"message\\\": \\\"Picked up\\\", \\\"statusCD\\\": \\\"PU\\\", \\\"scanLocation\\\": \\\"MONTERREY, NL, MX, 66350\\\"}, {\\\"date\\\": \\\"2024-01-15T16:35:53.000Z\\\", \\\"status\\\": \\\"Label created\\\", \\\"message\\\": \\\"Shipment information sent to FedEx\\\", \\\"statusCD\\\": \\\"OC\\\", \\\"scanLocation\\\": null}]\",\n    \"deliveredAt\": null,\n    \"shipperAddress\": \"{\\\"zip\\\": \\\"66220\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Sender Name\\\", \\\"email\\\": \\\"sender@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"store\\\": \\\"\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Sender Address 1\\\", \\\"address2\\\": \\\"Sender Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"Almacen\\\", \\\"country_code\\\": \\\"MX\\\", \\\"locationName\\\": \\\"Almacen\\\", \\\"optionalInfo\\\": \\\".\\\", \\\"province_code\\\": \\\"NL\\\"}\",\n    \"trackingNumber\": \"4814897861\",\n    \"labels\": \"[{\\\"labelPath\\\": \\\"24447_0_fedex\\\", \\\"trackingNumber\\\": \\\"4814897861\\\"}]\",\n    \"serviceType\": \"FEDEX_EXPRESS_SAVER\",\n    \"serviceName\": \"FedEx Nacional Económico\",\n    \"expectedDeliveryDate\": \"2024-01-18T21:00:00.000Z\",\n    \"customerAddress\": \"{\\\"zip\\\": \\\"80200\\\", \\\"city\\\": \\\"Culiacan\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"6111111111\\\", \\\"company\\\": \\\"\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Sinaloa\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"SI\\\"}\",\n    \"weight\": 0.5,\n    \"weightUnit\": \"KG\",\n    \"extendedZone\": 0,\n    \"packages\": \"[{\\\"h\\\": 10, \\\"w\\\": 10, \\\"hh\\\": 2, \\\"weight\\\": 0.5, \\\"sizeUnit\\\": \\\"CM\\\", \\\"weightUnit\\\": \\\"KG\\\", \\\"declaredValue\\\": 490, \\\"volumetricWeight\\\": 0.5}]\",\n    \"items\": \"[{\\\"id\\\": 1081951, \\\"sku\\\": \\\"MC-RED-12/12Pro\\\", \\\"name\\\": \\\"Red IPhone 12 Pro Leather Case\\\", \\\"grams\\\": 0, \\\"satCode\\\": \\\"50192100\\\", \\\"variant\\\": 36938034970773, \\\"quantity\\\": 1, \\\"product_id\\\": 5962373202069, \\\"price_amount\\\": 490, \\\"price_currency\\\": \\\"MXN\\\"}]\",\n    \"overweight\": 0,\n    \"insurance\": 0,\n    \"deliveryId\": null,\n    \"cartaPorte\": 1,\n    \"lastEmailType\": \"In transit\",\n    \"apiVersion\": null,\n    \"delayedTime\": null,\n    \"zone\": \"6\",\n    \"currentStatus\": \"Delay\",\n    \"currentStatusCode\": null,\n    \"currentStatusDate\": \"2024-01-16T17:13:00.000Z\",\n    \"deliveryTime\": null,\n    \"currentStatusDetails\": \"Local Delay\"\n}"}],"_postman_id":"9860c6e6-2c30-4586-be3e-df8c4e6a4267"},{"name":"Create Shipment","id":"c8ac5482-5a4e-43f2-a16a-563257489564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": {\r\n        \"name\": \"Sender Name\",\r\n        \"email\": \"sender@email.com\",\r\n        \"companyName\": \"Sender Company\",\r\n        \"phone\": \"811111111111\",\r\n        \"country\": \"México\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Puebla\",\r\n        \"province_code\": \"PU\",\r\n        \"city\": \"Puebla\",\r\n        \"address1\": \"Cuauhtémoc 28\",\r\n        \"address2\": \"Agrícola Ignacio Zaragoza\",\r\n        \"optionalInfo\": \"\",\r\n        \"zip\": \"72100\"\r\n    },\r\n    \"recipient\": {\r\n        \"name\": \"Recipient Name\",\r\n        \"email\": \"recipient@email.com\",\r\n        \"companyName\": null,\r\n        \"phone\": \"211111111111\",\r\n        \"country\": \"Mexico\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Nuevo León\",\r\n        \"province_code\": \"NL\",\r\n        \"city\": \"San Pedro Garza García\",\r\n        \"address1\": \"Valle del Mezquite 1431\",\r\n        \"address2\": \"Palo Blanco\",\r\n        \"optionalInfo\": null,\r\n        \"zip\": \"66236\"\r\n    },\r\n    \"selectedService\": {\r\n        \"serviceType\": 70,\r\n        \"serviceName\": \"Terrestre\",\r\n        \"courier\": \"Estafeta\"\r\n    },\r\n    \"enabledInsurance\": false,\r\n    \"items\": [\r\n        {\r\n            \"name\": \"Product\",\r\n            \"quantity\": 1,\r\n            \"originCountry\": {\r\n                \"name\": \"México\",\r\n                \"code\": \"MX\"\r\n            },\r\n            \"price_set\": {\r\n                \"shop_money\": {\r\n                    \"amount\": \"300\",\r\n                    \"currency_code\": \"MXN\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"packages\": [\r\n        {\r\n            \"h\": 10,\r\n            \"w\": 10,\r\n            \"hh\": 2,\r\n            \"weight\": 1,\r\n            \"sizeUnit\": \"CM\",\r\n            \"weightUnit\": \"KG\",\r\n            \"declaredValue\": 0\r\n        }\r\n    ],\r\n    \"fulfillment\": true,\r\n    \"currency_code\": \"MXN\",\r\n    \"total_amount_insurance\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/createShipment","description":"<p>This endpoint is used to create a new shipment with detailed information about the sender, recipient, selected service, insurance, items, packages, and fulfillment preferences. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, and <code>{{token}}</code> for the access token. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</li>\n<li><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</li>\n<li><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>sender</code> (object): Details of the sender, including:<ul>\n<li><code>name</code> (string): The name of the sender.</li>\n<li><code>email</code> (string): The email address of the sender [Max 30 characters].</li>\n<li><code>companyName</code> (string): The company name of the sender [Min 3 and Max 30 characters].</li>\n<li><code>phone</code> (string): The phone number of the sender.</li>\n<li><code>country</code> (string): The country of the sender.</li>\n<li><code>country_code</code> (string): The country code of the sender. [2 characters].</li>\n<li><code>province</code> (string): The province or state of the sender.</li>\n<li><code>province_code</code> (string): The province code of the sender [2 characters].</li>\n<li><code>city</code> (string): The city of the sender [Max 30 characters].</li>\n<li><code>address1</code> (string): The primary address line of the sender [Max 30 characters].</li>\n<li><code>address2</code> (string): The secondary address line of the sender [Max 30 characters].</li>\n<li><code>optionalInfo</code> (string): Additional optional information about the sender [Max 30 characters].</li>\n<li><code>zip</code> (string): The postal code or ZIP code of the sender.</li>\n</ul>\n</li>\n<li><code>recipient</code> (object): Details of the recipient, including:<ul>\n<li><code>name</code> (string): The name of the recipient.</li>\n<li><code>email</code> (string): The email address of the recipient [Max 30 characters].</li>\n<li><code>companyName</code> (string or null): The company name of the recipient, or null if not applicable [Min 3 and Max 30 characters].</li>\n<li><code>phone</code> (string): The phone number of the recipient.</li>\n<li><code>country</code> (string): The country of the recipient.</li>\n<li><code>country_code</code> (string): The country code of the recipient [2 characters].</li>\n<li><code>province</code> (string): The province or state of the recipient.</li>\n<li><code>province_code</code> (string): The province code of the recipient [2 characters].</li>\n<li><code>city</code> (string): The city of the recipient [Max 30 characters].</li>\n<li><code>address1</code> (string): The primary address line of the recipient [Max 30 characters].</li>\n<li><code>address2</code> (string): The secondary address line of the recipient [Max 30 characters].</li>\n<li><code>optionalInfo</code> (string or null): Additional optional information about the recipient, or null if not applicable [Max 30 characters].</li>\n<li><code>zip</code> (string): The postal code or ZIP code of the recipient.</li>\n</ul>\n</li>\n<li><code>selectedService</code> (object): Details of the selected service.<ul>\n<li><code>serviceType</code> (number): Type identifier for the selected service.</li>\n<li><code>serviceName</code> (string): Name of the selected service.</li>\n<li><code>courier</code> (string): Courier associated with the selected service.</li>\n</ul>\n</li>\n<li><code>enabledInsurance</code> (boolean): Indicates whether insurance is enabled for the shipment.</li>\n<li><code>items</code> (array): Array of item objects.<ul>\n<li><code>name</code> (string): Name of the item.</li>\n<li><code>quantity</code> (number): Quantity of the item.</li>\n<li><code>originCountry</code> (object): Details of the origin country.<ul>\n<li><code>name</code> (string): Name of the origin country.</li>\n<li><code>code</code> (string): Country code of the origin country.</li>\n</ul>\n</li>\n<li><code>price_set</code> (object): Details of the item price.<ul>\n<li><code>shop_money</code> (object): Details of the shop money.<ul>\n<li><code>amount</code> (string): Amount of money.</li>\n<li><code>currency_code</code> (string): Currency code.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>packages</code> (array): An array of package objects, each specifying:<ul>\n<li><code>h</code> (number): The height of the package.</li>\n<li><code>w</code> (number): The width of the package.</li>\n<li><code>hh</code> (number): The second height dimension of the package.</li>\n<li><code>weight</code> (number): The weight of the package.</li>\n<li><code>sizeUnit</code> (string): The unit of measurement for dimensions (e.g., \"CM\" / \"IN\").</li>\n<li><code>weightUnit</code> (string): The unit of measurement for weight (e.g., \"KG\" / \"LB\").</li>\n<li><code>declaredValue</code> (number): The declared value of the package.</li>\n</ul>\n</li>\n<li><code>fulfillment</code> (boolean): Indicates whether fulfillment is enabled for the shipment.</li>\n<li><code>currency_code</code> (string): Currency code for the shipment [\"MXN\"].</li>\n<li><code>total_amount_insurance</code> (number): Total amount of insurance for the shipment.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["shipments","createShipment"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a100ba13-d981-41e3-8c77-ee46d115bd4e","name":"200","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": {\r\n        \"name\": \"Sender Name\",\r\n        \"email\": \"sender@email.com\",\r\n        \"companyName\": \"Sender Company\",\r\n        \"phone\": \"811111111111\",\r\n        \"country\": \"México\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Puebla\",\r\n        \"province_code\": \"PU\",\r\n        \"city\": \"Puebla\",\r\n        \"address1\": \"Cuauhtémoc 28\",\r\n        \"address2\": \"Agrícola Ignacio Zaragoza\",\r\n        \"optionalInfo\": \"\",\r\n        \"zip\": \"72100\"\r\n    },\r\n    \"recipient\": {\r\n        \"name\": \"Recipient Name\",\r\n        \"email\": \"recipient@email.com\",\r\n        \"companyName\": null,\r\n        \"phone\": \"211111111111\",\r\n        \"country\": \"Mexico\",\r\n        \"country_code\": \"MX\",\r\n        \"province\": \"Nuevo León\",\r\n        \"province_code\": \"NL\",\r\n        \"city\": \"San Pedro Garza García\",\r\n        \"address1\": \"Valle del Mezquite 1431\",\r\n        \"address2\": \"Palo Blanco\",\r\n        \"optionalInfo\": null,\r\n        \"zip\": \"66236\"\r\n    },\r\n    \"selectedService\": {\r\n        \"serviceType\": 70,\r\n        \"serviceName\": \"Terrestre\",\r\n        \"courier\": \"Estafeta\"\r\n    },\r\n    \"enabledInsurance\": false,\r\n    \"items\": [\r\n        {\r\n            \"name\": \"Product\",\r\n            \"quantity\": 1,\r\n            \"originCountry\": {\r\n                \"name\": \"México\",\r\n                \"code\": \"MX\"\r\n            },\r\n            \"price_set\": {\r\n                \"shop_money\": {\r\n                    \"amount\": \"300\",\r\n                    \"currency_code\": \"MXN\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"packages\": [\r\n        {\r\n            \"h\": 10,\r\n            \"w\": 10,\r\n            \"hh\": 2,\r\n            \"weight\": 1,\r\n            \"sizeUnit\": \"CM\",\r\n            \"weightUnit\": \"KG\",\r\n            \"declaredValue\": 0\r\n        }\r\n    ],\r\n    \"fulfillment\": true,\r\n    \"currency_code\": \"MXN\",\r\n    \"total_amount_insurance\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/createShipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 18:13:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"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=15552000; 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":"ETag","value":"W/\"a3-LKRmVPyHvfGNyY2zV0bKDYBgRM0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"success\": true,\n        \"trackingNumber\": \"605589784165570A02A134\",\n        \"amount\": 136,\n        \"labelsNumber\": 1,\n        \"orderID\": 121,\n        \"data\": [\n            626\n        ]\n    },\n    \"order_id\": 121\n}"}],"_postman_id":"c8ac5482-5a4e-43f2-a16a-563257489564"},{"name":"Cancel Shipment","id":"4e36a5c5-0404-45e7-b693-ef168f72a88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"{{token}}","type":"text"},{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": {{id}},\r\n    \"courier\": \"{{courier}}\",\r\n    \"trackingNumber\": \"{{trackingNumber}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/cancel","description":"<p>This endpoint is used to cancel a shipment by providing details such as the shipment <code>id</code>, <code>courier</code>, and <code>trackingNumber</code>. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, <code>{{token}}</code> for the access token, and variables like <code>{{id}}</code>, <code>{{courier}}</code>, and <code>{{trackingNumber}}</code> for specific shipment details. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</li>\n<li><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</li>\n<li><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><p><code>id</code> (number): The unique identifier of the shipment to be canceled.</p>\n</li>\n<li><p><code>courier</code> (string): The courier associated with the shipment.</p>\n</li>\n<li><p><code>trackingNumber</code> (string): The tracking number of the shipment.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Couriers List</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FedEx, Estafeta, 99minutos, RedPack, Borzo, Uber, JyT, DHL, Paquetexpress</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shipments","cancel"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6ad2dbcb-caa9-45f6-8c79-2ba7c1d25310","name":"200","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"{{token}}","type":"text"},{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": {{id}},\r\n    \"courier\": \"{{courier}}\",\r\n    \"trackingNumber\": \"{{trackingNumber}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 18:17:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"453"},{"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=15552000; 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":"ETag","value":"W/\"1c5-GchUT6zQJle9HwsWQqUl6VPicFI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Successfully cancel Estafeta shipment 605589784165570A02A134.\",\n    \"tracking\": {\n        \"trackingNumber\": \"605589784165570A02A134\",\n        \"shipmentId\": 626,\n        \"status\": {\n            \"keyStatus\": \"Label canceled\",\n            \"statusWithDetails\": \"Shipment cancelled by sender\"\n        },\n        \"scanEvents\": [\n            {\n                \"date\": \"2024-01-16T18:13:43.322Z\",\n                \"status\": \"Label created\",\n                \"message\": \"Estafeta label created\",\n                \"statusCD\": \"lb\"\n            }\n        ],\n        \"deliveredAt\": null,\n        \"pickedupAt\": null,\n        \"weship\": true,\n        \"overweight\": false\n    }\n}"}],"_postman_id":"4e36a5c5-0404-45e7-b693-ef168f72a88b"},{"name":"Get Labels","id":"0070e172-4bf7-400a-92c4-b9e1a659c1b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"trackingNumber\": \"{{trackingNumber}}\",\r\n    \"courier\": \"{{courier}}\",\r\n    \"format\": \"{{format}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/getLabels","description":"<p>This endpoint is used to retrieve labels for a shipment by providing the <code>trackingNumber</code>, <code>courier</code>, and <code>format</code>. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, <code>{{token}}</code> for the access token, and variables like <code>{{trackingNumber}}</code>, <code>{{courier}}</code>, and <code>{{format}}</code> for specific label details. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</li>\n<li><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</li>\n<li><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>trackingNumber</code> (string): The tracking number of the shipment for which labels are to be retrieved.</li>\n<li><code>courier</code> (string): The courier associated with the shipment.</li>\n<li><code>format</code> (string): The desired format for the labels.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Couriers List</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FedEx, Estafeta, 99minutos, RedPack, Borzo, Uber, JyT, DHL, Paquetexpress</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shipments","getLabels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"86747d69-6bd9-42b1-94ae-8ea79e54db93","name":"200","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"trackingNumber\": \"{{trackingNumber}}\",\r\n    \"courier\": \"{{courier}}\",\r\n    \"format\": \"{{format}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/getLabels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 18:25:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"371"},{"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=15552000; 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":"ETag","value":"W/\"173-T3IKMoMy7WGQwnPFuxCZiLfiSmM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"labels\": [\n        \"https://files-weship.s3.us-east-2.amazonaws.com/guias/626_0_estafeta.png\"\n    ]\n}"}],"_postman_id":"0070e172-4bf7-400a-92c4-b9e1a659c1b0"},{"name":"Get Status","id":"c0c6c0ce-2290-41dd-a8ce-3d104a3d6938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": {{id}},\r\n    \"courier\": \"{{courier}}\",\r\n    \"trackingNumber\": \"{{trackingNumber}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/tracking","description":"<p>This endpoint is used to retrieve tracking information for a shipment by providing the <code>id</code>, <code>courier</code>, and <code>trackingNumber</code>. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, <code>{{token}}</code> for the access token, and variables like <code>{{id}}</code>, <code>{{courier}}</code>, and <code>{{trackingNumber}}</code> for specific tracking details. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</li>\n<li><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</li>\n<li><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><p><code>id</code> (number): The unique identifier of the shipment for tracking.</p>\n</li>\n<li><p><code>courier</code> (string): The courier associated with the shipment.</p>\n</li>\n<li><p><code>trackingNumber</code> (string): The tracking number of the shipment.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paqueterías</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FedEx, Estafeta, 99minutos, RedPack, Borzo, Uber, JyT, DHL, Paquetexpress</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shipments","tracking"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"55cf1bb4-925e-4935-8430-41ca02679c47","name":"200","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": {{id}},\r\n    \"courier\": \"{{courier}}\",\r\n    \"trackingNumber\": \"{{trackingNumber}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/shipments/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 18:28:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"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=15552000; 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":"ETag","value":"W/\"179-xc89IdYP4XUHb8JdHE+M9rVWYXM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"trackingNumber\": \"605589784165570A02A134\",\n            \"shipmentId\": 626,\n            \"status\": {\n                \"keyStatus\": \"Label created\",\n                \"statusWithDetails\": \"Estafeta label created\"\n            },\n            \"scanEvents\": [\n                {\n                    \"date\": \"2024-01-16T18:13:43.322Z\",\n                    \"status\": \"Label created\",\n                    \"message\": \"Estafeta label created\",\n                    \"statusCD\": \"lb\"\n                }\n            ],\n            \"deliveredAt\": null,\n            \"pickedupAt\": null,\n            \"weship\": true,\n            \"overweight\": false\n        }\n    ]\n}"}],"_postman_id":"c0c6c0ce-2290-41dd-a8ce-3d104a3d6938"}],"id":"0f1c3d91-5215-494f-91ef-bb5432492657","description":"<p>The \"Shipments\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the resources available:</p>\n","_postman_id":"0f1c3d91-5215-494f-91ef-bb5432492657"},{"name":"Pickups","item":[{"name":"Get Pickups List","id":"519a111e-1a96-4730-9f02-fc912dd821ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/pickups/find?limit=10&skip=0","description":"<p>This endpoint is used to retrieve a list of pickups with optional parameters for pagination, such as <code>limit</code> and <code>skip</code>. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, <code>{{token}}</code> for the access token, and query parameters like <code>limit</code> and <code>skip</code> for controlling the number of pickups returned. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>limit</code> (optional, number): The maximum number of pickups to retrieve. Default is 10.</p>\n</li>\n<li><p><code>skip</code> (optional, number): The number of pickups to skip. Default is 0.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["pickups","find"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"d71f2195-1c9a-4fea-b152-f3f05e2846f5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":{"raw":"https://{{host}}/pickups/find?limit=1&skip=0","protocol":"https","host":["{{host}}"],"path":["pickups","find"],"query":[{"key":"limit","value":"1"},{"key":"skip","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 18:30:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1561"},{"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=15552000; 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":"ETag","value":"W/\"619-kp/j8gXRo8+/wH9ZAvk3qGwme1o\""}],"cookie":[],"responseTime":null,"body":"{\n    \"pickups\": [\n        {\n            \"id\": 176,\n            \"note\": null,\n            \"date\": \"2024-01-17T19:00:00.000Z\",\n            \"status\": \"created\",\n            \"org\": 1,\n            \"createdBy\": 186,\n            \"createdAt\": \"2024-01-16T19:13:52.000Z\",\n            \"updatedAt\": \"2024-01-16T19:13:52.000Z\",\n            \"quantity\": 1,\n            \"netWeight\": 1.5,\n            \"items\": \"Items\",\n            \"time\": \"13:00-16:00\",\n            \"location\": \"{\\\"zip\\\": \\\"72100\\\", \\\"city\\\": \\\"Puebla\\\", \\\"name\\\": \\\"Pickup Name\\\", \\\"email\\\": \\\"pickup@weship.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Cuauhtémoc 28\\\", \\\"address2\\\": \\\"Agricola Ignacio Zaragoza\\\", \\\"province\\\": \\\"Puebla\\\", \\\"companyName\\\": \\\"Pickup Company\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"PU\\\", \\\"pickupResponsible\\\": \\\"Pickup Name\\\"}\",\n            \"localPickupDate\": \"2024-01-17\",\n            \"netWeightUnits\": \"KG\",\n            \"courier\": \"Estafeta\",\n            \"mainCustomerInfo\": \"{\\\"trackingNumber\\\": \\\"605589784165570A02A134\\\", \\\"customerAddress\\\": {\\\"zip\\\": \\\"66236\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@weship.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"\\\", \\\"country_code\\\": \\\"MX\\\", \\\"province_code\\\": \\\"NL\\\"}}\",\n            \"mainPackage\": \"{\\\"h\\\": 10, \\\"w\\\": 10, \\\"hh\\\": 2, \\\"weight\\\": 0.5, \\\"sizeUnit\\\": \\\"CM\\\", \\\"weightUnit\\\": \\\"KG\\\", \\\"declaredValue\\\": 1, \\\"volumetricWeight\\\": 0.5}\",\n            \"pickupCode\": null,\n            \"organizationName\": \"Collective\"\n        }\n    ],\n    \"next\": true\n}"}],"_postman_id":"519a111e-1a96-4730-9f02-fc912dd821ea"},{"name":"Create Pickup","id":"fd5c468c-14fa-4423-8311-6379a45014ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        241626\r\n    ],\r\n    \"quantity\": 1,\r\n    \"totalWeight\": 1.5,\r\n    \"weightUnit\": \"KG\",\r\n    \"courier\": \"estafeta\",\r\n    \"netWeight\": \"1.50\",\r\n    \"time\": \"13:00-16:00\",\r\n    \"date\": \"2024-01-17T19:00:00.000Z\",\r\n    \"pickupDate\": \"2024-01-17\",\r\n    \"items\": \"Cajas de cereal\",\r\n    \"location\": {\r\n        \"address1\": \"Cuauhtémoc 28\",\r\n        \"address2\": \"Agricola Ignacio Zaragoza\",\r\n        \"city\": \"Puebla\",\r\n        \"companyName\": \"Pickup Company\",\r\n        \"country\": \"México\",\r\n        \"country_code\": \"MX\",\r\n        \"email\": \"pickup@weship.com\",\r\n        \"phone\": \"8111111111\",\r\n        \"province\": \"Puebla\",\r\n        \"province_code\": \"PU\",\r\n        \"name\": \"Pickup Name\",\r\n        \"zip\": \"72100\",\r\n        \"optionalInfo\": \"\",\r\n        \"pickupResponsible\": \"Pickup Name\"\r\n    },\r\n    \"mainPackage\": {\r\n        \"h\": 10,\r\n        \"w\": 10,\r\n        \"hh\": 2,\r\n        \"weight\": 0.5,\r\n        \"sizeUnit\": \"CM\",\r\n        \"weightUnit\": \"KG\",\r\n        \"declaredValue\": 1,\r\n        \"volumetricWeight\": 0.5\r\n    },\r\n    \"mainCustomerInfo\": {\r\n        \"trackingNumber\": \"605589784165570A02A134\",\r\n        \"customerAddress\": {\r\n            \"zip\": \"66236\",\r\n            \"city\": \"San Pedro Garza García\",\r\n            \"name\": \"Customer Name\",\r\n            \"email\": \"customer@weship.com\",\r\n            \"phone\": \"8111111111\",\r\n            \"country\": \"Mexico\",\r\n            \"address1\": \"Valle del Mezquite 1431\",\r\n            \"address2\": \"Palo Blanco\",\r\n            \"province\": \"Nuevo León\",\r\n            \"companyName\": \"\",\r\n            \"country_code\": \"MX\",\r\n            \"province_code\": \"NL\"\r\n        }\r\n    },\r\n    \"readyDateTimestamp\": \"2024-01-17T19:00:00Z\",\r\n    \"closeDateTimestamp\": \"22:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/pickups/request","description":"<p>This endpoint is used to request a pickup for a set of shipments. It requires detailed information about the pickup, including shipment IDs, quantity, total weight, weight unit, courier, pickup time, pickup date, items, location, main package details, main customer information, and pickup timestamps. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host, <code>{{token}}</code> for the access token. Authentication is required with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</li>\n<li><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>shipments</code>: An array containing the IDs of the shipments to be picked up.</li>\n<li><code>quantity</code>: The total number of shipments to be picked up.</li>\n<li><code>totalWeight</code>: The total weight of all shipments combined.</li>\n<li><code>weightUnit</code>: The unit of weight (e.g., KG / LB).</li>\n<li><code>courier</code>: The designated courier for the pickup.</li>\n<li><code>netWeight</code>: The net weight of the shipments.</li>\n<li><code>time</code>: The time range during which the pickup is scheduled.</li>\n<li><code>date</code>: The scheduled date and time of the pickup.</li>\n<li><code>pickupDate</code>: The specific date for the pickup.</li>\n<li><code>items</code>: Description of the items to be picked up.</li>\n<li><code>location</code> (object): Details of the pickup location, including:<ul>\n<li><code>name</code> (string): The name of the pickup location.</li>\n<li><code>email</code> (string): The email address of the pickup location [Max 30 characters].</li>\n<li><code>companyName</code> (string): The company name of the pickup location [Min 3 and Max 30 characters].</li>\n<li><code>phone</code> (string): The phone number of the pickup location.</li>\n<li><code>country</code> (string): The country of the pickup location.</li>\n<li><code>country_code</code> (string): The country code of the pickup location [2 characters].</li>\n<li><code>province</code> (string): The province or state of the pickup location.</li>\n<li><code>province_code</code> (string): The province code of the pickup location [2 characters].</li>\n<li><code>city</code> (string): The city of the pickup location [Max 30 characters].</li>\n<li><code>address1</code> (string): The primary address line of the pickup location [Max 30 characters].</li>\n<li><code>address2</code> (string): The secondary address line of the pickup location [Max 30 characters].</li>\n<li><code>optionalInfo</code> (string): Additional optional information about the pickup location [Max 30 characters].</li>\n<li><code>zip</code> (string): The postal code or ZIP code of the pickup location.</li>\n<li><code>pickupResponsible</code>: The name of the pickup location responsible.</li>\n</ul>\n</li>\n<li><code>mainPackage</code> (object): Information about the main package being picked up, including:<ul>\n<li><code>h</code> (number): The height of the package.</li>\n<li><code>w</code> (number): The width of the package.</li>\n<li><code>hh</code> (number): The second height dimension of the package.</li>\n<li><code>weight</code> (number): The weight of the package.</li>\n<li><code>sizeUnit</code> (string): The unit of measurement for dimensions (e.g., \"CM\" / \"IN\").</li>\n<li><code>weightUnit</code> (string): The unit of measurement for weight (e.g., \"KG\" / \"LB\").</li>\n<li><code>declaredValue</code> (number): The declared value of the package.</li>\n<li><code>volumetricWeight</code>: The volumetric weight of the package.</li>\n</ul>\n</li>\n<li><code>mainCustomerInfo</code> (object): Information about the main customer and their address.<ul>\n<li><code>trackingNumber</code> (string): The tracking number.</li>\n<li><code>customerAddress</code> (object): Details of the main customer address, including.<ul>\n<li><code>name</code> (string): The name of the customer.</li>\n<li><code>email</code> (string): The email address of the customer[Max 30 characters].</li>\n<li><code>companyName</code> (string): The company name of the customer [Min 3 and Max 30 characters].</li>\n<li><code>phone</code> (string): The phone number of the customer.</li>\n<li><code>country</code> (string): The country of the customer.</li>\n<li><code>country_code</code> (string): The country code of the customer [2 characters].</li>\n<li><code>province</code> (string): The province or state of the customer.</li>\n<li><code>province_code</code> (string): The province code of the customer [2 characters].</li>\n<li><code>city</code> (string): The city of the customer [Max 30 characters].</li>\n<li><code>address1</code> (string): The primary address line of the customer [Max 30 characters].</li>\n<li><code>address2</code> (string): The secondary address line of the customer [Max 30 characters].</li>\n<li><code>optionalInfo</code> (string): Additional optional information about the customer [Max 30 characters].</li>\n<li><code>zip</code> (string): The postal code or ZIP code of the customer.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><code>readyDateTimestamp</code>: Timestamp indicating when the shipments will be ready for pickup.</li>\n<li><code>closeDateTimestamp</code>: Timestamp indicating the closing time for the pickup.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Couriers List</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FedEx, Estafeta, RedPack, DHL, Paquetexpress</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["pickups","request"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fb867b05-9e26-4732-9b02-5a2af0cecc87","name":"200","originalRequest":{"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        241626\r\n    ],\r\n    \"quantity\": 1,\r\n    \"totalWeight\": 1.5,\r\n    \"weightUnit\": \"KG\",\r\n    \"courier\": \"estafeta\",\r\n    \"netWeight\": \"1.50\",\r\n    \"time\": \"13:00-16:00\",\r\n    \"date\": \"2024-01-17T19:00:00.000Z\",\r\n    \"pickupDate\": \"2024-01-17\",\r\n    \"items\": \"Cajas de cereal\",\r\n    \"location\": {\r\n        \"address1\": \"Cuauhtémoc 28\",\r\n        \"address2\": \"Agricola Ignacio Zaragoza\",\r\n        \"city\": \"Puebla\",\r\n        \"companyName\": \"Pickup Company\",\r\n        \"country\": \"México\",\r\n        \"country_code\": \"MX\",\r\n        \"email\": \"pickup@weship.com\",\r\n        \"phone\": \"8111111111\",\r\n        \"province\": \"Puebla\",\r\n        \"province_code\": \"PU\",\r\n        \"name\": \"Pickup Name\",\r\n        \"zip\": \"72100\",\r\n        \"optionalInfo\": \"\",\r\n        \"pickupResponsible\": \"Pickup Name\"\r\n    },\r\n    \"mainPackage\": {\r\n        \"h\": 10,\r\n        \"w\": 10,\r\n        \"hh\": 2,\r\n        \"weight\": 0.5,\r\n        \"sizeUnit\": \"CM\",\r\n        \"weightUnit\": \"KG\",\r\n        \"declaredValue\": 1,\r\n        \"volumetricWeight\": 0.5\r\n    },\r\n    \"mainCustomerInfo\": {\r\n        \"trackingNumber\": \"805589784165570A02A134\",\r\n        \"customerAddress\": {\r\n            \"zip\": \"66236\",\r\n            \"city\": \"San Pedro Garza García\",\r\n            \"name\": \"Customer Name\",\r\n            \"email\": \"customer@weship.com\",\r\n            \"phone\": \"8111111111\",\r\n            \"country\": \"Mexico\",\r\n            \"address1\": \"Valle del Mezquite 1431\",\r\n            \"address2\": \"Palo Blanco\",\r\n            \"province\": \"Nuevo León\",\r\n            \"companyName\": \"\",\r\n            \"country_code\": \"MX\",\r\n            \"province_code\": \"NL\"\r\n        }\r\n    },\r\n    \"readyDateTimestamp\": \"2024-01-17T19:00:00Z\",\r\n    \"closeDateTimestamp\": \"22:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/pickups/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 19:13:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"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=15552000; 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":"ETag","value":"W/\"3d-ejhmHiVYKKKgFnRpHl7cvLiKZe0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success Schedule Pickup Estafeta\"\n}"}],"_postman_id":"fd5c468c-14fa-4423-8311-6379a45014ef"}],"id":"9d026d53-aa0f-4511-8c22-c5dad987d8a9","description":"<p>The \"Pickups\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the resources available:</p>\n","_postman_id":"9d026d53-aa0f-4511-8c22-c5dad987d8a9"},{"name":"Transactions","item":[{"name":"Get Transactions List","id":"ec7cdafb-9f02-4b43-9edf-bbb62728894c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/transaction/invoices?limit=10&skip=0&type=all&startDate=2023-11-29T15:37:52-06:00&endDate=2023-12-29T15:37:52-06:00","description":"<p>This endpoint retrieves a list of transactions based on specified criteria, allowing users to apply pagination. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host and <code>{{token}}</code> for the access token, and requires authentication with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>limit</code>: The number of invoices to retrieve (default: 10).</p>\n</li>\n<li><p><code>skip</code>: Number of invoices to skip (default: 0).</p>\n</li>\n<li><p><code>type</code>: Filter by invoice type (e.g., all, paid, unpaid).</p>\n</li>\n<li><p><code>startDate</code>: Start date for filtering invoices (format: YYYY-MM-DDTHH:mm:ssZ).</p>\n</li>\n<li><p><code>endDate</code>: End date for filtering invoices (format: YYYY-MM-DDTHH:mm:ssZ).</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label, transfer, surcharge, refund, canceled, commission</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["transaction","invoices"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"},{"key":"type","value":"all"},{"key":"startDate","value":"2023-11-29T15:37:52-06:00"},{"key":"endDate","value":"2023-12-29T15:37:52-06:00"}],"variable":[]}},"response":[{"id":"af764bc9-420c-4e9c-abc7-875fa7006e19","name":"200","originalRequest":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":{"raw":"https://{{host}}/transaction/invoices?limit=10&skip=0&type=all&startDate=2023-11-29T15:37:52-06:00&endDate=2023-12-29T15:37:52-06:00","protocol":"https","host":["{{host}}"],"path":["transaction","invoices"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"},{"key":"type","value":"all"},{"key":"startDate","value":"2023-11-29T15:37:52-06:00"},{"key":"endDate","value":"2023-12-29T15:37:52-06:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 19:21:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3715"},{"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=15552000; 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":"ETag","value":"W/\"e83-5i/DQhqn5fcYyVLvOZerilDydSc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"transactions\": [\n        {\n            \"t_id\": 574,\n            \"t_data\": null,\n            \"t_amount\": -1,\n            \"t_org\": 1,\n            \"t_createdAt\": \"2023-12-28T18:54:15.000Z\",\n            \"t_order_id\": 103,\n            \"t_type\": \"whatsappNotifiacion\",\n            \"t_balance\": null,\n            \"id_t_org\": null,\n            \"t_title\": null,\n            \"t_paymentGateway\": null,\n            \"s_id\": 546,\n            \"s_data\": \"{\\\"line_items\\\": [{\\\"KG\\\": 0.1, \\\"LB\\\": 0.22, \\\"id\\\": 13607934853343, \\\"sku\\\": \\\"FW-BEI-13PRO\\\", \\\"name\\\": \\\"Beige IPhone 13 Pro\\\", \\\"grams\\\": 100, \\\"price\\\": \\\"700.00\\\", \\\"title\\\": \\\"Beige IPhone 13 Pro\\\", \\\"wight\\\": 0.5, \\\"duties\\\": [], \\\"vendor\\\": \\\"Full Wrapped\\\", \\\"satCode\\\": \\\"50192100\\\", \\\"satName\\\": \\\"SAT code no encontrado\\\", \\\"taxable\\\": true, \\\"variant\\\": 43181439058143, \\\"quantity\\\": 1, \\\"MXN_PRICE\\\": 700, \\\"USD_PRICE\\\": 35, \\\"gift_card\\\": false, \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": 700, \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"tax_lines\\\": [{\\\"rate\\\": 0.16, \\\"price\\\": \\\"96.55\\\", \\\"title\\\": \\\"VAT\\\", \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"96.55\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"96.55\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"channel_liable\\\": false}], \\\"wightUnit\\\": \\\"KG\\\", \\\"product_id\\\": 7759590916319, \\\"properties\\\": [{\\\"name\\\": \\\"Choose Your Position\\\", \\\"value\\\": \\\"Vertical\\\"}, {\\\"name\\\": \\\"Enter Your Text\\\", \\\"value\\\": \\\"SG\\\"}, {\\\"name\\\": \\\"_font size Enter Your Text\\\", \\\"value\\\": \\\"82.65\\\"}, {\\\"name\\\": \\\"Choose Color\\\", \\\"value\\\": \\\"Grey\\\"}, {\\\"name\\\": \\\"Preview\\\", \\\"value\\\": \\\"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/3e1f8bcfceb49639b461adaf1ad7d2b8.png\\\"}, {\\\"name\\\": \\\"_pplr_preview\\\", \\\"value\\\": \\\"Preview\\\"}], \\\"variant_id\\\": 43181439058143, \\\"weightUnit\\\": \\\"KG\\\", \\\"originCountry\\\": {\\\"code\\\": \\\"MX\\\", \\\"name\\\": \\\"México\\\"}, \\\"variant_title\\\": null, \\\"product_exists\\\": true, \\\"total_discount\\\": \\\"0.00\\\", \\\"origin_location\\\": {\\\"zip\\\": \\\"66220\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Sender Name\\\", \\\"email\\\": \\\"sender@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Sender Address 1\\\", \\\"address2\\\": \\\"Sender Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"shopifyID\\\": null, \\\"companyName\\\": \\\"Almacen\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": null, \\\"province_code\\\": \\\"NL\\\"}, \\\"country_of_origin\\\": {\\\"country\\\": \\\"México\\\", \\\"country_code\\\": \\\"MX\\\"}, \\\"requires_shipping\\\": true, \\\"fulfillment_status\\\": null, \\\"total_discount_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"fulfillment_service\\\": \\\"manual\\\", \\\"admin_graphql_api_id\\\": \\\"gid://shopify/LineItem/13607934853343\\\", \\\"discount_allocations\\\": [], \\\"fulfillable_quantity\\\": 1, \\\"variant_inventory_management\\\": \\\"shopify\\\"}], \\\"shipping_address\\\": {\\\"zip\\\": \\\"66196\\\", \\\"city\\\": \\\"Santa Catarina\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"company\\\": \\\"West\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"West\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"NL\\\"}}\",\n            \"s_tracking\": \"7205897841655T00654353\",\n            \"s_service\": \"Metropoli\",\n            \"s_type\": \"T0\",\n            \"s_weight\": 0.5,\n            \"s_weightUnit\": \"KG\",\n            \"s_status\": \"{\\\"keyStatus\\\":\\\"Delivered\\\",\\\"statusWithDetails\\\":\\\"Estafeta package delivered succefully\\\",\\\"statusCD\\\":\\\"de\\\",\\\"date\\\":\\\"2023-12-29T21:44:00.000Z\\\",\\\"receiverName\\\":\\\"SOE: ALEXIS SANTANA\\\"}\",\n            \"s_paqueteria\": \"Estafeta\",\n            \"o_name\": \"152241\",\n            \"o_store\": \"my-store.myshopify.com\",\n            \"oxxoAmount\": null,\n            \"oxxoStatus\": null,\n            \"oxxoReference\": null,\n            \"speiAmount\": null,\n            \"speiStatus\": null,\n            \"speiClabe\": null,\n            \"speiId\": null,\n            \"p_w_unit\": \"KG\"\n        },\n        {\n            \"t_id\": 573,\n            \"t_data\": null,\n            \"t_amount\": -79,\n            \"t_org\": 1,\n            \"t_createdAt\": \"2023-12-28T18:54:15.000Z\",\n            \"t_order_id\": 864003,\n            \"t_type\": \"label\",\n            \"t_balance\": 70.72,\n            \"id_t_org\": 8890,\n            \"t_title\": null,\n            \"t_paymentGateway\": null,\n            \"s_id\": 232546,\n            \"s_data\": \"{\\\"line_items\\\": [{\\\"KG\\\": 0.1, \\\"LB\\\": 0.22, \\\"id\\\": 13607934853343, \\\"sku\\\": \\\"FW-BEI-13PRO\\\", \\\"name\\\": \\\"MAAD Full Wrapped - Beige IPhone 13 Pro\\\", \\\"grams\\\": 100, \\\"price\\\": \\\"700.00\\\", \\\"title\\\": \\\"MAAD Full Wrapped - Beige IPhone 13 Pro\\\", \\\"wight\\\": 0.5, \\\"duties\\\": [], \\\"vendor\\\": \\\"Full Wrapped\\\", \\\"satCode\\\": \\\"50192100\\\", \\\"satName\\\": \\\"SAT code no encontrado\\\", \\\"taxable\\\": true, \\\"variant\\\": 43181439058143, \\\"quantity\\\": 1, \\\"MXN_PRICE\\\": 700, \\\"USD_PRICE\\\": 35, \\\"gift_card\\\": false, \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": 700, \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"tax_lines\\\": [{\\\"rate\\\": 0.16, \\\"price\\\": \\\"96.55\\\", \\\"title\\\": \\\"VAT\\\", \\\"price_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"96.55\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"96.55\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"channel_liable\\\": false}], \\\"wightUnit\\\": \\\"KG\\\", \\\"product_id\\\": 7759590916319, \\\"properties\\\": [{\\\"name\\\": \\\"Choose Your Position\\\", \\\"value\\\": \\\"Vertical\\\"}, {\\\"name\\\": \\\"Enter Your Text\\\", \\\"value\\\": \\\"SG\\\"}, {\\\"name\\\": \\\"_font size Enter Your Text\\\", \\\"value\\\": \\\"82.65\\\"}, {\\\"name\\\": \\\"Choose Color\\\", \\\"value\\\": \\\"Grey\\\"}, {\\\"name\\\": \\\"Preview\\\", \\\"value\\\": \\\"https://cdn.shopify.com/s/files/1/0036/6896/7491/uploads/3e1f8bcfceb49639b461adaf1ad7d2b8.png\\\"}, {\\\"name\\\": \\\"_pplr_preview\\\", \\\"value\\\": \\\"Preview\\\"}], \\\"variant_id\\\": 43181439058143, \\\"weightUnit\\\": \\\"KG\\\", \\\"originCountry\\\": {\\\"code\\\": \\\"MX\\\", \\\"name\\\": \\\"México\\\"}, \\\"variant_title\\\": null, \\\"product_exists\\\": true, \\\"total_discount\\\": \\\"0.00\\\", \\\"origin_location\\\": {\\\"zip\\\": \\\"66220\\\", \\\"city\\\": \\\"San Pedro Garza García\\\", \\\"name\\\": \\\"Sender Name\\\", \\\"email\\\": \\\"sender@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"country\\\": \\\"México\\\", \\\"address1\\\": \\\"Sender Address 1\\\", \\\"address2\\\": \\\"Sender Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"shopifyID\\\": null, \\\"companyName\\\": \\\"Almacen\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": null, \\\"province_code\\\": \\\"NL\\\"}, \\\"country_of_origin\\\": {\\\"country\\\": \\\"México\\\", \\\"country_code\\\": \\\"MX\\\"}, \\\"requires_shipping\\\": true, \\\"fulfillment_status\\\": null, \\\"total_discount_set\\\": {\\\"shop_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}, \\\"presentment_money\\\": {\\\"amount\\\": \\\"0.00\\\", \\\"currency_code\\\": \\\"MXN\\\"}}, \\\"fulfillment_service\\\": \\\"manual\\\", \\\"admin_graphql_api_id\\\": \\\"gid://shopify/LineItem/13607934853343\\\", \\\"discount_allocations\\\": [], \\\"fulfillable_quantity\\\": 1, \\\"variant_inventory_management\\\": \\\"shopify\\\"}], \\\"shipping_address\\\": {\\\"zip\\\": \\\"66196\\\", \\\"city\\\": \\\"Santa Catarina\\\", \\\"name\\\": \\\"Customer Name\\\", \\\"email\\\": \\\"customer@email.com\\\", \\\"phone\\\": \\\"8111111111\\\", \\\"company\\\": \\\"West\\\", \\\"country\\\": \\\"Mexico\\\", \\\"address1\\\": \\\"Customer Address 1\\\", \\\"address2\\\": \\\"Customer Address 2\\\", \\\"province\\\": \\\"Nuevo León\\\", \\\"companyName\\\": \\\"West\\\", \\\"country_code\\\": \\\"MX\\\", \\\"optionalInfo\\\": \\\"\\\", \\\"province_code\\\": \\\"NL\\\"}}\",\n            \"s_tracking\": \"7205897841655T00654351\",\n            \"s_service\": \"Metropoli\",\n            \"s_type\": \"T0\",\n            \"s_weight\": 0.5,\n            \"s_weightUnit\": \"KG\",\n            \"s_status\": \"{\\\"keyStatus\\\":\\\"Delivered\\\",\\\"statusWithDetails\\\":\\\"Estafeta package delivered succefully\\\",\\\"statusCD\\\":\\\"de\\\",\\\"date\\\":\\\"2023-12-29T21:44:00.000Z\\\",\\\"receiverName\\\":\\\"SOE: ALEXIS SANTANA\\\"}\",\n            \"s_paqueteria\": \"Estafeta\",\n            \"o_name\": \"152241\",\n            \"o_store\": \"my-store.myshopify.com\",\n            \"oxxoAmount\": null,\n            \"oxxoStatus\": null,\n            \"oxxoReference\": null,\n            \"speiAmount\": null,\n            \"speiStatus\": null,\n            \"speiClabe\": null,\n            \"speiId\": null,\n            \"p_w_unit\": \"KG\"\n        }\n    ],\n    \"nextPage\": 10\n}"}],"_postman_id":"ec7cdafb-9f02-4b43-9edf-bbb62728894c"},{"name":"Get Balance","id":"fec8f661-b108-44e8-ab8e-a238fa6239af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/monedero/getBalance","description":"<p>This endpoint retrieves an information about the current balance. It supports dynamic parameterization with the variables <code>{{host}}</code> for the API host and <code>{{token}}</code> for the access token, and requires authentication with a valid access token passed in the <code>Authorization</code> header.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid access token in the Authorization header.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["monedero","getBalance"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"13b62a4d-a571-4730-99fe-208852b9c72b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"},{"key":"authorization","value":"{{token}}","type":"text"}],"url":"https://{{host}}/monedero/getBalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 16 Jan 2024 19:31:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"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=15552000; 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":"ETag","value":"W/\"2c-hoJJw/R9sJSgIOsZlPOSAzQmouY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"balance\": 444.22\n}"}],"_postman_id":"fec8f661-b108-44e8-ab8e-a238fa6239af"}],"id":"b1876ead-6c5b-4891-8c62-38197c0fac45","description":"<p>The \"Transaction\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the resources available:</p>\n","_postman_id":"b1876ead-6c5b-4891-8c62-38197c0fac45"}],"id":"748a9e29-a947-4ada-bb14-61fe077e1330","description":"<p>WeShip API is a leading logistics platform that empowers businesses with efficient quote, shipping, tracking, and pickup services. Our commitment is to simplify the complexities of logistics, providing a reliable and comprehensive solution for your shipping needs.</p>\n<p>Sandbox Host: <a href=\"https://apisandbox.weship.com\">apisandbox.weship.com</a><br />Production Host: <a href=\"https://api.weship.com\">api.weship.com</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Country / Provinces</strong></th>\n<th><strong>Country Code</strong></th>\n<th><strong>Phone Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AF.json\">Afghanistan</a></td>\n<td>AF</td>\n<td>93</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AL.json\">Albania</a></td>\n<td>AL</td>\n<td>355</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/DZ.json\">Algeria</a></td>\n<td>DZ</td>\n<td>213</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AD.json\">Andorra</a></td>\n<td>AD</td>\n<td>376</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AO.json\">Angola</a></td>\n<td>AO</td>\n<td>244</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AI.json\">Anguilla</a></td>\n<td>AI</td>\n<td>1264</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AG.json\">Antigua</a></td>\n<td>AG</td>\n<td>1268</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AR.json\">Argentina</a></td>\n<td>AR</td>\n<td>54</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AM.json\">Armenia</a></td>\n<td>AM</td>\n<td>374</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AW.json\">Aruba</a></td>\n<td>AW</td>\n<td>297</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AU.json\">Australia</a></td>\n<td>AU</td>\n<td>61</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AT.json\">Austria</a></td>\n<td>AT</td>\n<td>43</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AZ.json\">Azerbaijan</a></td>\n<td>AZ</td>\n<td>994</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BS.json\">Bahamas</a></td>\n<td>BS</td>\n<td>1242</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BH.json\">Bahrain</a></td>\n<td>BH</td>\n<td>973</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BD.json\">Bangladesh</a></td>\n<td>BD</td>\n<td>880</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BB.json\">Barbados</a></td>\n<td>BB</td>\n<td>1246</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BY.json\">Belarus</a></td>\n<td>BY</td>\n<td>375</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BE.json\">Belgium</a></td>\n<td>BE</td>\n<td>32</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BZ.json\">Belize</a></td>\n<td>BZ</td>\n<td>501</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BJ.json\">Benin</a></td>\n<td>BJ</td>\n<td>229</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BM.json\">Bermuda</a></td>\n<td>BM</td>\n<td>1441</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BT.json\">Bhutan</a></td>\n<td>BT</td>\n<td>975</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BO.json\">Bolivia</a></td>\n<td>BO</td>\n<td>591</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BA.json\">Bosnia</a></td>\n<td>BA</td>\n<td>387</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BW.json\">Botswana</a></td>\n<td>BW</td>\n<td>267</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BR.json\">Brazil</a></td>\n<td>BR</td>\n<td>55</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BN.json\">Brunei</a></td>\n<td>BN</td>\n<td>673</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BG.json\">Bulgaria</a></td>\n<td>BG</td>\n<td>359</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BF.json\">Burkina</a></td>\n<td>BF</td>\n<td>226</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/BI.json\">Burundi</a></td>\n<td>BI</td>\n<td>257</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KH.json\">Cambodia</a></td>\n<td>KH</td>\n<td>855</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CM.json\">Cameroon</a></td>\n<td>CM</td>\n<td>237</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CA.json\">Canada</a></td>\n<td>CA</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CV.json\">Cape</a></td>\n<td>CV</td>\n<td>238</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KY.json\">Cayman</a></td>\n<td>KY</td>\n<td>1345</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CF.json\">Central</a></td>\n<td>CF</td>\n<td>236</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TD.json\">Chad</a></td>\n<td>TD</td>\n<td>235</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CL.json\">Chile</a></td>\n<td>CL</td>\n<td>56</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CN.json\">China</a></td>\n<td>CN</td>\n<td>86</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CX.json\">Christmas</a></td>\n<td>CX</td>\n<td>61</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CC.json\">Cocos</a></td>\n<td>CC</td>\n<td>672</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CO.json\">Colombia</a></td>\n<td>CO</td>\n<td>57</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KM.json\">Comoros</a></td>\n<td>KM</td>\n<td>269</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CG.json\">Congo</a></td>\n<td>CG</td>\n<td>242</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CK.json\">Cook</a></td>\n<td>CK</td>\n<td>682</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CR.json\">Costa</a></td>\n<td>CR</td>\n<td>506</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CI.json\">Cote</a></td>\n<td>CI</td>\n<td>225</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/HR.json\">Croatia</a></td>\n<td>HR</td>\n<td>385</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CU.json\">Cuba</a></td>\n<td>CU</td>\n<td>53</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CW.json\">Curaçao</a></td>\n<td>CW</td>\n<td>599</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CY.json\">Cyprus</a></td>\n<td>CY</td>\n<td>357</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CZ.json\">Czech</a></td>\n<td>CZ</td>\n<td>420</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CD.json\">Democratic</a></td>\n<td>CD</td>\n<td>242</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/DK.json\">Denmark</a></td>\n<td>DK</td>\n<td>45</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/DJ.json\">Djibouti</a></td>\n<td>DJ</td>\n<td>253</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/DM.json\">Dominica</a></td>\n<td>DM</td>\n<td>1767</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/DO.json\">Dominican</a></td>\n<td>DO</td>\n<td>1809</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/EC.json\">Ecuador</a></td>\n<td>EC</td>\n<td>593</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/EG.json\">Egypt</a></td>\n<td>EG</td>\n<td>20</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SV.json\">El</a></td>\n<td>SV</td>\n<td>503</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GQ.json\">Equatorial</a></td>\n<td>GQ</td>\n<td>240</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ER.json\">Eritrea</a></td>\n<td>ER</td>\n<td>291</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/EE.json\">Estonia</a></td>\n<td>EE</td>\n<td>372</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ET.json\">Ethiopia</a></td>\n<td>ET</td>\n<td>251</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/FK.json\">Falkland</a></td>\n<td>FK</td>\n<td>500</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/FO.json\">Faroe</a></td>\n<td>FO</td>\n<td>298</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/FM.json\">Federated</a></td>\n<td>FM</td>\n<td>691</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/FJ.json\">Fiji</a></td>\n<td>FJ</td>\n<td>679</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/FI.json\">Finland</a></td>\n<td>FI</td>\n<td>358</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/FR.json\">France</a></td>\n<td>FR</td>\n<td>33</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GF.json\">French</a></td>\n<td>GF</td>\n<td>594</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PF.json\">French</a></td>\n<td>PF</td>\n<td>689</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TF.json\">French</a></td>\n<td>TF</td>\n<td>0</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GA.json\">Gabon</a></td>\n<td>GA</td>\n<td>241</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GM.json\">Gambia</a></td>\n<td>GM</td>\n<td>220</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GE.json\">Georgia</a></td>\n<td>GE</td>\n<td>995</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/DE.json\">Germany</a></td>\n<td>DE</td>\n<td>49</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GH.json\">Ghana</a></td>\n<td>GH</td>\n<td>233</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GI.json\">Gibraltar</a></td>\n<td>GI</td>\n<td>350</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GB.json\">England</a></td>\n<td>GB</td>\n<td>44</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GR.json\">Greece</a></td>\n<td>GR</td>\n<td>30</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GL.json\">Greenland</a></td>\n<td>GL</td>\n<td>299</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GD.json\">Grenada</a></td>\n<td>GD</td>\n<td>1473</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GP.json\">Guadeloupe</a></td>\n<td>GP</td>\n<td>590</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GT.json\">Guatemala</a></td>\n<td>GT</td>\n<td>502</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GG.json\">Guernsey</a></td>\n<td>GG</td>\n<td>null</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GN.json\">Guinea</a></td>\n<td>GN</td>\n<td>224</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GW.json\">Guinea</a></td>\n<td>GW</td>\n<td>245</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GY.json\">Guyana</a></td>\n<td>GY</td>\n<td>592</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/HT.json\">Haiti</a></td>\n<td>HT</td>\n<td>509</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/HN.json\">Honduras</a></td>\n<td>HN</td>\n<td>504</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/HK.json\">Hong</a></td>\n<td>HK</td>\n<td>852</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/HU.json\">Hungary</a></td>\n<td>HU</td>\n<td>36</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IS.json\">Iceland</a></td>\n<td>IS</td>\n<td>354</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IN.json\">India</a></td>\n<td>IN</td>\n<td>91</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ID.json\">Indonesia</a></td>\n<td>ID</td>\n<td>62</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IR.json\">Iran</a></td>\n<td>IR</td>\n<td>98</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IQ.json\">Iraq</a></td>\n<td>IQ</td>\n<td>964</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IE.json\">Ireland</a></td>\n<td>IE</td>\n<td>353</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IL.json\">Israel</a></td>\n<td>IL</td>\n<td>972</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/IT.json\">Italy</a></td>\n<td>IT</td>\n<td>39</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/JM.json\">Jamaica</a></td>\n<td>JM</td>\n<td>1876</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/JP.json\">Japan</a></td>\n<td>JP</td>\n<td>81</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/JO.json\">Jordan</a></td>\n<td>JO</td>\n<td>962</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KZ.json\">Kazakhstan</a></td>\n<td>KZ</td>\n<td>7</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KE.json\">Kenya</a></td>\n<td>KE</td>\n<td>254</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KI.json\">Kiribati</a></td>\n<td>KI</td>\n<td>686</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KP.json\">Korea</a></td>\n<td>KP</td>\n<td>850</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KR.json\">Korea</a></td>\n<td>KR</td>\n<td>82</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KW.json\">Kuwait</a></td>\n<td>KW</td>\n<td>965</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KG.json\">Kyrgyzstan</a></td>\n<td>KG</td>\n<td>996</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LA.json\">Laos</a></td>\n<td>LA</td>\n<td>856</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LV.json\">Latvia</a></td>\n<td>LV</td>\n<td>371</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LB.json\">Lebanon</a></td>\n<td>LB</td>\n<td>961</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LS.json\">Lesotho</a></td>\n<td>LS</td>\n<td>266</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LR.json\">Liberia</a></td>\n<td>LR</td>\n<td>231</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LY.json\">Libya</a></td>\n<td>LY</td>\n<td>218</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LI.json\">Liechtenstein</a></td>\n<td>LI</td>\n<td>423</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LT.json\">Lithuania</a></td>\n<td>LT</td>\n<td>370</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LU.json\">Luxembourg</a></td>\n<td>LU</td>\n<td>352</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MO.json\">Macao</a></td>\n<td>MO</td>\n<td>853</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MG.json\">Madagascar</a></td>\n<td>MG</td>\n<td>261</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MW.json\">Malawi</a></td>\n<td>MW</td>\n<td>265</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MY.json\">Malaysia</a></td>\n<td>MY</td>\n<td>60</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MV.json\">Maldives</a></td>\n<td>MV</td>\n<td>960</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ML.json\">Mali</a></td>\n<td>ML</td>\n<td>223</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MT.json\">Malta</a></td>\n<td>MT</td>\n<td>356</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MH.json\">Marshall</a></td>\n<td>MH</td>\n<td>692</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MQ.json\">Martinique</a></td>\n<td>MQ</td>\n<td>596</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MR.json\">Mauritania</a></td>\n<td>MR</td>\n<td>222</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MU.json\">Mauritius</a></td>\n<td>MU</td>\n<td>230</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/YT.json\">Mayotte</a></td>\n<td>YT</td>\n<td>269</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MX.json\">Mexico</a></td>\n<td>MX</td>\n<td>52</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MD.json\">Moldova</a></td>\n<td>MD</td>\n<td>373</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MC.json\">Monaco</a></td>\n<td>MC</td>\n<td>377</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MN.json\">Mongolia</a></td>\n<td>MN</td>\n<td>976</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MS.json\">Montserrat</a></td>\n<td>MS</td>\n<td>1664</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MA.json\">Morocco</a></td>\n<td>MA</td>\n<td>212</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MZ.json\">Mozambique</a></td>\n<td>MZ</td>\n<td>258</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/MM.json\">Myanmar</a></td>\n<td>MM</td>\n<td>95</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NA.json\">Namibia</a></td>\n<td>NA</td>\n<td>264</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NR.json\">Nauru</a></td>\n<td>NR</td>\n<td>674</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NP.json\">Nepal</a></td>\n<td>NP</td>\n<td>977</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NL.json\">Netherlands</a></td>\n<td>NL</td>\n<td>31</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AN.json\">Netherlands</a></td>\n<td>AN</td>\n<td>599</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NC.json\">New</a></td>\n<td>NC</td>\n<td>687</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NZ.json\">New</a></td>\n<td>NZ</td>\n<td>64</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NI.json\">Nicaragua</a></td>\n<td>NI</td>\n<td>505</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NE.json\">Niger</a></td>\n<td>NE</td>\n<td>227</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NG.json\">Nigeria</a></td>\n<td>NG</td>\n<td>234</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NU.json\">Niue</a></td>\n<td>NU</td>\n<td>683</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NF.json\">Norfolk</a></td>\n<td>NF</td>\n<td>672</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/NO.json\">Norway</a></td>\n<td>NO</td>\n<td>47</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/OM.json\">Oman</a></td>\n<td>OM</td>\n<td>968</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PK.json\">Pakistan</a></td>\n<td>PK</td>\n<td>92</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PW.json\">Palau</a></td>\n<td>PW</td>\n<td>680</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PA.json\">Panama</a></td>\n<td>PA</td>\n<td>507</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PG.json\">Papua</a></td>\n<td>PG</td>\n<td>675</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PY.json\">Paraguay</a></td>\n<td>PY</td>\n<td>595</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PE.json\">Peru</a></td>\n<td>PE</td>\n<td>51</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PH.json\">Philippines</a></td>\n<td>PH</td>\n<td>63</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PN.json\">Pitcairn</a></td>\n<td>PN</td>\n<td>0</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PL.json\">Poland</a></td>\n<td>PL</td>\n<td>48</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PT.json\">Portugal</a></td>\n<td>PT</td>\n<td>351</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PR.json\">Puerto</a></td>\n<td>PR</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/QA.json\">Qatar</a></td>\n<td>QA</td>\n<td>974</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/RE.json\">Reunion</a></td>\n<td>RE</td>\n<td>262</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/RO.json\">Romania</a></td>\n<td>RO</td>\n<td>40</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/RU.json\">Russian</a></td>\n<td>RU</td>\n<td>70</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/RW.json\">Rwanda</a></td>\n<td>RW</td>\n<td>250</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/GS.json\">S</a></td>\n<td>GS</td>\n<td>0</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SH.json\">Saint</a></td>\n<td>SH</td>\n<td>290</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/KN.json\">Saint</a></td>\n<td>KN</td>\n<td>1869</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LC.json\">Saint</a></td>\n<td>LC</td>\n<td>1758</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/PM.json\">Saint</a></td>\n<td>PM</td>\n<td>508</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/VC.json\">Saint</a></td>\n<td>VC</td>\n<td>1784</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/WS.json\">Samoa</a></td>\n<td>WS</td>\n<td>684</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SM.json\">San</a></td>\n<td>SM</td>\n<td>378</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ST.json\">Sao</a></td>\n<td>ST</td>\n<td>239</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SA.json\">Saudi</a></td>\n<td>SA</td>\n<td>966</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SN.json\">Senegal</a></td>\n<td>SN</td>\n<td>221</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/RS.json\">Serbia</a></td>\n<td>RS</td>\n<td>381</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SC.json\">Seychelles</a></td>\n<td>SC</td>\n<td>248</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SL.json\">Sierra</a></td>\n<td>SL</td>\n<td>232</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SG.json\">Singapore</a></td>\n<td>SG</td>\n<td>65</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SK.json\">Slovakia</a></td>\n<td>SK</td>\n<td>421</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SI.json\">Slovenia</a></td>\n<td>SI</td>\n<td>386</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SB.json\">Solomon</a></td>\n<td>SB</td>\n<td>677</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SO.json\">Somalia</a></td>\n<td>SO</td>\n<td>252</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ZA.json\">South</a></td>\n<td>ZA</td>\n<td>27</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ES.json\">Spain</a></td>\n<td>ES</td>\n<td>34</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/LK.json\">Sri</a></td>\n<td>LK</td>\n<td>94</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SD.json\">Sudan</a></td>\n<td>SD</td>\n<td>249</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SR.json\">Suriname</a></td>\n<td>SR</td>\n<td>597</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SJ.json\">Svalbard</a></td>\n<td>SJ</td>\n<td>47</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SZ.json\">Swaziland</a></td>\n<td>SZ</td>\n<td>268</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SE.json\">Sweden</a></td>\n<td>SE</td>\n<td>46</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/CH.json\">Switzerland</a></td>\n<td>CH</td>\n<td>41</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/SY.json\">Syria</a></td>\n<td>SY</td>\n<td>963</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TW.json\">Taiwan</a></td>\n<td>TW</td>\n<td>886</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TJ.json\">Tajikistan</a></td>\n<td>TJ</td>\n<td>992</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TZ.json\">Tanzania</a></td>\n<td>TZ</td>\n<td>255</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TH.json\">Thailand</a></td>\n<td>TH</td>\n<td>66</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TG.json\">Togo</a></td>\n<td>TG</td>\n<td>228</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TK.json\">Tokelau</a></td>\n<td>TK</td>\n<td>690</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TO.json\">Tonga</a></td>\n<td>TO</td>\n<td>676</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TT.json\">Trinidad</a></td>\n<td>TT</td>\n<td>1868</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TN.json\">Tunisia</a></td>\n<td>TN</td>\n<td>216</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TR.json\">Turkey</a></td>\n<td>TR</td>\n<td>90</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TM.json\">Turkmenistan</a></td>\n<td>TM</td>\n<td>7370</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TC.json\">Turks</a></td>\n<td>TC</td>\n<td>1649</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/TV.json\">Tuvalu</a></td>\n<td>TV</td>\n<td>688</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/UG.json\">Uganda</a></td>\n<td>UG</td>\n<td>256</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/UA.json\">Ukraine</a></td>\n<td>UA</td>\n<td>380</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/AE.json\">United</a></td>\n<td>AE</td>\n<td>971</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/US.json\">United</a></td>\n<td>US</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/UY.json\">Uruguay</a></td>\n<td>UY</td>\n<td>598</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/UZ.json\">Uzbekistan</a></td>\n<td>UZ</td>\n<td>998</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/VU.json\">Vanuatu</a></td>\n<td>VU</td>\n<td>678</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/VE.json\">Venezuela</a></td>\n<td>VE</td>\n<td>58</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/VN.json\">Vietnam</a></td>\n<td>VN</td>\n<td>84</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/VG.json\">Virgin</a></td>\n<td>VG</td>\n<td>1284</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/VI.json\">Virgin</a></td>\n<td>VI</td>\n<td>1340</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/WF.json\">Wallis</a></td>\n<td>WF</td>\n<td>681</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/EH.json\">Western</a></td>\n<td>EH</td>\n<td>212</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/YE.json\">Yemen</a></td>\n<td>YE</td>\n<td>967</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ZM.json\">Zambia</a></td>\n<td>ZM</td>\n<td>260</td>\n</tr>\n<tr>\n<td><a href=\"https://public-weship.s3.us-east-2.amazonaws.com/provinces/ZW.json\">Zimbabwe</a></td>\n<td>ZW</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"748a9e29-a947-4ada-bb14-61fe077e1330"},{"name":"WeShip Track","item":[{"name":"Authentication","item":[{"name":"Access Token","id":"3e7fb574-e1a4-4e7b-878a-ecb688c44e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"{{email}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/auth/login","description":"<p>This endpoint is used for user authentication, allowing users to log in by providing their email and password. Upon successful authentication, the server responds with a JSON Web Token (JWT) that can be used to authorize and access protected resources.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>email</code> (string): The email address of the user.</li>\n<li><code>password</code> (string): The password associated with the user's account.</li>\n</ul>\n<p><strong>Response 200</strong></p>\n<p>Upon successful authentication, the server will respond with a status code of 200 and a JSON object containing:</p>\n<ul>\n<li><code>success</code> (boolean): Indicates whether the authentication was successful.</li>\n<li><code>accessToken</code> (string): The access token that can be used for subsequent authorized requests.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.TRkYjE2ZlMTMiLCJ2\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8008cfa8-2aa3-4e8a-ab50-05c01c216563","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"{{email}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"144-Fmwa9ugwv00CrcOnxCkGygg9xwI\""},{"key":"x-cloud-trace-context","value":"68edbb274ce0eda055ef6c5995103599;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:44:05 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"324"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9\"\n}"}],"_postman_id":"3e7fb574-e1a4-4e7b-878a-ecb688c44e8d"}],"id":"e942a629-74e2-4418-9221-a662bd1ac656","description":"<p>The \"Authentication\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the available resources:</p>\n","_postman_id":"e942a629-74e2-4418-9221-a662bd1ac656"},{"name":"Shipments","item":[{"name":"Get Shipments List","id":"da6141a0-221d-4d91-8f57-95e471577e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"url":"https://{{host}}/api/v1/shipment/list?where={\"fulfillmentDate\": {\"[gte]\": \"2023-12-12T06:00:00.000Z\",\"[lte]\": \"2024-01-12T05:59:59.999Z\"},\"status\": \"Label created\",\"markedAs\": \"OPEN\"}&limit=10&offset=0&sortBy=fulfillmentDate&sortDir=ASC","description":"<p>This endpoint retrieves a list of shipments based on specified criteria, offering the flexibility to filter, paginate, and sort the results. Users can retrieve shipments that fall within a specified fulfillment date range, have a specific status, and are marked with a particular status.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid JWT (JSON Web Token) in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>where</code> (optional): A JSON-encoded string specifying the conditions for filtering shipments. In the provided example, shipments are filtered by fulfillment date, status (\"Label created\"), and marked status (\"OPEN\").</li>\n<li><code>limit</code> (optional): The maximum number of items to retrieve. Default is 10.</li>\n<li><code>offset</code> (optional): The number of items to skip in the result set. Default is 0.</li>\n<li><code>sortBy</code> (optional): The field by which the results should be sorted. Default is \"fulfillmentDate\".</li>\n<li><code>sortDir</code> (optional): The sorting direction, either \"ASC\" (ascending) or \"DESC\" (descending). Default is \"ASC\".</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status List</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Label created, Picked up, In transit, Delayed, Delivered, Exception, Label canceled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","shipment","list"],"host":["{{host}}"],"query":[{"key":"where","value":"{\"fulfillmentDate\": {\"[gte]\": \"2023-12-12T06:00:00.000Z\",\"[lte]\": \"2024-01-12T05:59:59.999Z\"},\"status\": \"Label created\",\"markedAs\": \"OPEN\"}"},{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"sortBy","value":"fulfillmentDate"},{"key":"sortDir","value":"ASC"}],"variable":[]}},"response":[{"id":"fd299839-0605-4367-9600-6cf2eca74ceb","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{host}}/api/v1/shipment/list?where={\"fulfillmentDate\": {\"[gte]\": \"2023-12-12T06:00:00.000Z\",\"[lte]\": \"2024-01-12T05:59:59.999Z\"},\"status\": \"Label created\",\"markedAs\": \"OPEN\"}&limit=10&offset=0&sortBy=fulfillmentDate&sortDir=ASC","protocol":"https","host":["{{host}}"],"path":["api","v1","shipment","list"],"query":[{"key":"where","value":"{\"fulfillmentDate\": {\"[gte]\": \"2023-12-12T06:00:00.000Z\",\"[lte]\": \"2024-01-12T05:59:59.999Z\"},\"status\": \"Label created\",\"markedAs\": \"OPEN\"}"},{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"sortBy","value":"fulfillmentDate"},{"key":"sortDir","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1240-hvsHnAWd0SdH3Kqe6J2smBF/RX8\""},{"key":"x-cloud-trace-context","value":"500d75b7edef385581847d9a7bef3668;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:45:51 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"4672"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"rows\": [\n        {\n            \"id\": \"07050d91-5e3a-4b67-a3f5-29e5756da83b\",\n            \"trackingNumber\": \"JMX000749749323\",\n            \"trackingUrl\": null,\n            \"courier\": \"J&T Express (MX)\",\n            \"type\": null,\n            \"channel\": null,\n            \"customerEmail\": \"customer@mail.com\",\n            \"customerPhone\": \"8111111111\",\n            \"orderNumber\": \"MO-1002\",\n            \"customerName\": \"Customer Name\",\n            \"customerCountry\": \"Mexico\",\n            \"customerProvince\": \"Aguascalientes\",\n            \"customerCountryCode\": \"MX\",\n            \"customerProvinceCode\": \"AG\",\n            \"customerCity\": null,\n            \"customerZip\": null,\n            \"customerSelectedShipping\": null,\n            \"shipperCountry\": \"Mexico\",\n            \"shipperProvince\": \"Aguascalientes\",\n            \"shipperCountryCode\": \"MX\",\n            \"shipperProvinceCode\": \"AG\",\n            \"items\": null,\n            \"events\": [\n                {\n                    \"date\": \"2024-01-10T15:09:30.609Z\",\n                    \"status\": \"Label created\",\n                    \"message\": \"JYT label created\",\n                    \"statusCD\": \"lb\"\n                }\n            ],\n            \"deadline\": \"2024-01-15T03:09:30.000Z\",\n            \"estimatedDelivery\": null,\n            \"channelCreatedAt\": null,\n            \"transitTime\": 0,\n            \"status\": \"Label created\",\n            \"statusWithDetails\": \"JYT labels created\",\n            \"deliveredAt\": null,\n            \"pickedupAt\": null,\n            \"fulfillmentDate\": \"2024-01-10T17:44:16.000Z\",\n            \"tracker\": \"weship\",\n            \"syncDate\": \"2024-01-10T17:44:17.000Z\",\n            \"chargeId\": null,\n            \"trackingEnabled\": true,\n            \"trackEmail\": \"PENDING\",\n            \"markedAs\": \"OPEN\",\n            \"createdAt\": \"2024-01-10T17:44:16.000Z\",\n            \"updatedAt\": \"2024-01-16T19:30:37.000Z\",\n            \"orderId\": \"50fffca9-2305-481c-a448-490bcf3c2cd9\",\n            \"subscriptionId\": \"601f8245-caa1-4ad0-9de5-a079fc1f3e32\",\n            \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\n            \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n            \"createdById\": \"d537076c-aa17-4db1-9612-a7387277fe13\",\n            \"createdBy\": {\n                \"id\": \"d537076c-aa17-4db1-9612-a7387277fe13\",\n                \"email\": \"tiber41552@othao.com\",\n                \"firstName\": \"Customer Name\",\n                \"lastName\": \"Customer Name\",\n                \"active\": true,\n                \"resetPasswordToken\": null,\n                \"resetPasswordExpires\": null,\n                \"createdAt\": \"2023-11-06T16:21:35.000Z\",\n                \"updatedAt\": \"2023-11-06T16:21:35.000Z\",\n                \"roleId\": \"743da1a0-912f-4a1c-914d-22b3abdf5b90\",\n                \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n                \"createdById\": null\n            },\n            \"order\": {\n                \"id\": \"50fffca9-2305-481c-a448-490bcf3c2cd9\",\n                \"channel\": \"weship\",\n                \"channel_id\": null,\n                \"notes\": null,\n                \"customerName\": \"Customer Name\",\n                \"channel_name\": \"MO-1002\",\n                \"fulfillment_status\": null,\n                \"financial_status\": null,\n                \"active\": null,\n                \"store\": null,\n                \"items\": null,\n                \"storeCreatedAt\": null,\n                \"storeClosedAt\": null,\n                \"customerEmail\": \"customer@mail.com \",\n                \"customerPhone\": \"8111111111\",\n                \"customerCountry\": \"Mexico\",\n                \"customerProvince\": \"Aguascalientes\",\n                \"customerCountryCode\": \"MX\",\n                \"customerProvinceCode\": \"AG\",\n                \"customerCity\": null,\n                \"customerZip\": null,\n                \"customerSelectedShipping\": null,\n                \"shipperCountry\": \"Mexico\",\n                \"shipperProvince\": \"Aguascalientes\",\n                \"shipperCountryCode\": \"MX\",\n                \"shipperProvinceCode\": \"AG\",\n                \"riskLevel\": null,\n                \"riskMessage\": null,\n                \"cancelled\": null,\n                \"cancelReason\": null,\n                \"cancelledAt\": null,\n                \"price\": null,\n                \"currency\": null,\n                \"fulfillment\": null,\n                \"latitude\": null,\n                \"longitude\": null,\n                \"trackingEnabled\": false,\n                \"createdAt\": \"2024-01-10T17:44:16.000Z\",\n                \"updatedAt\": \"2024-01-10T17:44:16.000Z\",\n                \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n                \"createdById\": \"d537076c-aa17-4db1-9612-a7387277fe13\"\n            },\n            \"subscription\": {\n                \"id\": \"601f8245-caa1-4ad0-9de5-a079fc1f3e32\",\n                \"startDate\": \"2023-12-14T15:52:26.000Z\",\n                \"endDate\": \"2024-01-14T00:00:00.000Z\",\n                \"cancelDate\": null,\n                \"cancelReason\": null,\n                \"status\": \"active\",\n                \"planId\": \"a37f6cbf-cecd-4c02-bc7c-12d8cd3b22ef\",\n                \"volume\": 50,\n                \"extraLabelPrice\": 0.08,\n                \"maxLabelQuantity\": 100,\n                \"isYearly\": false,\n                \"paymentInfo\": {\n                    \"id\": 22952935482,\n                    \"name\": \"Essentials-50\",\n                    \"test\": true,\n                    \"price\": \"5.00\",\n                    \"status\": \"active\",\n                    \"currency\": \"USD\",\n                    \"billing_on\": \"2023-12-14\",\n                    \"created_at\": \"2023-12-14T10:52:26-05:00\",\n                    \"return_url\": \"https://trackd3v.weship.cloud/thankYou\",\n                    \"risk_level\": 0,\n                    \"trial_days\": 0,\n                    \"updated_at\": \"2023-12-14T10:52:39-05:00\",\n                    \"activated_on\": \"2023-12-14\",\n                    \"balance_used\": 0,\n                    \"cancelled_on\": null,\n                    \"api_client_id\": 45479952385,\n                    \"capped_amount\": \"4.00\",\n                    \"trial_ends_on\": \"2023-12-14\",\n                    \"balance_remaining\": 4,\n                    \"decorated_return_url\": \"https://trackd3v.weship.cloud/thankYou?charge_id=22952935482\"\n                },\n                \"paymentMethod\": \"shopify\",\n                \"paymentStatus\": \"paid\",\n                \"paymentId\": \"22952935482\",\n                \"paymentDate\": \"2023-12-14T15:52:43.000Z\",\n                \"paymentAmount\": 5,\n                \"paymentCurrency\": \"USD\",\n                \"createdAt\": \"2023-12-14T15:52:26.000Z\",\n                \"updatedAt\": \"2023-12-14T15:52:43.000Z\",\n                \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n                \"createdById\": null\n            },\n            \"carrier\": {\n                \"id\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\n                \"carrierId\": \"100388\",\n                \"phone\": null,\n                \"url\": \"https://www.jtexpress.mx/\",\n                \"name\": \"J&T Express (MX)\",\n                \"email\": null,\n                \"countryId\": \"570f9a57-234c-43b5-9b0d-1492286748d8\",\n                \"popularity\": 1,\n                \"aliases\": \"J&T Express (MX), JYT\",\n                \"tracker\": \"WeShip\",\n                \"rules\": {\n                    \"first3\": \"JMX\",\n                    \"lengths\": [\n                        15\n                    ],\n                    \"isNumeric\": {\n                        \"15\": false\n                    }\n                },\n                \"createdAt\": \"2023-09-04T17:12:18.000Z\",\n                \"updatedAt\": \"2023-09-04T17:12:18.000Z\",\n                \"orgId\": null,\n                \"createdById\": null\n            },\n            \"org\": {\n                \"id\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n                \"name\": \"06-11-2023\",\n                \"createdAt\": \"2023-11-06T16:21:35.000Z\",\n                \"updatedAt\": \"2023-11-06T16:21:35.000Z\",\n                \"createdById\": null\n            }\n        }\n    ]\n}"},{"id":"73bef0bb-9bbb-45cf-b695-8469848aac7c","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{host}}/api/v1/shipment/list?where={\"fulfillmentDate\": {\"[gte]\": \"2023-12-12T06:00:00.000Z\",\"[lte]\": \"2024-01-12T05:59:59.999Z\"},\"status\": \"Label created\",\"markedAs\": \"OPEN\"}&limit=10&offset=0&sortBy=fulfillmentDate&sortDir=ASC","protocol":"https","host":["{{host}}"],"path":["api","v1","shipment","list"],"query":[{"key":"where","value":"{\"fulfillmentDate\": {\"[gte]\": \"2023-12-12T06:00:00.000Z\",\"[lte]\": \"2024-01-12T05:59:59.999Z\"},\"status\": \"Label created\",\"markedAs\": \"OPEN\"}"},{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"sortBy","value":"fulfillmentDate"},{"key":"sortDir","value":"ASC"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"99-SJaV1jlxxGJ6PWPlgHGXQ2inOMk\""},{"key":"x-cloud-trace-context","value":"759611d4a9892e99ccf69aa6e990af39;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:45:11 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"153"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"UnauthorizedError\",\n    \"message\": \"jwt malformed\",\n    \"code\": \"invalid_token\",\n    \"status\": 401,\n    \"inner\": {\n        \"name\": \"JsonWebTokenError\",\n        \"message\": \"jwt malformed\"\n    }\n}"}],"_postman_id":"da6141a0-221d-4d91-8f57-95e471577e27"},{"name":"Create Shipment","id":"ed135279-feb9-4fad-bfc8-d936c6d9ddaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"trackingNumber\": \"JMX000775908056\",\r\n    \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\r\n    \"carrierName\": \"J&T Express (MX)\",\r\n    \"originCountryCode\": \"MX\",\r\n    \"originCountry\": \"Mexico\",\r\n    \"originProvinceCode\": \"AG\",\r\n    \"originProvince\": \"Aguascalientes\",\r\n    \"destinationCountryCode\": \"MX\",\r\n    \"destinationCountry\": \"Mexico\",\r\n    \"destinationProvinceCode\": \"AG\",\r\n    \"destinationProvince\": \"Aguascalientes\",\r\n    \"orderNumber\": \"MO-1008\",\r\n    \"name\": \"Customer Name\",\r\n    \"email\": \"customer@email.com\",\r\n    \"phoneNumber\": \"1111111111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/shipment/new","description":"<p>This endpoint allows users to create a new shipment by providing details such as the tracking number, carrier information, origin and destination details, customer information, and order details. The created shipment will be associated with the provided tracking number and carrier.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid JWT (JSON Web Token) in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>trackingNumber</code> (string): The tracking number associated with the shipment.</li>\n<li><code>carrierId</code> (string): The unique identifier of the carrier. <a href=\"https://storage.googleapis.com/track-user-prod/carriers/Carriers.json\">[Couriers List]</a></li>\n<li><code>carrierName</code> (string): The name of the carrier.</li>\n<li><code>originCountryCode</code> (string): The country code of the origin location.</li>\n<li><code>originCountry</code> (string): The name of the origin country.</li>\n<li><code>originProvinceCode</code> (string): The province code of the origin location.</li>\n<li><code>originProvince</code> (string): The name of the origin province.</li>\n<li><code>destinationCountryCode</code> (string): The country code of the destination location.</li>\n<li><code>destinationCountry</code> (string): The name of the destination country.</li>\n<li><code>destinationProvinceCode</code> (string): The province code of the destination location.</li>\n<li><code>destinationProvince</code> (string): The name of the destination province.</li>\n<li><code>orderNumber</code> (string): The order number associated with the shipment.</li>\n<li><code>name</code> (string): The name of the customer.</li>\n<li><code>email</code> (string): The email address of the customer.</li>\n<li><code>phoneNumber</code> (string): The phone number of the customer.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","shipment","new"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4dbd28a9-601c-4fc2-9f8f-1b38ac30928a","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"trackingNumber\": \"JMX000775908036\",\r\n    \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\r\n    \"carrierName\": \"J&T Express (MX)\",\r\n    \"originCountryCode\": \"MX\",\r\n    \"originCountry\": \"Mexico\",\r\n    \"originProvinceCode\": \"AG\",\r\n    \"originProvince\": \"Aguascalientes\",\r\n    \"destinationCountryCode\": \"MX\",\r\n    \"destinationCountry\": \"Mexico\",\r\n    \"destinationProvinceCode\": \"AG\",\r\n    \"destinationProvince\": \"Aguascalientes\",\r\n    \"orderNumber\": \"MO-1008\",\r\n    \"name\": \"Customer Name\",\r\n    \"email\": \"customer@email.com\",\r\n    \"phoneNumber\": \"1111111111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/shipment/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"381-sbbNY6kivKXor2mRvU3LELXOl9Q\""},{"key":"x-cloud-trace-context","value":"596f9186a114a91a040ce6b908ef9147;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:50:35 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"897"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"shipment\": {\n        \"id\": \"8f5a02d1-efd0-4997-95b4-0d1aff8b2598\",\n        \"trackingEnabled\": false,\n        \"trackEmail\": \"PENDING\",\n        \"markedAs\": \"OPEN\",\n        \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\n        \"courier\": \"J&T Express (MX)\",\n        \"trackingNumber\": \"JMX000775908056\",\n        \"orderId\": \"a82bd3e5-584a-406b-b48c-672699792b1e\",\n        \"fulfillmentDate\": \"2024-01-16T19:50:35.390Z\",\n        \"tracker\": \"weship\",\n        \"customerCountryCode\": \"MX\",\n        \"customerCountry\": \"Mexico\",\n        \"customerProvinceCode\": \"AG\",\n        \"customerProvince\": \"Aguascalientes\",\n        \"customerName\": \"Customer Name\",\n        \"customerEmail\": \"customer@email.com\",\n        \"customerPhone\": \"1111111111\",\n        \"shipperCountryCode\": \"MX\",\n        \"shipperCountry\": \"Mexico\",\n        \"shipperProvinceCode\": \"AG\",\n        \"shipperProvince\": \"Aguascalientes\",\n        \"orderNumber\": \"MO-1008\",\n        \"createdById\": \"d537076c-aa17-4db1-9612-a7387277fe13\",\n        \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n        \"updatedAt\": \"2024-01-16T19:50:35.390Z\",\n        \"createdAt\": \"2024-01-16T19:50:35.390Z\"\n    }\n}"},{"id":"5a6c867f-0371-4da0-97ab-48a31ce34d26","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"trackingNumber\": \"JMX000775908036\",\r\n    \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\r\n    \"carrierName\": \"J&T Express (MX)\",\r\n    \"originCountryCode\": \"MX\",\r\n    \"originCountry\": \"Mexico\",\r\n    \"originProvinceCode\": \"AG\",\r\n    \"originProvince\": \"Aguascalientes\",\r\n    \"destinationCountryCode\": \"MX\",\r\n    \"destinationCountry\": \"Mexico\",\r\n    \"destinationProvinceCode\": \"AG\",\r\n    \"destinationProvince\": \"Aguascalientes\",\r\n    \"orderNumber\": \"MO-1008\",\r\n    \"name\": \"Customer Name\",\r\n    \"email\": \"customer@email.com\",\r\n    \"phoneNumber\": \"1111111111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/shipment/new"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"99-SJaV1jlxxGJ6PWPlgHGXQ2inOMk\""},{"key":"x-cloud-trace-context","value":"5fc79a8206f6923e45c629faa3b60cc6;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:50:06 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"153"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"UnauthorizedError\",\n    \"message\": \"jwt malformed\",\n    \"code\": \"invalid_token\",\n    \"status\": 401,\n    \"inner\": {\n        \"name\": \"JsonWebTokenError\",\n        \"message\": \"jwt malformed\"\n    }\n}"}],"_postman_id":"ed135279-feb9-4fad-bfc8-d936c6d9ddaf"},{"name":"Get Shipment Status","id":"25da1b1a-eea6-4ff5-86fa-61e2134e0232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        {\r\n            \"courier\": \"J&T Express (MX)\",\r\n            \"tracking\": \"JMX000775908056\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/tracking/getStatus","description":"<p>This endpoint retrieves the tracking status of one or more shipments based on the provided courier and tracking information. Users can submit a list of shipments with details such as the courier name and tracking number to get real-time status updates.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid JWT (JSON Web Token) in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>shipments</code>: An array of shipment objects, where each object includes:</li>\n<li><code>courier</code> (string): The name of the courier for the shipment.</li>\n<li><code>tracking</code> (string): The tracking number associated with the shipment.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","tracking","getStatus"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c7d7c450-02a7-44da-9ef8-742ad79d2ca5","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        {\r\n            \"courier\": \"J&T Express (MX)\",\r\n            \"tracking\": \"JMX000755758503\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/tracking/getStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"8d8-30g6U2J+9blFFFNbbmwblMno2WE\""},{"key":"x-cloud-trace-context","value":"5cfdd335e73f63d38db311321c533b82;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:52:30 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"2264"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"a58ab6ca-8331-4b91-aa6e-f461300ec113\",\n            \"trackingNumber\": \"JMX000775908056\",\n            \"trackingUrl\": null,\n            \"courier\": \"J&T Express (MX)\",\n            \"type\": \"Delivery\",\n            \"channel\": null,\n            \"customerEmail\": \"customer@email.com\",\n            \"customerPhone\": \"1111111111\",\n            \"orderNumber\": \"MO-1008\",\n            \"customerName\": \"Customer Name\",\n            \"customerCountry\": \"Mexico\",\n            \"customerProvince\": \"Aguascalientes\",\n            \"customerCountryCode\": \"MX\",\n            \"customerProvinceCode\": \"AG\",\n            \"customerCity\": null,\n            \"customerZip\": null,\n            \"customerSelectedShipping\": null,\n            \"shipperCountry\": \"Mexico\",\n            \"shipperProvince\": \"Aguascalientes\",\n            \"shipperCountryCode\": \"MX\",\n            \"shipperProvinceCode\": \"AG\",\n            \"items\": null,\n            \"events\": [\n                {\n                    \"date\": \"2024-01-16 12:30:17\",\n                    \"status\": \"In transit\",\n                    \"message\": \"【El Marqués】Tu envío ha llegado a【QRO-PaloAlto.Cedis】\",\n                    \"statusCD\": \"Arrival Scan\",\n                    \"scanLocation\": \"Palo Alto - El Marqués,Querétaro\"\n                },\n                {\n                    \"date\": \"2024-01-16 09:40:55\",\n                    \"status\": \"In transit\",\n                    \"message\": \"【Querétaro】Tu envío ha salido de【LMT-Lamontana.pdv】con destino a【QRO-PaloAlto.Cedis】\",\n                    \"statusCD\": \"Outgoing Scan\",\n                    \"scanLocation\": \"Parque Industrial la Montaña - Querétaro,Querétaro\"\n                },\n                {\n                    \"date\": \"2024-01-11 14:27:30\",\n                    \"status\": \"Picked up\",\n                    \"message\": \"【Querétaro】【LMT-Lamontana.pdv】¡Recolección exitosa!. El mensajero de J&T asignado BECERRA MORALES EMMANUEL recolectó tu envío. Si requieres mayor información, contáctanos al: 5571001047\",\n                    \"statusCD\": \"Express mail collection\",\n                    \"scanLocation\": \"Parque Industrial la Montaña - Querétaro,Querétaro\"\n                }\n            ],\n            \"deadline\": \"2024-01-16T06:23:37.000Z\",\n            \"estimatedDelivery\": null,\n            \"channelCreatedAt\": null,\n            \"transitTime\": 6,\n            \"status\": \"Delayed\",\n            \"statusWithDetails\": \"【El Marqués】Tu envío ha llegado a【QRO-PaloAlto.Cedis】\",\n            \"deliveredAt\": null,\n            \"pickedupAt\": \"2024-01-11T14:27:30.000Z\",\n            \"fulfillmentDate\": \"2024-01-11T22:52:40.000Z\",\n            \"tracker\": \"weship\",\n            \"syncDate\": \"2024-01-11T22:52:40.000Z\",\n            \"chargeId\": null,\n            \"trackingEnabled\": true,\n            \"trackEmail\": \"PENDING\",\n            \"markedAs\": \"OPEN\",\n            \"createdAt\": \"2024-01-11T22:52:40.000Z\",\n            \"updatedAt\": \"2024-01-16T19:52:30.270Z\",\n            \"orderId\": \"58cb5ba3-9fe3-44b7-a573-3e06987d71b1\",\n            \"subscriptionId\": \"601f8245-caa1-4ad0-9de5-a079fc1f3e32\",\n            \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\n            \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n            \"createdById\": \"d537076c-aa17-4db1-9612-a7387277fe13\"\n        }\n    ]\n}"},{"id":"2ed5583e-ec90-4a73-9ed8-5f2017d8009d","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        {\r\n            \"courier\": \"J&T Express (MX)\",\r\n            \"tracking\": \"JMX000755758503\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/tracking/getStatus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"99-SJaV1jlxxGJ6PWPlgHGXQ2inOMk\""},{"key":"x-cloud-trace-context","value":"a58fe2534d8c3967d750ffe9dcd649aa;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:51:57 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"153"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"UnauthorizedError\",\n    \"message\": \"jwt malformed\",\n    \"code\": \"invalid_token\",\n    \"status\": 401,\n    \"inner\": {\n        \"name\": \"JsonWebTokenError\",\n        \"message\": \"jwt malformed\"\n    }\n}"}],"_postman_id":"25da1b1a-eea6-4ff5-86fa-61e2134e0232"},{"name":"Update Carrier By Shipment ID","id":"f16941b5-1d27-4477-9fd5-e9769f88cf4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Weship-API-Version","value":"1.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"courierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/shipment/setCarrier/{{shipment_id}}","description":"<p>This endpoint is used to update the carrier associated with a specific shipment identified by its unique identifier (<code>shipmentId</code>). Users can set or change the carrier for a particular shipment by providing the new carrier's unique identifier (<code>courierId</code>) in the request payload.</p>\n<p><strong>Request Headers:</strong></p>\n<ul>\n<li><p><code>Weship-API-Version</code>: Version identifier for the Weship API. Set to '1.0'.</p>\n</li>\n<li><p><code>Content-Type</code>: Set to 'application/json' to indicate the format of the request payload.</p>\n</li>\n<li><p><code>Authorization</code>: Bearer token for authentication. Include a valid JWT (JSON Web Token) in the Authorization header.</p>\n</li>\n</ul>\n<p><strong>Request Path Parameter:</strong></p>\n<ul>\n<li><code>shipmentId</code> (string): The unique identifier of the shipment for which the carrier is being updated.</li>\n</ul>\n<p><strong>Request Payload:</strong></p>\n<ul>\n<li><code>courierId</code> (string): The unique identifier of the new carrier to be associated with the shipment.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","shipment","setCarrier","{{shipment_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fd9d0210-9522-4f84-adf9-db659e0fa75d","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/shipment/setCarrier/{{shipment_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"8da-Fgoig8Uu/gIIa/XvRWAhOnjNgUs\""},{"key":"x-cloud-trace-context","value":"e2f02acc969cc988c9568d8be7b859bc"},{"key":"date","value":"Tue, 16 Jan 2024 19:54:54 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"2266"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"shipment\": {\n        \"id\": \"a58ab6ca-8331-4b91-aa6e-f461300ec113\",\n        \"trackingNumber\": \"JMX000775908056\",\n        \"trackingUrl\": null,\n        \"courier\": \"J&T Express (MX)\",\n        \"type\": \"Delivery\",\n        \"channel\": null,\n        \"customerEmail\": \"customer@email.com\",\n        \"customerPhone\": \"1111111111\",\n        \"orderNumber\": \"MO-1008\",\n        \"customerName\": \"Customer Name\",\n        \"customerCountry\": \"Mexico\",\n        \"customerProvince\": \"Aguascalientes\",\n        \"customerCountryCode\": \"MX\",\n        \"customerProvinceCode\": \"AG\",\n        \"customerCity\": null,\n        \"customerZip\": null,\n        \"customerSelectedShipping\": null,\n        \"shipperCountry\": \"Mexico\",\n        \"shipperProvince\": \"Aguascalientes\",\n        \"shipperCountryCode\": \"MX\",\n        \"shipperProvinceCode\": \"AG\",\n        \"items\": null,\n        \"events\": [\n            {\n                \"date\": \"2024-01-16 12:30:17\",\n                \"status\": \"In transit\",\n                \"message\": \"【El Marqués】Tu envío ha llegado a【QRO-PaloAlto.Cedis】\",\n                \"statusCD\": \"Arrival Scan\",\n                \"scanLocation\": \"Palo Alto - El Marqués,Querétaro\"\n            },\n            {\n                \"date\": \"2024-01-16 09:40:55\",\n                \"status\": \"In transit\",\n                \"message\": \"【Querétaro】Tu envío ha salido de【LMT-Lamontana.pdv】con destino a【QRO-PaloAlto.Cedis】\",\n                \"statusCD\": \"Outgoing Scan\",\n                \"scanLocation\": \"Parque Industrial la Montaña - Querétaro,Querétaro\"\n            },\n            {\n                \"date\": \"2024-01-11 14:27:30\",\n                \"status\": \"Picked up\",\n                \"message\": \"【Querétaro】【LMT-Lamontana.pdv】¡Recolección exitosa!. El mensajero de J&T asignado BECERRA MORALES EMMANUEL recolectó tu envío. Si requieres mayor información, contáctanos al: 5571001047\",\n                \"statusCD\": \"Express mail collection\",\n                \"scanLocation\": \"Parque Industrial la Montaña - Querétaro,Querétaro\"\n            }\n        ],\n        \"deadline\": \"2024-01-16T06:23:37.000Z\",\n        \"estimatedDelivery\": null,\n        \"channelCreatedAt\": null,\n        \"transitTime\": 6,\n        \"status\": \"Delayed\",\n        \"statusWithDetails\": \"【El Marqués】Tu envío ha llegado a【QRO-PaloAlto.Cedis】\",\n        \"deliveredAt\": null,\n        \"pickedupAt\": \"2024-01-11T14:27:30.000Z\",\n        \"fulfillmentDate\": \"2024-01-11T22:52:40.000Z\",\n        \"tracker\": \"weship\",\n        \"syncDate\": \"2024-01-11T22:52:40.000Z\",\n        \"chargeId\": null,\n        \"trackingEnabled\": true,\n        \"trackEmail\": \"PENDING\",\n        \"markedAs\": \"OPEN\",\n        \"createdAt\": \"2024-01-11T22:52:40.000Z\",\n        \"updatedAt\": \"2024-01-16T19:52:30.000Z\",\n        \"orderId\": \"58cb5ba3-9fe3-44b7-a573-3e06987d71b1\",\n        \"subscriptionId\": \"601f8245-caa1-4ad0-9de5-a079fc1f3e32\",\n        \"carrierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\",\n        \"orgId\": \"e386d156-8ad6-4910-97eb-6c88206d5c94\",\n        \"createdById\": \"d537076c-aa17-4db1-9612-a7387277fe13\"\n    }\n}"},{"id":"0c07bd4c-e2cd-441d-87e3-a8249209207a","name":"401","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courierId\": \"c86b2926-0532-44ad-aa04-3bfb61b5f685\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{host}}/api/v1/shipment/setCarrier/{{shipment_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"99-SJaV1jlxxGJ6PWPlgHGXQ2inOMk\""},{"key":"x-cloud-trace-context","value":"ce43c2766247d313d5531983e2c5399a;o=1"},{"key":"date","value":"Tue, 16 Jan 2024 19:54:17 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"153"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"UnauthorizedError\",\n    \"message\": \"jwt malformed\",\n    \"code\": \"invalid_token\",\n    \"status\": 401,\n    \"inner\": {\n        \"name\": \"JsonWebTokenError\",\n        \"message\": \"jwt malformed\"\n    }\n}"}],"_postman_id":"f16941b5-1d27-4477-9fd5-e9769f88cf4f"}],"id":"e6bb1ee7-0827-46c9-8626-91d372598095","description":"<p>The \"Shipments\" collection focuses on operations related to authorization within the API. Below is an overview of the collection and the available resources:</p>\n","_postman_id":"e6bb1ee7-0827-46c9-8626-91d372598095"}],"id":"9ae1fde4-c294-4824-b153-aa21ed026acb","description":"<p>The WeShip Tract API is a robust and versatile solution designed to facilitate the tracking of shipments across a vast network of more than 1200 carriers worldwide. This API provides developers with the tools to seamlessly integrate tracking functionalities into their applications, enabling users to access real-time and accurate information about the status and location of their shipments.</p>\n","_postman_id":"9ae1fde4-c294-4824-b153-aa21ed026acb"}]}