{"info":{"_postman_id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","name":"Dimona API – Production & Fulfillment","description":"<html><head></head><body><p>Welcome to the Dimona API — your gateway to fast, high-quality direct-to-garment (DTG) printing across the Americas.</p>\n<p>Dimona operates the largest on-demand DTG network in Latin America, with facilities in the U.S., Brazil, Mexico, Argentina, and Chile. Whether you're building an eCommerce store, managing a B2B merch program, or scaling global fulfillment — this API gets your orders printed, packed, and shipped with precision.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>📦 Local production, faster delivery</p>\n</li>\n<li><p>🧵 High-quality DTG printing (no minimums)</p>\n</li>\n<li><p>🌍 International reach with region-optimized logistics</p>\n</li>\n</ul>\n<p>Explore the endpoints below to submit orders, check inventory, track production events, and manage your fulfillment workflow.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"111729","collectionId":"6101a42b-ab95-4e2f-8d25-50f6d758485e","publishedId":"Tzz7McgF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0165ff"},"publishDate":"2025-05-27T16:15:48.000Z"},"item":[{"name":"Order","item":[{"name":"Submit a production order","id":"be74fc8a-460e-41b9-a997-1a14386fb577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference1234\",\n  \"sample\": true,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"webhook_url\": \"https://webhook.receiver.example/orders\",\n  \"ship_by_date\": \"2025-01-15\",\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"phone\": \"+1-305-555-1212\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\",\n    \"email\": \"support@example.com\",\n    \"phone\": \"+1-954-555-2020\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\",\n        \"back\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\",\n        \"neck\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\",\n        \"left_chest\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\",\n        \"right_chest\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\",\n        \"back\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\",\n        \"neck\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\",\n        \"left_chest\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\",\n        \"right_chest\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"extras\": {\n        \"dark\": false,\n        \"capabilities\":{\n            \"front\": \"DTG\",\n            \"back\": \"DTF\",\n            \"neck\": \"DTF\",\n            \"left_chest\": \"EMB\",\n            \"right_chest\": \"EMB\"\n        }\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ],\n  \"package_inserts\": [\n    \"https://pdf_to_4x6_insert.pdf\"\n  ],\n  \"packing_slip\": \"https://pdf_to_letter_slip.pdf\"\n}"},"url":"{{usa-api-domain}}/api/v2021/orders","description":"<h2 id=\"🧾-submit-a-production-order\">🧾 Submit a Production Order</h2>\n<p>Create a new DTG production order to be printed, packed, and shipped from one of our regional facilities.</p>\n<p>Use this endpoint to send print-ready artwork, shipping details, and item metadata. Orders are automatically validated, assigned to the best facility, and queued for fulfillment.</p>\n<h3 id=\"🔧-required-fields\">🔧 Required Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Your unique order reference (used for idempotency)</td>\n</tr>\n<tr>\n<td><code>items</code></td>\n<td>array</td>\n<td>List of products to print, each with a valid SKU and quantity</td>\n</tr>\n<tr>\n<td><code>print_files</code></td>\n<td>object</td>\n<td>High-res artwork for each print location (PNG, 300 DPI, transparent)</td>\n</tr>\n<tr>\n<td><code>preview_files</code></td>\n<td>object</td>\n<td>Customer-facing mockups.</td>\n</tr>\n<tr>\n<td><code>address_to</code></td>\n<td>object</td>\n<td>Shipping details for the end customer</td>\n</tr>\n<tr>\n<td><code>shipping</code></td>\n<td>object</td>\n<td>Carrier and shipping priority</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🪛-optional-fields\">🪛 Optional Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sample</code></td>\n<td>boolean</td>\n<td>Mark order as a sample or test (bypasses normal flow)</td>\n</tr>\n<tr>\n<td><code>reprint</code></td>\n<td>boolean</td>\n<td>Reprint of a previously failed/damaged order</td>\n</tr>\n<tr>\n<td><code>xqc</code></td>\n<td>boolean</td>\n<td>Enable extra quality control for high-value orders</td>\n</tr>\n<tr>\n<td>ship_by_date</td>\n<td>string (ISO 8601 date or datetime)</td>\n<td>Latest date the order must ship. Accepts any Carbon-parsable value, but ISO 8601 is recommended—YYYY-MM-DD for a date only or YYYY-MM-DDTHH:MM:SS±HH:MM for date + time. Interpreted in the America/New_York timezone</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"⚠️-best-practices\">⚠️ Best Practices</h3>\n<ol>\n<li><p><strong>Check inventory</strong> for each SKU before submitting.</p>\n</li>\n<li><p><strong>Use unique order IDs</strong> to avoid duplicates.</p>\n</li>\n<li><p><strong>Validate print files</strong> (300 DPI, correct format) to avoid quality issues.</p>\n</li>\n<li><p><strong>Include customer contact</strong> for delivery updates and return handling.</p>\n</li>\n</ol>\n","urlObject":{"path":["api","v2021","orders"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"9ea6b701-efbf-4c3c-abf0-006d08c7b358","name":"Success: Order Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:27:06 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"orderReference\",\n    \"reference_id\": \"a4083bf5-8f45-467c-9b98-bd8334928b06\"\n}"},{"id":"e7a3c70a-85ef-47b5-970d-0934da662bde","name":"Error: Duplicated Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Not Modified","code":304,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:27:32 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":null},{"id":"1eecf8a8-6231-4eb0-9ab1-07a43907fe6f","name":"Error: Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:23:04 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"e7d1d8ce-62dc-400b-b252-22d910ce8953","name":"Error: Invalid SKU","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"SKU-ERROR\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:28:44 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"errors\": [\n        {\n            \"items.0.sku\": \"The selected items.0.sku is invalid.\"\n        }\n    ]\n}"},{"id":"9a1bdc6d-23f7-40a0-bed5-eef90e8690a9","name":"Error: SKU out of stock","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference2\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-8413-NAVYTRI-XL\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:29:40 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"errors\": {\n        \"items.gB0NV05e\": \"This item is out of stock!\"\n    }\n}"}],"_postman_id":"be74fc8a-460e-41b9-a997-1a14386fb577"},{"name":"Retrieve a production order","id":"be5a0beb-7f20-41ad-b863-a22ccb1aadab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{usa-api-domain}}/api/v2021/orders/{{order-uuid}}","description":"<h2 id=\"📦-retrieve-a-production-order\">📦 Retrieve a Production Order</h2>\n<p>Get full details of a submitted production order using its <code>reference_id</code>.</p>\n<p>This endpoint returns the order’s current status, shipping details, item list and<br />tracking info (if shipped).</p>\n<h3 id=\"⚠️-notes\">⚠️ Notes</h3>\n<ul>\n<li>Order-level status does not reflect per-item events — for a detailed timeline, use <code>GET /order/{id}/events</code>.</li>\n</ul>\n<h3 id=\"🔍-use-cases\">🔍 Use Cases</h3>\n<ul>\n<li><p>Track order progress in real-time</p>\n</li>\n<li><p>Display shipping status and tracking to customers</p>\n</li>\n</ul>\n<h3 id=\"📋-order-status-values\">📋 Order Status Values</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Pending</code></td>\n<td>Order received</td>\n</tr>\n<tr>\n<td><code>In Production</code></td>\n<td>Items are currently being printed/manufactured</td>\n</tr>\n<tr>\n<td><code>Shipped</code></td>\n<td>Order dispatched with tracking</td>\n</tr>\n<tr>\n<td><code>Cancelled</code></td>\n<td>Order was cancelled</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"🔄-common-status-flows\">🔄 Common Status Flows</h3>\n<ul>\n<li><p><strong>Standard:</strong> <code>Pending</code> → <code>In Production</code> → <code>Shipped</code></p>\n</li>\n<li><p><strong>Cancelled:</strong> Any status → <code>Cancelled</code> (restrictions apply)</p>\n</li>\n</ul>\n<h3 id=\"🧾-response-includes\">🧾 Response Includes</h3>\n<ul>\n<li><p><code>id</code>, <code>reference_id</code></p>\n</li>\n<li><p>Full address info (<code>address_to</code>, <code>address_from</code>)</p>\n</li>\n<li><p><code>status</code>, <code>created_at</code>, <code>updated_at</code></p>\n</li>\n<li><p>All <code>items</code> with print files and status</p>\n</li>\n<li><p><code>tracking_number</code></p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2021","orders","{{order-uuid}}"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"de73f1ec-564f-48b3-8802-7cb3ed6da0e2","name":"Retrieve a production order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{usa-api-domain}}/api/v2021/orders/{{order-uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 18 Apr 2025 14:37:55 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"spfy_5_12341234\",\n    \"reference_id\": \"1234e5a1-1234-1234-1234-f3f9a4ccf8c9\",\n    \"sample\": false,\n    \"reprint\": false,\n    \"xqc\": false,\n    \"status\": \"Shipped\",\n    \"address_to\": {\n        \"address1\": \"1983 Tigertail Blvd\",\n        \"address2\": \"\",\n        \"city\": \"Dania Beach\",\n        \"zip\": \"33004\",\n        \"country\": \"US\",\n        \"region\": \"FL\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"\",\n        \"phone\": \"+11231231234\"\n    },\n    \"address_from\": {\n        \"address1\": \"1983 Tigertail Blvd\",\n        \"address2\": null,\n        \"city\": \"Dania Beach\",\n        \"zip\": \"33004\",\n        \"country\": \"US\",\n        \"region\": \"FL\",\n        \"company\": \"Shipping Department\",\n        \"email\": \"api@dimonatee.com\",\n        \"phone\": \"7862967000\"\n    },\n    \"shipping\": {\n        \"carrier\": \"Default\",\n        \"priority\": \"\"\n    },\n    \"items\": [\n        {\n            \"id\": \"12806896812172\",\n            \"sku\": \"GLD-5000-WHITE-XL\",\n            \"preview_files\": {\n                \"front\": \"https://front_preview_file.com\"\n            },\n            \"print_files\": {\n                \"front\": \"https://front_print_file.com\"\n            },\n            \"quantity\": 1\n        }\n    ],\n    \"tracking_url\": \"https://track.easypost.com/123412341234\",\n    \"tracking_number\": \"9400.....\",\n    \"carrier\": \"USPS\"\n}"}],"_postman_id":"be5a0beb-7f20-41ad-b863-a22ccb1aadab"},{"name":"Cancel Production Order","id":"b52a4c6f-d365-48c3-933c-f5abb13ce105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"items\": [\n    \n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/order/{{order-uuid}}/cancel","description":"<h2 id=\"❌-cancel-production-order\">❌ Cancel Production Order</h2>\n<p>Cancel an order before it enters production or shipping.</p>\n<p>This endpoint allows full or partial cancellation of production orders, depending on their current status. You can cancel the entire order or specific items, and optionally provide a reason and notes for better traceability.</p>\n<h3 id=\"🕒-when-cancellation-is-allowed\">🕒 When Cancellation Is Allowed</h3>\n<ul>\n<li><p>✅ <code>Pending</code>: Always cancellable</p>\n</li>\n<li><p>❌ <code>In Production</code>, <code>Shipped</code>: Not cancellable via API (contact support)</p>\n<ul>\n<li>Orders in In Production status may still be cancellable if all SKUs meet specific eligibility criteria.</li>\n</ul>\n</li>\n<li><p>⚠️ Special Cases: Samples and reprints may follow different rules</p>\n</li>\n</ul>\n<h3 id=\"🛠-partial-cancellations\">🛠 Partial Cancellations</h3>\n<p>You can cancel individual items within the order by passing an array of item IDs. The rest of the order continues through the normal flow.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":true,"source":{"_postman_id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","name":"Dimona API – Production & Fulfillment","type":"collection"}},"urlObject":{"path":["api","v2021","order","{{order-uuid}}","cancel"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b52a4c6f-d365-48c3-933c-f5abb13ce105"},{"name":"Retrieve Order Events","id":"5f1baac3-1a19-4c96-a644-5f38f3fe5057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{usa-api-domain}}/api/v2021/order/{{order-uuid}}/events","description":"<h2 id=\"📜-retrieve-order-events\">📜 Retrieve Order Events</h2>\n<p>Fetch a detailed timeline of all production-related events for a given order.</p>\n<p>Unlike the main order status (which reflects the order as a whole), this endpoint returns <strong>granular item-level actions</strong>, including printing, packaging, and shipping steps — with timestamps and affected item IDs.</p>\n<h3 id=\"📚-use-cases\">📚 Use Cases</h3>\n<ul>\n<li><p>Visualize step-by-step progress of an order</p>\n</li>\n<li><p>Build a production dashboard or internal tracking UI</p>\n</li>\n<li><p>Debug production delays or errors</p>\n</li>\n<li><p>Generate audit logs or reporting based on actual timestamps</p>\n</li>\n</ul>\n<h3 id=\"🧾-event-format\">🧾 Event Format</h3>\n<p>Each event contains:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>time</code></td>\n<td>string</td>\n<td>ISO 8601 timestamp when the event occurred</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>string</td>\n<td>Type of event (e.g. <code>created</code>, <code>picked</code>, <code>printed</code>, <code>packaged</code>, <code>shipped</code>)</td>\n</tr>\n<tr>\n<td><code>affected_items</code></td>\n<td>string[]</td>\n<td>Array of item IDs affected by this action</td>\n</tr>\n<tr>\n<td><code>tracking_number</code></td>\n<td>string</td>\n<td>(Only on <code>shipped</code>) The tracking number assigned</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>string</td>\n<td>(Only on <code>shipped</code>) The carrier used for fulfillment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2021","order","{{order-uuid}}","events"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"9a95524b-5efc-4f7d-ae4a-d2893d5bc331","name":"Retrieve Order Events","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{usa-api-domain}}/api/v2021/order/{{order-uuid}}/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 27 May 2025 19:54:30 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"shipped\",\n    \"events\": [\n        {\n            \"time\": \"2025-05-27T14:00:05+00:00\",\n            \"action\": \"created\",\n            \"affected_items\": [\n                \"1234\",\n                \"1235\",\n                \"1236\",\n                \"1237\",\n                \"pck-insert\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T15:03:58+00:00\",\n            \"action\": \"picked\",\n            \"affected_items\": [\n                \"1234\",\n                \"1235\",\n                \"1236\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T15:03:59+00:00\",\n            \"action\": \"picked\",\n            \"affected_items\": [\n                \"1237\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T15:11:05+00:00\",\n            \"action\": \"printed\",\n            \"affected_items\": [\n                \"1234\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T15:11:28+00:00\",\n            \"action\": \"printed\",\n            \"affected_items\": [\n                \"1235\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T15:11:32+00:00\",\n            \"action\": \"printed\",\n            \"affected_items\": [\n                \"1236\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T15:30:21+00:00\",\n            \"action\": \"printed\",\n            \"affected_items\": [\n                \"1237\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T18:10:28+00:00\",\n            \"action\": \"packaged\",\n            \"affected_items\": [\n                \"1234\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T18:11:05+00:00\",\n            \"action\": \"packaged\",\n            \"affected_items\": [\n                \"1235\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T18:11:43+00:00\",\n            \"action\": \"packaged\",\n            \"affected_items\": [\n                \"1236\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T18:12:24+00:00\",\n            \"action\": \"packaged\",\n            \"affected_items\": [\n                \"1237\"\n            ]\n        },\n        {\n            \"time\": \"2025-05-27T18:12:29+00:00\",\n            \"action\": \"shipped\",\n            \"affected_items\": [\n                \"1234\",\n                \"1235\",\n                \"1236\",\n                \"1237\"\n            ],\n            \"tracking_url\": \"https://track.easypost.com/tracking_here\",\n            \"tracking_number\": \"Tracking Here\",\n            \"carrier\": \"Carrier\"\n        }\n    ]\n}"}],"_postman_id":"5f1baac3-1a19-4c96-a644-5f38f3fe5057"},{"name":"Submit a production order - Legacy Payload","id":"711af02b-9519-4347-9f04-826185f4428b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"USPS\",\n    \"delivery_method_id\": \"Ground Advantage\",\n    \"order_id\": \"your-order-id\",\n    \"customer_name\": \"John Doe\",\n    \"customer_document\": \"legacy field\",\n    \"customer_email\": \"example@gmail.com\",\n    \"items\": [\n        {\n            \"name\": \"legacy field\",\n            \"sku\": \"Your Gildan 5000 SKU\",\n            \"qty\": 2,\n            \"dimona_sku_id\": \"GLD-5000-WHITE-XL\",\n            \"designs\": {\n                \"front\": \"https://url-to-front\",\n                \"back\": \"https://url-to-back\",\n                \"left_sleeve\": \"https://url-to-left-sleeve\",\n                \"right_sleeve\": \"https://url-to-right-sleeve\",\n                \"inner_label\": \"https://url-to-inner-label\",\n                \"outer_label\": \"https://url-to-outer-label\"\n            },\n            \"mocks\": {\n                \"front\": \"https://url-to-front-mock\",\n                \"back\": \"https://url-to-back-mock\",\n                \"left_sleeve\": \"https://url-to-left-sleeve-mock\",\n                \"right_sleeve\": \"https://url-to-right-sleeve-mock\",\n                \"inner_label\": \"https://url-to-inner-label-mock\",\n                \"outer_label\": \"https://url-to-outer-label-mock\"\n            }\n        }\n    ],\n    \"nfe\": { \n        \"chave\": \"legacy\",\n        \"serie\": \"legacy\",\n        \"numero\": \"legacy\",\n        \"link\": \"legacy\"\n    },\n    \"address\": {\n        \"street\": \"Rua Buenos Aires\",\n        \"number\": \"334\",\n        \"complement\": \"Loja\",\n        \"city\": \"Rio de Janeiro\",\n        \"state\": \"RJ\",\n        \"zipcode\": \"20061000\",\n        \"neighborhood\": \"Centro\",\n        \"phone\": \"21 21093661\",\n        \"country\": \"BR\"\n    }\n}"},"url":"{{usa-api-domain}}/api/v3/orders","description":"<h2 id=\"🗂️-submit-a-production-order--legacy-payload\">🗂️ Submit a Production Order – Legacy Payload</h2>\n<p>Legacy version of the production order submission endpoint, maintained for backward compatibility with older Brazil-based integrations.</p>\n<p>Use this only if you’re still using the legacy structure from <code>/api/v3/orders</code>. All new integrations should use the standard <code>/api/v2021/orders</code> format.</p>\n<h3 id=\"🧭-purpose\">🧭 Purpose</h3>\n<p>This endpoint allows systems using the Brazil API format to continue working without immediate migration. Fields are mapped internally to the current standard format.</p>\n<h3 id=\"📚-use-cases\">📚 Use Cases</h3>\n<ul>\n<li><p>Existing Shopify apps or marketplaces integrated before 2021</p>\n</li>\n<li><p>Gradual migration of legacy systems to new API structure</p>\n</li>\n<li><p>Internal tooling still using old payload shape</p>\n</li>\n</ul>\n<h3 id=\"🔄-key-field-mappings\">🔄 Key Field Mappings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Legacy Field</th>\n<th>Mapped To</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_id</code></td>\n<td><code>id</code></td>\n</tr>\n<tr>\n<td><code>customer_name</code></td>\n<td><code>address_to.first_name</code> + <code>last_name</code></td>\n</tr>\n<tr>\n<td><code>customer_email</code></td>\n<td><code>address_to.email</code></td>\n</tr>\n<tr>\n<td><code>qty</code></td>\n<td><code>quantity</code></td>\n</tr>\n<tr>\n<td><code>designs</code></td>\n<td><code>print_files</code></td>\n</tr>\n<tr>\n<td><code>mocks</code></td>\n<td><code>preview_files</code></td>\n</tr>\n<tr>\n<td><code>address.street</code> + <code>number</code></td>\n<td><code>address_to.address1</code></td>\n</tr>\n<tr>\n<td><code>zipcode</code></td>\n<td><code>address_to.zip</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"❌-ignored-fields-brazil-specific\">❌ Ignored Fields (Brazil-specific)</h3>\n<ul>\n<li><p><code>customer_document</code>: Not used in U.S. operations</p>\n</li>\n<li><p><code>nfe</code>: Tax invoice for Brazil, ignored elsewhere</p>\n</li>\n<li><p><code>address.neighborhood</code>: Not part of U.S. addressing format</p>\n</li>\n</ul>\n<h3 id=\"🌎-regional-behavior\">🌎 Regional Behavior</h3>\n<ul>\n<li><p><strong>Brazil Orders</strong>: Brazil-specific fields (e.g. <code>nfe</code>, <code>customer_document</code>) are processed</p>\n</li>\n<li><p><strong>US/International</strong>: Those fields are ignored gracefully; U.S. rules applied</p>\n</li>\n</ul>\n<h3 id=\"⚠️-deprecation-notice\">⚠️ Deprecation Notice</h3>\n<p>This endpoint will continue to function but is <strong>deprecated</strong>. Please plan to:</p>\n<ol>\n<li><p>Update your payloads to match the <code>/v2021/orders</code> format</p>\n</li>\n<li><p>Use field names compatible with the current schema</p>\n</li>\n<li><p>Remove reliance on this endpoint within 12 months</p>\n</li>\n</ol>\n","urlObject":{"path":["api","v3","orders"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"21b998fb-ce01-438b-b3c0-0f00daf95eb6","name":"Success: Order Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:27:06 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"orderReference\",\n    \"reference_id\": \"a4083bf5-8f45-467c-9b98-bd8334928b06\"\n}"},{"id":"b0358db7-ae6e-4929-b5ac-7bcf25566cb9","name":"Error: Duplicated Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Not Modified","code":304,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:27:32 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":null},{"id":"757a6a87-bdc8-4f25-b22e-1e1d76de3765","name":"Error: Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:23:04 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"31109431-17e0-4b88-a58e-70ccfb97944f","name":"Error: Invalid SKU","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"SKU-ERROR\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:28:44 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"errors\": [\n        {\n            \"items.0.sku\": \"The selected items.0.sku is invalid.\"\n        }\n    ]\n}"},{"id":"d58306d5-c139-4cfc-b6a8-337b8037ed89","name":"Error: SKU out of stock","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"orderReference2\",\n  \"sample\": false,\n  \"reprint\": false,\n  \"xqc\": false,\n  \"address_to\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania Beach\", \n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\"\n  },\n  \"address_from\": {\n    \"address1\": \"1983 Tigertail Blvd\",\n    \"address2\": \"\",\n    \"city\": \"Dania\",\n    \"zip\": \"33004\",\n    \"country\": \"US\",\n    \"region\": \"FL\",\n    \"company\": \"Tee USA LLC\"\n  },\n  \"shipping\": {\n    \"carrier\": \"USPS\",\n    \"priority\": \"Standard\"\n  },\n  \"items\": [\n    {\n      \"id\": \"gB0NV05e\",\n      \"sku\": \"BLC-8413-NAVYTRI-XL\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_1_printfile.png\"\n      },\n      \"quantity\": 1\n    },\n    {\n      \"id\": \"yLA6m0oM\",\n      \"sku\": \"BLC-3001-BLACK-L\",\n      \"preview_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_mockup.png\"\n      },\n      \"print_files\": {\n        \"front\": \"https://dimona.s3.us-east-1.amazonaws.com/dimonausa/image_2_printfile.png\"\n      },\n      \"quantity\": 1\n    }\n  ]\n}"},"url":"{{usa-api-domain}}/api/v2021/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 Sep 2023 17:29:40 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"115"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"errors\": {\n        \"items.gB0NV05e\": \"This item is out of stock!\"\n    }\n}"},{"id":"9a5a3330-2bc1-46a7-bfb7-1c7d079fb20f","name":"Submit a production order - with legacy payload - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"USPS\",\n    \"delivery_method_id\": \"Ground Advantage\",\n    \"order_id\": \"your-order-id\",\n    \"customer_name\": \"John Doe\",\n    \"customer_document\": \"legacy field\",\n    \"customer_email\": \"example@gmail.com\",\n    \"items\": [\n        {\n            \"name\": \"legacy field\",\n            \"sku\": \"Your Gildan 5000 SKU\",\n            \"qty\": 2,\n            \"dimona_sku_id\": \"GLD-5000-WHITE-XL\",\n            \"designs\": {\n                \"front\": \"https://url-to-front\",\n                \"back\": \"https://url-to-back\",\n                \"left_sleeve\": \"https://url-to-left-sleeve\",\n                \"right_sleeve\": \"https://url-to-right-sleeve\",\n                \"inner_label\": \"https://url-to-inner-label\",\n                \"outer_label\": \"https://url-to-outer-label\"\n            },\n            \"mocks\": {\n                \"front\": \"https://url-to-front-mock\",\n                \"back\": \"https://url-to-back-mock\",\n                \"left_sleeve\": \"https://url-to-left-sleeve-mock\",\n                \"right_sleeve\": \"https://url-to-right-sleeve-mock\",\n                \"inner_label\": \"https://url-to-inner-label-mock\",\n                \"outer_label\": \"https://url-to-outer-label-mock\"\n            }\n        }\n    ],\n    \"nfe\": { \n        \"chave\": \"legacy\",\n        \"serie\": \"legacy\",\n        \"numero\": \"legacy\",\n        \"link\": \"legacy\"\n    },\n    \"address\": {\n        \"street\": \"Rua Buenos Aires\",\n        \"number\": \"334\",\n        \"complement\": \"Loja\",\n        \"city\": \"Rio de Janeiro\",\n        \"state\": \"RJ\",\n        \"zipcode\": \"20061000\",\n        \"neighborhood\": \"Centro\",\n        \"phone\": \"21 21093661\",\n        \"country\": \"BR\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{usa-api-domain}}/api/v3/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 20 Jul 2024 03:11:46 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"phpdebugbar-id","value":"X97baad2108142778d4bd584bc2da6980"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"your-order-id\",\n    \"reference_id\": \"a2c75b97-21ac-4cfe-9a2d-49a540fa53a5\"\n}"}],"_postman_id":"711af02b-9519-4347-9f04-826185f4428b"}],"id":"cc14000c-0c5b-4b6f-b03c-196d423bfcc5","_postman_id":"cc14000c-0c5b-4b6f-b03c-196d423bfcc5","description":"","auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":true,"source":{"_postman_id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","name":"Dimona API – Production & Fulfillment","type":"collection"}}},{"name":"Inventory","item":[{"name":"Get Stocks","id":"edacf20e-73b8-40d8-8fe9-03642e0b70b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{usa-api-domain}}/api/v2021/stock?limit=20&offset=50","description":"<h2 id=\"🧾-get-stocks\">🧾 Get Stocks</h2>\n<p>Retrieve a <strong>paginated list</strong> of available SKUs, including stock levels, product specs, and print capabilities.</p>\n<p>Use this endpoint to <strong>browse</strong> or <strong>sync</strong> your product catalog page by page. It’s optimized for frontend catalog rendering, collection pages, and syncing stock availability for larger datasets.</p>\n<h3 id=\"🧾-query-parameters\">🧾 Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Number of items per page (default: 50, max: 100)</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td>integer</td>\n<td>Optional</td>\n<td>Offset index for pagination (e.g., 0, 50, 100)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2021","stock"],"host":["{{usa-api-domain}}"],"query":[{"key":"limit","value":"20"},{"key":"offset","value":"50"}],"variable":[]}},"response":[],"_postman_id":"edacf20e-73b8-40d8-8fe9-03642e0b70b3"},{"name":"Get Stock By Reference","id":"1a902923-7082-41de-b16b-13bbfebd08f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{usa-api-domain}}/api/v2021/stock/{{sku-reference}}","description":"<h2 id=\"📦-get-stock-by-reference\">📦 Get Stock By Reference</h2>\n<p>Returns <strong>real-time inventory</strong> and product details for a single SKU.</p>\n<p>Use this when you know exactly which SKU you want to check.</p>\n<h3 id=\"⚠️-notes\">⚠️ Notes</h3>\n<ul>\n<li>This is a <strong>single SKU lookup</strong><br />  If you need to fetch multiple SKUs in one request, use <code>POST /api/v2021/inventory</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":true,"source":{"_postman_id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","name":"Dimona API – Production & Fulfillment","type":"collection"}},"urlObject":{"path":["api","v2021","stock","{{sku-reference}}"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a902923-7082-41de-b16b-13bbfebd08f5"},{"name":"Get Inventory","id":"3e954e68-8c14-4762-a5e9-a3799f94a64b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SKU\": [\n    \"BLC-3001-WHITE-XL\",\n    \"BLC-3001-WHITE-L\",\n    \"BLC-3001-WHITE-M\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{usa-api-domain}}/api/v2021/inventory","description":"<h2 id=\"📥-get-inventory\">📥 Get Inventory</h2>\n<p>Bulk-check stock availability for <strong>multiple SKUs at once</strong>.</p>\n<p>Send a list of SKU references in the body to receive their current inventory and status.</p>\n","urlObject":{"path":["api","v2021","inventory"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"d22e3793-0287-49f6-9421-eaa330e7d65b","name":"Get Inventory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SKU\": [\n    \"BLC-3001-WHITE-XL\",\n    \"BLC-3001-WHITE-L\",\n    \"BLC-3001-WHITE-M\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{usa-api-domain}}/api/v2021/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Mar 2022 22:09:23 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"SKU\": \"BLC-3001-WHITE-L\",\n            \"amount\": 10061,\n            \"status\": \"in-stock\"\n        },\n        {\n            \"SKU\": \"BLC-3001-WHITE-M\",\n            \"amount\": 10062,\n            \"status\": \"in-stock\"\n        },\n        {\n            \"SKU\": \"BLC-3001-WHITE-XL\",\n            \"amount\": 10033,\n            \"status\": \"in-stock\"\n        }\n    ]\n}"}],"_postman_id":"3e954e68-8c14-4762-a5e9-a3799f94a64b"}],"id":"e345167b-df61-48c0-a181-3543cc323581","_postman_id":"e345167b-df61-48c0-a181-3543cc323581","description":"","auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":true,"source":{"_postman_id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","name":"Dimona API – Production & Fulfillment","type":"collection"}}},{"name":"Shipping","item":[{"name":"Calculate Shipping Rates","id":"180bd6ed-3669-4a42-86d5-215dff9f8f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"recipient\": {\n    \"address1\": \"875 Cambridge Drive\",\n    \"city\": \"Elk Grove Village\",\n    \"state_code\": \"IL\",\n    \"country_code\": \"US\",\n    \"zip\": \"60007\",\n    \"phone\": \"1231231234\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"GLD-5000-BLACK-S\",\n      \"quantity\": 2\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{usa-api-domain}}/api/v2021/shipping/rates","description":"<h2 id=\"🚚-calculate-shipping-rates\">🚚 Calculate Shipping Rates</h2>\n<p>Get real-time shipping rate estimates for a given destination and list of items.</p>\n<p>Use this endpoint to display available carriers, service levels, prices, and delivery estimates before placing an order.</p>\n<h3 id=\"📦-what-it-considers\">📦 What It Considers</h3>\n<p>Rates are calculated based on:</p>\n<ul>\n<li><p>Destination address (ZIP, country, region)</p>\n</li>\n<li><p>Package weight and quantity (derived from the SKUs)</p>\n</li>\n<li><p>Shipping carrier availability by region</p>\n</li>\n<li><p>Priority level: Standard, Priority, Express</p>\n</li>\n</ul>\n<h3 id=\"📌-response-includes\">📌 Response Includes</h3>\n<ul>\n<li><p><code>carrier</code>: e.g., <code>USPS</code>, <code>UPS</code>, <code>FedEx</code></p>\n</li>\n<li><p><code>service_level</code>: e.g., <code>Ground Advantage</code>, <code>2-Day</code>, <code>Overnight</code></p>\n</li>\n<li><p><code>cost</code>: calculated shipping charge</p>\n</li>\n<li><p><code>estimated_delivery_days</code>: transit time in business days</p>\n</li>\n<li><p><code>rate_id</code>: unique identifier used when submitting the order</p>\n</li>\n</ul>\n<h3 id=\"⚠️-tips\">⚠️ Tips</h3>\n<ul>\n<li><p>Use the returned <code>rate_id</code> when submitting the actual order to lock in the rate</p>\n</li>\n<li><p>Refresh rates if the cart or address changes</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2021","shipping","rates"],"host":["{{usa-api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"6ad3ff79-2f32-41c2-998d-4732cc063b29","name":"Calculate Shipping Rates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"recipient\": {\n    \"address1\": \"875 Cambridge Drive\",\n    \"city\": \"Elk Grove Village\",\n    \"state_code\": \"IL\",\n    \"country_code\": \"US\",\n    \"zip\": \"60007\",\n    \"phone\": \"1231231234\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"GLD-5000-BLACK-S\",\n      \"quantity\": 2\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{usa-api-domain}}/api/v2021/shipping/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 19 Feb 2025 03:53:04 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"phpdebugbar-id","value":"X5cbbbbdd5a7402e9b2b5c0b0bec66f07"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"result\": [\n        {\n            \"id\": \"Priority\",\n            \"name\": \"USPS Priority (Est. delivery: Feb 20)\",\n            \"rate\": \"8.83\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 3,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-21\"\n        },\n        {\n            \"id\": \"GroundAdvantage\",\n            \"name\": \"USPS GroundAdvantage (Est. delivery: Feb 21)\",\n            \"rate\": \"5.18\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 2,\n            \"maxDeliveryDays\": 4,\n            \"minDeliveryDate\": \"2025-02-20\",\n            \"maxDeliveryDate\": \"2025-02-22\"\n        },\n        {\n            \"id\": \"Express\",\n            \"name\": \"USPS Express (Est. delivery: Feb 19)\",\n            \"rate\": \"39.94\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"NextDayAir\",\n            \"name\": \"UPSDAP NextDayAir (Est. delivery: Feb 19)\",\n            \"rate\": \"45.89\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"NextDayAirEarlyAM\",\n            \"name\": \"UPSDAP NextDayAirEarlyAM (Est. delivery: Feb 19)\",\n            \"rate\": \"78.89\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"NextDayAirSaver\",\n            \"name\": \"UPSDAP NextDayAirSaver (Est. delivery: Feb 19)\",\n            \"rate\": \"38.68\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"2ndDayAir\",\n            \"name\": \"UPSDAP 2ndDayAir (Est. delivery: Feb 20)\",\n            \"rate\": \"17.47\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 3,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-21\"\n        },\n        {\n            \"id\": \"2ndDayAirAM\",\n            \"name\": \"UPSDAP 2ndDayAirAM (Est. delivery: Feb 20)\",\n            \"rate\": \"19.13\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 3,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-21\"\n        },\n        {\n            \"id\": \"3DaySelect\",\n            \"name\": \"UPSDAP 3DaySelect (Est. delivery: Feb 21)\",\n            \"rate\": \"12.99\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 2,\n            \"maxDeliveryDays\": 4,\n            \"minDeliveryDate\": \"2025-02-20\",\n            \"maxDeliveryDate\": \"2025-02-22\"\n        },\n        {\n            \"id\": \"Ground\",\n            \"name\": \"UPSDAP Ground (Est. delivery: Feb 21)\",\n            \"rate\": \"9.06\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 2,\n            \"maxDeliveryDays\": 4,\n            \"minDeliveryDate\": \"2025-02-20\",\n            \"maxDeliveryDate\": \"2025-02-22\"\n        },\n        {\n            \"id\": \"FIRST_OVERNIGHT\",\n            \"name\": \"FedEx FIRST_OVERNIGHT (Est. delivery: Feb 19)\",\n            \"rate\": \"162.22\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"PRIORITY_OVERNIGHT\",\n            \"name\": \"FedEx PRIORITY_OVERNIGHT (Est. delivery: Feb 19)\",\n            \"rate\": \"121.98\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"STANDARD_OVERNIGHT\",\n            \"name\": \"FedEx STANDARD_OVERNIGHT (Est. delivery: Feb 19)\",\n            \"rate\": \"109.54\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 2,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-20\"\n        },\n        {\n            \"id\": \"FEDEX_2_DAY_AM\",\n            \"name\": \"FedEx FEDEX_2_DAY_AM (Est. delivery: Feb 20)\",\n            \"rate\": \"60.85\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 3,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-21\"\n        },\n        {\n            \"id\": \"FEDEX_2_DAY\",\n            \"name\": \"FedEx FEDEX_2_DAY (Est. delivery: Feb 20)\",\n            \"rate\": \"52.43\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 3,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-21\"\n        },\n        {\n            \"id\": \"FEDEX_EXPRESS_SAVER\",\n            \"name\": \"FedEx FEDEX_EXPRESS_SAVER (Est. delivery: Feb 23)\",\n            \"rate\": \"44.84\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 4,\n            \"maxDeliveryDays\": 6,\n            \"minDeliveryDate\": \"2025-02-22\",\n            \"maxDeliveryDate\": \"2025-02-24\"\n        },\n        {\n            \"id\": \"FEDEX_GROUND\",\n            \"name\": \"FedEx FEDEX_GROUND (Est. delivery: Feb 21)\",\n            \"rate\": \"17.09\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 2,\n            \"maxDeliveryDays\": 4,\n            \"minDeliveryDate\": \"2025-02-20\",\n            \"maxDeliveryDate\": \"2025-02-22\"\n        }\n    ]\n}"},{"id":"0cc56bc3-af34-4116-bd48-3f15c0651e89","name":"Calculate Shipping Rates (International Rates)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"recipient\": {\n    \"address1\": \"Rua Buenos Aires 334\",\n    \"city\": \"Rio de Janeiro\",\n    \"state_code\": \"RJ\",\n    \"country_code\": \"BR\",\n    \"zip\": \"20061001\",\n    \"phone\": \"1231231234\"\n  },\n  \"items\": [\n    {\n      \"sku\": \"GLD-5000-BLACK-S\",\n      \"quantity\": 2\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{usa-api-domain}}/api/v2021/shipping/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 19 Feb 2025 03:53:39 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"phpdebugbar-id","value":"X22cff3b5204f07f945a4d0b88fbbd41f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"result\": [\n        {\n            \"id\": \"PriorityMailInternational\",\n            \"name\": \"USPS PriorityMailInternational (Est. delivery: Feb 23)\",\n            \"rate\": \"67.08\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 4,\n            \"maxDeliveryDays\": 6,\n            \"minDeliveryDate\": \"2025-02-22\",\n            \"maxDeliveryDate\": \"2025-02-24\"\n        },\n        {\n            \"id\": \"ExpressMailInternational\",\n            \"name\": \"USPS ExpressMailInternational (Est. delivery: Feb 23)\",\n            \"rate\": \"82.92\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 4,\n            \"maxDeliveryDays\": 6,\n            \"minDeliveryDate\": \"2025-02-22\",\n            \"maxDeliveryDate\": \"2025-02-24\"\n        },\n        {\n            \"id\": \"FirstClassPackageInternationalService\",\n            \"name\": \"USPS FirstClassPackageInternationalService (Est. delivery: Feb 23)\",\n            \"rate\": \"25.95\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 4,\n            \"maxDeliveryDays\": 6,\n            \"minDeliveryDate\": \"2025-02-22\",\n            \"maxDeliveryDate\": \"2025-02-24\"\n        },\n        {\n            \"id\": \"FEDEX_INTERNATIONAL_PRIORITY\",\n            \"name\": \"FedEx FEDEX_INTERNATIONAL_PRIORITY (Est. delivery: Feb 20)\",\n            \"rate\": \"260.01\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 1,\n            \"maxDeliveryDays\": 3,\n            \"minDeliveryDate\": \"2025-02-19\",\n            \"maxDeliveryDate\": \"2025-02-21\"\n        },\n        {\n            \"id\": \"INTERNATIONAL_ECONOMY\",\n            \"name\": \"FedEx INTERNATIONAL_ECONOMY (Est. delivery: Feb 24)\",\n            \"rate\": \"250.01\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 5,\n            \"maxDeliveryDays\": 7,\n            \"minDeliveryDate\": \"2025-02-23\",\n            \"maxDeliveryDate\": \"2025-02-25\"\n        },\n        {\n            \"id\": \"FEDEX_INTERNATIONAL_CONNECT_PLUS\",\n            \"name\": \"FedEx FEDEX_INTERNATIONAL_CONNECT_PLUS (Est. delivery: Feb 24)\",\n            \"rate\": \"230.21\",\n            \"currency\": \"USD\",\n            \"minDeliveryDays\": 5,\n            \"maxDeliveryDays\": 7,\n            \"minDeliveryDate\": \"2025-02-23\",\n            \"maxDeliveryDate\": \"2025-02-25\"\n        }\n    ]\n}"}],"_postman_id":"180bd6ed-3669-4a42-86d5-215dff9f8f91"}],"id":"8d8272d0-3b5d-435b-8049-f834fbbd55ef","_postman_id":"8d8272d0-3b5d-435b-8049-f834fbbd55ef","description":"","auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"},"isInherited":true,"source":{"_postman_id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","id":"6101a42b-ab95-4e2f-8d25-50f6d758485e","name":"Dimona API – Production & Fulfillment","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{usa-api-token}}"}},"event":[{"listen":"prerequest","script":{"id":"7fc14ba8-8666-4430-a341-25e12ef88552","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0a996dae-c602-4c5b-924a-1e1470d64e42","type":"text/javascript","exec":[""]}}]}