{"info":{"_postman_id":"39fc9be2-ce26-4932-8e44-e38e89efbd3d","name":"Dimona API V2","description":"<html><head></head><body><p>API Dimona Digital.<br>The easiest way to print and ship T-Shirts and Accessories. Shipping globally and printing locally in Brazil and in the US. 20000 sqf in Rio de Janeiro, Brazil and 7500 sqf in Dania Beach, Florida, and 10000 sqf in Elk Grove Village, IL.<br>Api Base Domain: <a href=\"https://camisadimona.com.br\">https://admin.camisadimona.com.br</a><br>API KEY: create an account in camisadimona.com.br</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"111729","collectionId":"39fc9be2-ce26-4932-8e44-e38e89efbd3d","publishedId":"2sB2qdgLJQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0052eb"},"publishDate":"2025-05-27T16:11:11.000Z"},"item":[{"name":"Requests","item":[{"name":"Order","item":[{"name":"Create Order","event":[{"listen":"test","script":{"id":"58618e4c-7345-42d7-b941-930290ff7799","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"266279eb-4f13-4bc0-ad55-dc7ab76857b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"pac\",\n    \"delivery_method_id\": \"177\",\n    \"order_id\": \"1776393408\",\n    \"customer_name\": \"Fulano da Silva\",\n    \"customer_document\": \"123.456.789-13\",\n    \"customer_email\": \"exemplo@gmail.com\",\n    \"webhook_url\":\"https://option_webhook_url.com\",\n    \"items\": [\n        {\n            \"name\": \"Camisa Polo P Branca\",\n            \"sku\": \"12345\",\n            \"qty\": 2,\n            \"dimona_sku_id\": \"010603110108\",\n            \"designs\": [\n                \"url_front\",\n                \"url_back\"\n            ],\n            \"mocks\": [\n                \"mock_front\",\n                \"mock_back\"\n            ]\n        },\n        {\n            \"name\": \"Camisa Polo M Branca\",\n            \"sku\": \"12346\",\n            \"qty\": 2,\n            \"dimona_sku_id\": \"010603110109\",\n            \"designs\": [\n                \"url_front\",\n                \"url_back\"\n            ],\n            \"mocks\": [\n                \"mock_front\",\n                \"mock_back\"\n            ]\n        },\n        {\n            \"name\": \"Camisa Polo G Branca\",\n            \"sku\": \"12347\",\n            \"qty\": 2,\n            \"dimona_sku_id\": \"010603110110\",\n            \"designs\": [\n                \"url_front\",\n                \"url_back\"\n            ],\n            \"mocks\": [\n                \"mock_front\",\n                \"mock_back\"\n            ]\n        }\n    ],\n    \"nfe\": {\n        \"chave\": \"chave_com_44_digitos\",\n        \"serie\": \"1\",\n        \"numero\": \"1234\",\n        \"link\": \"https://link_para_nfe\"\n    },\n    \"address\": {\n        \"name\": \"Receiver Name\",\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}\n"},"url":"{{api-domain}}/api/v2/order","description":"<p><strong>Items:</strong><br />\nArray of SKUs. You should use the field \"name\", but it's not mandatory.<br />\n<strong>Delivery:</strong><br />\nshipping_speed: PAC or SEDEX \ndelivery_method_id: optional. If you integrated with the Quote Endpoint, you can pass the delivery_method_id here. The shipping_speed field will be ignored</p>\n","urlObject":{"path":["api","v2","order"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"298751ab-9602-42d3-a40f-13bac07c41af","name":"Erro: Pedido já existe","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","disabled":false},{"key":"Accept","value":"application/json","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"sedex\",\n    \"order_id\": \"1234\",\n    \"customer_name\": \"Fulano da Silva\",\n    \"items\": [\n            {\"name\":\"Camisa P Amarela\", \"sku\":\"12345\", \"qty\":2},\n            {\"name\":\"Camisa M Verde\", \"sku\":\"12346\", \"qty\":1},\n            {\"name\":\"Camisa G Vermelha\", \"sku\":\"12347\", \"qty\":1}\n        ],\n\t\"address\":\n\t\t{\n\t\t\t\"street\":\"Rua Buenos Aires\", \n\t\t\t\"number\":\"334\",\n\t\t\t\"complement\":\"Loja\", \n\t\t\t\"city\":\"Rio de Janeiro\",\n\t\t\t\"state\":\"RJ\",\n\t\t\t\"zipcode\":\"20061001\",\n\t\t\t\"neighborhood\":\"Centro\"\n\t\t}\n}"},"url":"{{api-domain}}/api/v2/order"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"408e7be3ef084afd-GRU","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Apr 2018 16:52:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjhtblZEUmhZc3hpVDBndW9BMHZVc0E9PSIsInZhbHVlIjoiQ0xoNVZWZEtxaTBpTlZNZ045WE1zN3A2QWxlTEE4UUg1NWZ0YmlrTTdzNmhFSWlBSDRlaFZ0T3NhSVNOQVZaK3lLZTcrMDVzK3hDY0RVNk5IYjJxb0E9PSIsIm1hYyI6IjQwOTAxYzQ5ZDk2YmZhYTI2MTAwNDU1YjE2NzVkNmQxYWUzMzM1MWE4MjdjNGE0OWI0OTlhNDhjZmUyYzg4OWEifQ%3D%3D; expires=Mon, 09-Apr-2018 18:52:25 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Tue Nov 27 2018 21:31:20 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"d6f1a22752a6159c9468ca3bd41273d7a1511818280","key":"__cfduid"},{"expires":"Mon Apr 09 2018 18:52:24 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"eyJpdiI6IjhtblZEUmhZc3hpVDBndW9BMHZVc0E9PSIsInZhbHVlIjoiQ0xoNVZWZEtxaTBpTlZNZ045WE1zN3A2QWxlTEE4UUg1NWZ0YmlrTTdzNmhFSWlBSDRlaFZ0T3NhSVNOQVZaK3lLZTcrMDVzK3hDY0RVNk5IYjJxb0E9PSIsIm1hYyI6IjQwOTAxYzQ5ZDk2YmZhYTI2MTAwNDU1YjE2NzVkNmQxYWUzMzM1MWE4MjdjNGE0OWI0OTlhNDhjZmUyYzg4OWEifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"\"O pedido 1234 j\\u00e1 existe\""},{"id":"fd8d75d0-9ed5-449b-b737-5185e4a8dfb2","name":"Pedido Criado com Sucesso","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","disabled":false},{"key":"Accept","value":"application/json","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"sedex\",\n    \"order_id\": \"1776393408\",\n    \"customer_name\": \"Fulano da Silva\",\n    \"items\": [\n            {\"name\":\"Camisa P Amarela\", \"sku\":\"12345\", \"qty\":2},\n            {\"name\":\"Camisa M Verde\", \"sku\":\"12346\", \"qty\":1},\n            {\"name\":\"Camisa G Vermelha\", \"sku\":\"12347\", \"qty\":1}\n        ],\n\t\"address\":\n\t\t{\n\t\t\t\"street\":\"Rua Buenos Aires\", \n\t\t\t\"number\":\"334\",\n\t\t\t\"complement\":\"Loja\", \n\t\t\t\"city\":\"Rio de Janeiro\",\n\t\t\t\"state\":\"RJ\",\n\t\t\t\"zipcode\":\"20061001\",\n\t\t\t\"neighborhood\":\"Centro\"\n\t\t}\n}"},"url":"{{api-domain}}/api/v2/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"408e7717e9af4afd-GRU","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Apr 2018 16:49:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IklOWGFVVjJTV0Q1YVRPcFdZUEU1Y3c9PSIsInZhbHVlIjoibjZqVGNNM2VPekJHTFwvMGtGQWFhUG8zejhFdk9yaVhJeWo3XC9kdDA3Zm91SElVaXV4SnlQNStMVjJOd2tnc1doaEowcGc2QzlkSENzMDRCeDBNQ2dxZz09IiwibWFjIjoiNDYwZTRiYjQ4Mjk2ZGVjOWFmYTM4MzVmMGY3MmQ2YmI2MmNiMmJlYjgyYWMwZThiNzQ3M2IwMjNkM2VhNWM4NCJ9; expires=Mon, 09-Apr-2018 18:49:08 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Nov 27 2018 21:31:20 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"d6f1a22752a6159c9468ca3bd41273d7a1511818280","key":"__cfduid"},{"expires":"Mon Apr 09 2018 18:49:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"eyJpdiI6IklOWGFVVjJTV0Q1YVRPcFdZUEU1Y3c9PSIsInZhbHVlIjoibjZqVGNNM2VPekJHTFwvMGtGQWFhUG8zejhFdk9yaVhJeWo3XC9kdDA3Zm91SElVaXV4SnlQNStMVjJOd2tnc1doaEowcGc2QzlkSENzMDRCeDBNQ2dxZz09IiwibWFjIjoiNDYwZTRiYjQ4Mjk2ZGVjOWFmYTM4MzVmMGY3MmQ2YmI2MmNiMmJlYjgyYWMwZThiNzQ3M2IwMjNkM2VhNWM4NCJ9","key":"laravel_session"}],"responseTime":null,"body":"{\"order\":\"064-435-556\"}"}],"_postman_id":"266279eb-4f13-4bc0-ad55-dc7ab76857b8"},{"name":"Show Orders","id":"3da574dc-1643-484e-b450-c6b37595b7f8","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/v2/orders","description":"<p>List all orders</p>\n","urlObject":{"path":["api","v2","orders"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3da574dc-1643-484e-b450-c6b37595b7f8"},{"name":"Show Order","id":"38912b06-2e5e-4300-80fe-77ca8c3efc3c","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/v2/order/{{order-id}}","description":"<p>Show one order</p>\n","urlObject":{"path":["api","v2","order","{{order-id}}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"66512c3f-1ab6-45a3-aa4b-5a69a7c3f958","name":"Show Order","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{api-domain}}/api/v2/order/{{order-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 18 Dec 2020 18:33:40 GMT"},{"key":"Server","value":"nginx/1.15.6"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"250"},{"key":"X-RateLimit-Remaining","value":"219"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjlYT2RiMG1zb25ZV3paNkh4dUFkRWc9PSIsInZhbHVlIjoiSzE0MGJJbVNGd3RmbTdVOHlIdHpvUTFLekRmeVN3MUwycVFubUVqTVloMzVaN3FxTW9xYkJoS0FFdEUwbjRPNCIsIm1hYyI6ImNmZDQ3Mjc5YTdlZTk5ZTYxMmViYTA4ZjhmZGVkNzkzYWY5MTZlYmVjOGY3YTg0MGRkM2YyZWUwYjUxNjNmNWEifQ%3D%3D; expires=Fri, 18-Dec-2020 20:33:40 GMT; Max-Age=7200; path=/; httponly"},{"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"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 76f9985b0c929a023355db8e462592f0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C2"},{"key":"X-Amz-Cf-Id","value":"ytLTrEyLyVl_R7Dx6UgbymefvjtrPaB-EKHI1WGHRa4UbK8WevcfUQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"dimona_id\": \"123-123-123\",\n    \"seller_id\": \"abcd\",\n    \"status\": \"Aguardando Imagens\",\n    \"shipping_cost\": 17.99,\n    \"shipping_method_name\": \"Correios Sedex\",\n    \"total_value\": 67.99,\n    \"status_id\": 18,\n    \"created_at\": \"01/01/2000\",\n    \"tracking_url\": \"http://status.ondeestameupedido.com/tracking/1168/123123123\",\n    \"tracking_code\": null\n}"}],"_postman_id":"38912b06-2e5e-4300-80fe-77ca8c3efc3c"},{"name":"Show Order Tracking","id":"678481b8-d0d5-4521-8477-c7cdbefdc948","request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/v2/order/{{order-id}}/tracking","description":"<p>Get tracking History of an Order</p>\n","urlObject":{"path":["api","v2","order","{{order-id}}","tracking"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"b8326de0-4185-4efc-afd1-cb1326597fac","name":"Show Order Tracking","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}","disabled":false},{"key":"Accept","value":"application/json","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/v2/order/630-250-215/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 25 Sep 2018 19:54:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.11.9","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IldrUzg0dUNjMlNybnU3SU5VZGYwblE9PSIsInZhbHVlIjoidEpqaW5MYUJFS0VGdjk1Y2kyQW84akE4dWhaQk5QYW1XXC9YZG1PclUrY2RjQ0Z6NnlUd3NTeHY3c0NmZms0RzhuNVVTc1ZZY0dpU09HT3F2ejNPNXN3PT0iLCJtYWMiOiJiOTVmNzAyYmJiZDRjYTQyMjExY2JkNDQ5YWU4MTg0Y2U2NGU1N2IzMGVhYmFiOTRjMTZjZWIxZDNmMzMzMzAzIn0%3D; expires=Tue, 25-Sep-2018 21:54:02 GMT; Max-Age=7197; path=/; httponly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"phpdebugbar-id","value":"X931a8f4a8600a489675338a27fa10eff","name":"phpdebugbar-id","description":"Custom header"}],"cookie":[{"expires":"Tue Sep 25 2018 21:53:58 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dimona.site","path":"/","secure":false,"value":"eyJpdiI6IldrUzg0dUNjMlNybnU3SU5VZGYwblE9PSIsInZhbHVlIjoidEpqaW5MYUJFS0VGdjk1Y2kyQW84akE4dWhaQk5QYW1XXC9YZG1PclUrY2RjQ0Z6NnlUd3NTeHY3c0NmZms0RzhuNVVTc1ZZY0dpU09HT3F2ejNPNXN3PT0iLCJtYWMiOiJiOTVmNzAyYmJiZDRjYTQyMjExY2JkNDQ5YWU4MTg0Y2U2NGU1N2IzMGVhYmFiOTRjMTZjZWIxZDNmMzMzMzAzIn0%3D","key":"laravel_session"}],"responseTime":null,"body":"[{\"status_name\":\"Entregue\",\"micro_status_name\":\"ENTREGUE NO LOCAL DE RETIRADA\",\"micro_status_description\":\"A carga est\\u00e1 em processo de transfer\\u00eancia entre filiais.\",\"message\":\"FL RIO DE JANEIRO\",\"event_date\":{\"date\":\"2018-08-08 17:54:00.000000\",\"timezone_type\":3,\"timezone\":\"America\\/Sao_Paulo\"},\"created_at\":\"2018-08-09 14:33:57\"}]"}],"_postman_id":"678481b8-d0d5-4521-8477-c7cdbefdc948"},{"name":"Show Order Timeline","id":"97113d18-bef8-41fd-a030-df2f7169e55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{api-domain}}/api/v2/order/{{order-id}}/timeline","description":"<p>Get timeline history of an order. There are 4 different types of events:</p>\n<ul>\n<li>Order status update. In production, shipped, delivered, etc.</li>\n<li>Order item status update. Picked, packed, quality control, etc. Independent updates for each order item.</li>\n<li>Automatic actions. Invoice created, shipping label created, etc.</li>\n<li>Transaction. Order paid, boleto issued, etc</li>\n<li>Tracking updates. Carrier updates.</li>\n</ul>\n","urlObject":{"path":["api","v2","order","{{order-id}}","timeline"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"343b9c90-2d51-4f79-a3f6-4a40fabd35a4","name":"Show Order Timeline","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{api-domain}}/api/v2/order/{{order-id}}/timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"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, 26 May 2020 00:41:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X1de5a8b095a82bc3baff39b1c914b734"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjFudFBaQ3BVOVwvQkJNRWhKOEJcL3FrZz09IiwidmFsdWUiOiJMckNhRGNNYnZVbVNFRFc3cXVPQUU5TWYwUUxac0hnMUhKQ1pTSUc1ZFBcL1VTcnd0OUZZWUFuSDh4REgwdG0rTiIsIm1hYyI6ImVhN2VlODZkZDRjZWU3YjlmYWUwM2MyOTE2OGNhYTNmYzc4MWQxMTJhZmUyMWFlNjdlMTAxOGJjMTFmYTU5OWMifQ%3D%3D; expires=Tue, 26-May-2020 02:41:26 GMT; Max-Age=7200; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"icon\": \"glyphicon-check\",\n        \"title\": \"Alteração de Status\",\n        \"text\": \"Status alterado de Pagamento Aprovado para Cancelado\",\n        \"color\": \"warning\",\n        \"timestamp\": \"17/09/19 13:50:32\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Status da etiqueta 123456 alterado de Etiqueta Criada para Cancelada\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:50:32\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Status da etiqueta 123457 alterado de Etiqueta Criada para Cancelada\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:50:32\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Etiqueta 123456 criada.\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:49:56\"\n    },\n    {\n        \"icon\": \"glyphicon-check\",\n        \"title\": \"Alteração de Status\",\n        \"text\": \"Status alterado de Pagamento Pendente para Pagamento Aprovado\",\n        \"color\": \"warning\",\n        \"timestamp\": \"17/09/19 13:49:55\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Etiqueta 123457 criada.\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:49:55\"\n    }\n]"}],"_postman_id":"97113d18-bef8-41fd-a030-df2f7169e55b"},{"name":"Show Order Items","id":"8e601b5d-49d9-4663-bb32-d6e4dd4eaee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{api-domain}}/api/v2/order/{{order-id}}/items","description":"<p>Get timeline history of an order. There are 4 different types of events:</p>\n<ul>\n<li>Order status update. In production, shipped, delivered, etc.</li>\n<li>Order item status update. Picked, packed, quality control, etc. Independent updates for each order item.</li>\n<li>Automatic actions. Invoice created, shipping label created, etc.</li>\n<li>Transaction. Order paid, boleto issued, etc</li>\n<li>Tracking updates. Carrier updates.</li>\n</ul>\n","urlObject":{"path":["api","v2","order","{{order-id}}","items"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"e12b6f51-2c18-4900-826b-19706b14cbe1","name":"Show Order Timeline","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{api-domain}}/api/v2/order/{{order-id}}/timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"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, 26 May 2020 00:41:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X1de5a8b095a82bc3baff39b1c914b734"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjFudFBaQ3BVOVwvQkJNRWhKOEJcL3FrZz09IiwidmFsdWUiOiJMckNhRGNNYnZVbVNFRFc3cXVPQUU5TWYwUUxac0hnMUhKQ1pTSUc1ZFBcL1VTcnd0OUZZWUFuSDh4REgwdG0rTiIsIm1hYyI6ImVhN2VlODZkZDRjZWU3YjlmYWUwM2MyOTE2OGNhYTNmYzc4MWQxMTJhZmUyMWFlNjdlMTAxOGJjMTFmYTU5OWMifQ%3D%3D; expires=Tue, 26-May-2020 02:41:26 GMT; Max-Age=7200; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"icon\": \"glyphicon-check\",\n        \"title\": \"Alteração de Status\",\n        \"text\": \"Status alterado de Pagamento Aprovado para Cancelado\",\n        \"color\": \"warning\",\n        \"timestamp\": \"17/09/19 13:50:32\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Status da etiqueta 123456 alterado de Etiqueta Criada para Cancelada\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:50:32\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Status da etiqueta 123457 alterado de Etiqueta Criada para Cancelada\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:50:32\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Etiqueta 123456 criada.\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:49:56\"\n    },\n    {\n        \"icon\": \"glyphicon-check\",\n        \"title\": \"Alteração de Status\",\n        \"text\": \"Status alterado de Pagamento Pendente para Pagamento Aprovado\",\n        \"color\": \"warning\",\n        \"timestamp\": \"17/09/19 13:49:55\"\n    },\n    {\n        \"icon\": \"glyphicon-circle-arrow-right\",\n        \"title\": \"Produção\",\n        \"text\": \"Etiqueta 123457 criada.\",\n        \"color\": \"danger\",\n        \"timestamp\": \"17/09/19 13:49:55\"\n    }\n]"}],"_postman_id":"8e601b5d-49d9-4663-bb32-d6e4dd4eaee3"},{"name":"Add NFE to Order","event":[{"listen":"test","script":{"id":"58618e4c-7345-42d7-b941-930290ff7799","type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"0d34db80-912d-492c-8e6d-9da5d4c9126e","request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"chave\": \"33180513570097000110550010000166321270551123\",\n    \"serie\": \"1\",\n    \"numero\": \"1234\",\n    \"link\": \"https://link-para-pdf-danfe.com.br\"\n}"},"url":"{{api-domain}}/api/v2/order/{{order-id}}/nfe","description":"<p><strong>Attention:</strong><br />\nBefore using this endpoint send an email to <a href=\"mailto:api@dimona.com.br\">api@dimona.com.br</a></p>\n","urlObject":{"path":["api","v2","order","{{order-id}}","nfe"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d34db80-912d-492c-8e6d-9da5d4c9126e"},{"name":"Add Shipping Label to Order","event":[{"listen":"test","script":{"id":"9d416f27-11f3-4795-b646-48ef1a7ef6c2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"04cb0b47-9bfd-4111-82f5-ac49f42bd6a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"link\": \"link-to-label\"\n}"},"url":"{{api-domain}}/api/v2/order/{{order-id}}/shippingLabel","description":"<p><strong>Attention:</strong><br />\nBefore using this endpoint send an email to <a href=\"mailto:api@dimona.com.br\">api@dimona.com.br</a></p>\n","urlObject":{"path":["api","v2","order","{{order-id}}","shippingLabel"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04cb0b47-9bfd-4111-82f5-ac49f42bd6a8"},{"name":"Add Shipping Label and NFE to Order","event":[{"listen":"test","script":{"id":"ea25e9c8-7508-47bf-a9ec-5385f50e37f2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e5bd680a-a1cf-401c-b4ff-583a1ef6fbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"nfe\": \"https://s3-eu-west-1.amazonaws.com/printcloud.storage/edi/dev/edi/p5846776585_Invoice.pdf\",\n    \"label\": \"https://s3-eu-west-1.amazonaws.com/printcloud.storage/edi/dev/edi/p5846776585_DHLExpressBrazil.pdf\"\n}"},"url":"{{api-domain}}/api/v2/order/5846776585/shippingDocuments","description":"<p><strong>Attention:</strong><br />\nBefore using this endpoint send an email to <a href=\"mailto:api@dimona.com.br\">api@dimona.com.br</a></p>\n","urlObject":{"path":["api","v2","order","5846776585","shippingDocuments"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5bd680a-a1cf-401c-b4ff-583a1ef6fbb3"},{"name":"Create Order - Named Attributes on Design","event":[{"listen":"test","script":{"id":"58618e4c-7345-42d7-b941-930290ff7799","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2d291c8c-cc99-4063-a542-a541845a028c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"pac\",\n    \"delivery_method_id\": \"177\",\n    \"order_id\": \"asdusahdksjah18y321831ad\",\n    \"customer_name\": \"Fulano da Silva\",\n    \"customer_document\": \"123.456.789-13\",\n    \"customer_email\": \"exemplo@gmail.com\",\n    \"items\": [\n        {\n            \"name\": \"Camisa Polo M Branca\",\n            \"sku\": \"12346\",\n            \"qty\": 2,\n            \"dimona_sku_id\": \"010603110109\",\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\": \"chave_com_44_digitos\",\n        \"serie\": \"1\",\n        \"numero\": \"1234\",\n        \"link\": \"https://link_para_nfe\"\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":"{{api-domain}}/api/v3/order","urlObject":{"path":["api","v3","order"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"9829b4c1-bdf3-4934-b657-e5cf575d2256","name":"Pedido Criado com Sucesso","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","disabled":false},{"key":"Accept","value":"application/json","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"sedex\",\n    \"order_id\": \"1776393408\",\n    \"customer_name\": \"Fulano da Silva\",\n    \"items\": [\n            {\"name\":\"Camisa P Amarela\", \"sku\":\"12345\", \"qty\":2},\n            {\"name\":\"Camisa M Verde\", \"sku\":\"12346\", \"qty\":1},\n            {\"name\":\"Camisa G Vermelha\", \"sku\":\"12347\", \"qty\":1}\n        ],\n\t\"address\":\n\t\t{\n\t\t\t\"street\":\"Rua Buenos Aires\", \n\t\t\t\"number\":\"334\",\n\t\t\t\"complement\":\"Loja\", \n\t\t\t\"city\":\"Rio de Janeiro\",\n\t\t\t\"state\":\"RJ\",\n\t\t\t\"zipcode\":\"20061001\",\n\t\t\t\"neighborhood\":\"Centro\"\n\t\t}\n}"},"url":"{{api-domain}}/api/v2/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"408e7717e9af4afd-GRU","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Apr 2018 16:49:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IklOWGFVVjJTV0Q1YVRPcFdZUEU1Y3c9PSIsInZhbHVlIjoibjZqVGNNM2VPekJHTFwvMGtGQWFhUG8zejhFdk9yaVhJeWo3XC9kdDA3Zm91SElVaXV4SnlQNStMVjJOd2tnc1doaEowcGc2QzlkSENzMDRCeDBNQ2dxZz09IiwibWFjIjoiNDYwZTRiYjQ4Mjk2ZGVjOWFmYTM4MzVmMGY3MmQ2YmI2MmNiMmJlYjgyYWMwZThiNzQ3M2IwMjNkM2VhNWM4NCJ9; expires=Mon, 09-Apr-2018 18:49:08 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Nov 27 2018 21:31:20 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"d6f1a22752a6159c9468ca3bd41273d7a1511818280","key":"__cfduid"},{"expires":"Mon Apr 09 2018 18:49:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"eyJpdiI6IklOWGFVVjJTV0Q1YVRPcFdZUEU1Y3c9PSIsInZhbHVlIjoibjZqVGNNM2VPekJHTFwvMGtGQWFhUG8zejhFdk9yaVhJeWo3XC9kdDA3Zm91SElVaXV4SnlQNStMVjJOd2tnc1doaEowcGc2QzlkSENzMDRCeDBNQ2dxZz09IiwibWFjIjoiNDYwZTRiYjQ4Mjk2ZGVjOWFmYTM4MzVmMGY3MmQ2YmI2MmNiMmJlYjgyYWMwZThiNzQ3M2IwMjNkM2VhNWM4NCJ9","key":"laravel_session"}],"responseTime":null,"body":"{\"order\":\"064-435-556\"}"},{"id":"2bd53859-47f1-4fa7-a1af-7babce72e9cf","name":"Erro: Pedido já existe","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","disabled":false},{"key":"Accept","value":"application/json","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"shipping_speed\": \"sedex\",\n    \"order_id\": \"1234\",\n    \"customer_name\": \"Fulano da Silva\",\n    \"items\": [\n            {\"name\":\"Camisa P Amarela\", \"sku\":\"12345\", \"qty\":2},\n            {\"name\":\"Camisa M Verde\", \"sku\":\"12346\", \"qty\":1},\n            {\"name\":\"Camisa G Vermelha\", \"sku\":\"12347\", \"qty\":1}\n        ],\n\t\"address\":\n\t\t{\n\t\t\t\"street\":\"Rua Buenos Aires\", \n\t\t\t\"number\":\"334\",\n\t\t\t\"complement\":\"Loja\", \n\t\t\t\"city\":\"Rio de Janeiro\",\n\t\t\t\"state\":\"RJ\",\n\t\t\t\"zipcode\":\"20061001\",\n\t\t\t\"neighborhood\":\"Centro\"\n\t\t}\n}"},"url":"{{api-domain}}/api/v2/order"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"408e7be3ef084afd-GRU","name":"CF-RAY","description":"Custom header"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Apr 2018 16:52:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjhtblZEUmhZc3hpVDBndW9BMHZVc0E9PSIsInZhbHVlIjoiQ0xoNVZWZEtxaTBpTlZNZ045WE1zN3A2QWxlTEE4UUg1NWZ0YmlrTTdzNmhFSWlBSDRlaFZ0T3NhSVNOQVZaK3lLZTcrMDVzK3hDY0RVNk5IYjJxb0E9PSIsIm1hYyI6IjQwOTAxYzQ5ZDk2YmZhYTI2MTAwNDU1YjE2NzVkNmQxYWUzMzM1MWE4MjdjNGE0OWI0OTlhNDhjZmUyYzg4OWEifQ%3D%3D; expires=Mon, 09-Apr-2018 18:52:25 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Tue Nov 27 2018 21:31:20 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"d6f1a22752a6159c9468ca3bd41273d7a1511818280","key":"__cfduid"},{"expires":"Mon Apr 09 2018 18:52:24 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"camisadimona.com.br","path":"/","secure":false,"value":"eyJpdiI6IjhtblZEUmhZc3hpVDBndW9BMHZVc0E9PSIsInZhbHVlIjoiQ0xoNVZWZEtxaTBpTlZNZ045WE1zN3A2QWxlTEE4UUg1NWZ0YmlrTTdzNmhFSWlBSDRlaFZ0T3NhSVNOQVZaK3lLZTcrMDVzK3hDY0RVNk5IYjJxb0E9PSIsIm1hYyI6IjQwOTAxYzQ5ZDk2YmZhYTI2MTAwNDU1YjE2NzVkNmQxYWUzMzM1MWE4MjdjNGE0OWI0OTlhNDhjZmUyYzg4OWEifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"\"O pedido 1234 j\\u00e1 existe\""}],"_postman_id":"2d291c8c-cc99-4063-a542-a541845a028c"}],"id":"bb1435ec-2cdc-471f-a709-302f61de35e6","_postman_id":"bb1435ec-2cdc-471f-a709-302f61de35e6","description":""},{"name":"Availability","item":[{"name":"Check Availability by Reference","id":"d3bde2da-2bbb-4094-91d2-51233b8eb5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/v2/sku/{{sku_reference}}/availability","description":"<p>Expects a product ID. Returns an object {idCor: {idTamanho1: qty,idTamanho2:qty}}</p>\n","urlObject":{"path":["api","v2","sku","{{sku_reference}}","availability"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3bde2da-2bbb-4094-91d2-51233b8eb5e0"}],"id":"1d5dba7d-e4c8-40d6-90ed-fc33bb12d787","_postman_id":"1d5dba7d-e4c8-40d6-90ed-fc33bb12d787","description":""},{"name":"Shipping","item":[{"name":"Quote Shipping","id":"4b54a1b0-9353-4548-9e42-5aeaedf92f44","request":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"zipcode\": \"20061001\",\n    \"quantity\": \"1\"\n}"},"url":"{{api-domain}}/api/v2/shipping","description":"<p>Create an Order</p>\n","urlObject":{"path":["api","v2","shipping"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[{"id":"36514bf2-cd16-4103-9a9c-fe739139e228","name":"Quote Result: Success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{{api-key}}","disabled":false},{"key":"Accept","value":"application/json","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"zipcode\": \"20061001\",\n    \"quantity\": \"1\"\n}"},"url":"{{api-domain}}/api/v2/shipping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Apr 2018 19:29:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.11.9","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImRJOVhnd1dvNnV5UWx5ZDBXdWVZR3c9PSIsInZhbHVlIjoibTI5VlhERU9nM05wT0dsaXJhdjVNXC9nckNpOU5ON2NHMUxBajdLd1FpcWNXVmxVelR6OVdFYU9LbWtxREVFeW1WbmhUYWZKMEl1TlJnUHpSNXVVeUtRPT0iLCJtYWMiOiI4ZmE1NDMyMDNiNGM2YzdhNzAzZDdjYjcwNzEwNzE1YWIxYzlkZDZkMjA4OTMxMzg3MDRiNmVlNGE0MDExZGNiIn0%3D; expires=Fri, 13-Apr-2018 21:29:09 GMT; Max-Age=7200; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Apr 13 2018 21:29:08 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dimona.site","path":"/","secure":false,"value":"eyJpdiI6ImRJOVhnd1dvNnV5UWx5ZDBXdWVZR3c9PSIsInZhbHVlIjoibTI5VlhERU9nM05wT0dsaXJhdjVNXC9nckNpOU5ON2NHMUxBajdLd1FpcWNXVmxVelR6OVdFYU9LbWtxREVFeW1WbmhUYWZKMEl1TlJnUHpSNXVVeUtRPT0iLCJtYWMiOiI4ZmE1NDMyMDNiNGM2YzdhNzAzZDdjYjcwNzEwNzE1YWIxYzlkZDZkMjA4OTMxMzg3MDRiNmVlNGE0MDExZGNiIn0%3D","key":"laravel_session"}],"responseTime":null,"body":"[{\"name\":\"Correios Sedex\",\"value\":10.34,\"business_days\":6,\"delivery_method_id\":2},{\"name\":\"Jadlog Econ\\u00f4mica\",\"value\":15.35,\"business_days\":10,\"delivery_method_id\":177},{\"name\":\"Jadlog Express\",\"value\":15.57,\"business_days\":9,\"delivery_method_id\":176},{\"name\":\"Buslog\",\"value\":24.32,\"business_days\":5,\"delivery_method_id\":780}]"}],"_postman_id":"4b54a1b0-9353-4548-9e42-5aeaedf92f44"}],"id":"779ca3df-bb1d-465a-adfd-35bd86b27921","_postman_id":"779ca3df-bb1d-465a-adfd-35bd86b27921","description":""}],"id":"f6ee4d5b-0344-4ab5-a299-2a4a29408429","_postman_id":"f6ee4d5b-0344-4ab5-a299-2a4a29408429","description":""},{"name":"Webhook","item":[],"id":"ec32407f-e014-460e-b990-773e51431ed7","description":"<h2 id=\"send-a-post-request-in-every-status-update\">Send a POST Request in every Status Update</h2>\n<p>You can setup your URL in <a href=\"http://www.camisadimona.com.br/loja/conta/avancado\">www.camisadimona.com.br/loja/conta/avancado</a><br />\nWhen defined, we will send a POST request to this URL with the following BODY:<br /></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"api_key\":\"YOUR_API_KEY\",\n    \"dimona_id\":\"462-424-866\",\n    \"status_id\":13,\n    \"name\":\"Faturado\",\n    \"seller_id\":\"1524594756\",\n    \"tracking_url\":\"http:\\/\\/status.ondeestameupedido.com\\/tracking\\/1168\\/462424866\"\n}\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"d8d37ec5-a175-497a-84e9-9b9fbe724c7f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba1470be-1412-4398-8f1f-8dde1c74a312","type":"text/javascript","exec":[""]}}],"_postman_id":"ec32407f-e014-460e-b990-773e51431ed7"}],"event":[{"listen":"prerequest","script":{"id":"bcabafc4-58d1-40ea-b760-9e8869f4c042","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc0d3002-8784-4f58-9dba-d4d6f59f5e00","type":"text/javascript","exec":[""]}}]}