{"info":{"_postman_id":"4b777fc6-11ba-446f-9c5f-610265db24be","name":"Qikink API Copy","description":"<html><head></head><body><h2 id=\"introduction-to-qikink-api-documentation\">Introduction to Qikink API Documentation</h2>\n<p>Welcome to the <strong>Qikink API 08-23</strong> reference documentation. This guide will help you seamlessly integrate your websites and applications with <em><strong>Qikink's Print on Demand and Dropshipping</strong></em> <em>services.</em></p>\n<p>Qikink offers two main API endpoints: the Sandbox and Live. The Sandbox API endpoint is designed for testing purposes, while the Live API endpoint enables you to save, update, and delete data within your live Qikink account. Please note that access to the Live API endpoint is currently limited and must be requested through your dashboard at <a href=\"https://dashboard.qikink.com\">dashboard.qikink.com</a> -&gt; Integration -&gt; Custom API.</p>\n<p>To get started with our API, you'll need two important keys: the <em><strong>ClientId</strong></em> and <em><strong>client_secret</strong></em>. These keys generates you <em>access_token</em> to all the other endpoints.</p>\n<ul>\n<li><p>The Sandbox endpoint is <a href=\"https://sandbox.qikink.com/\">https://sandbox.qikink.com/</a></p>\n</li>\n<li><p>The Live endpoint is <a href=\"https://api.qikink.com\">https://api.qikink.com/</a></p>\n</li>\n</ul>\n<p>Additionally, it's essential to note that we will decline requests received via unsecure HTTP. Only HTTPS requests are allowed, and requests from localhost are permitted.</p>\n<p>What is a <em><strong>ClientId</strong></em> ?</p>\n<p><em><strong>ClientId</strong></em> is a unique identification number for your Qikink account can be found at dashboard.qikink.com -&gt; Integration -&gt; Custom API. It's the same for both the Sandbox and Live endpoints.</p>\n<p><em><strong>Rate limit Exceed</strong></em> <code>-</code>You can made a request within the rate limit period<br>For every [ <strong>1</strong> ] minute ( 60 sec ) You can made <strong>30</strong> requests<br>after the 31st request on that minute you will get the<br>['error' =&gt; 'Rate limit exceeded. Try again later. You can access api 30 times per minute'].</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26157218","collectionId":"4b777fc6-11ba-446f-9c5f-610265db24be","publishedId":"2sB3QKqpma","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-09T11:22:47.000Z"},"item":[{"name":"Authorization","item":[{"name":"Authorization","id":"e0bdbe0f-4a57-4777-aa41-f744a3342c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"client_secret","value":"yourclientsecret","type":"text"}]},"url":"https://sandbox.qikink.com/api/token","description":"<h3 id=\"parameters\">Parameters</h3>\n<p><code>ClientId</code> - This is a unique identification number for your Qikink account and can be located at dashboard.qikink.com under the Integration -&gt; Custom API section. It remains the same for both the Sandbox and Live endpoints.</p>\n<p><code>client_secret</code> - This serves as a unique secret key for your Qikink account and can also be found at dashboard.qikink.com under the Integration -&gt; Custom API section. However, it will differ between the Sandbox and Live endpoints.</p>\n<h3 id=\"response\">Response</h3>\n<p><code>ClientId</code> - Again, this is the unique identification number for your Qikink account, accessible at dashboard.qikink.com under the Integration -&gt; Custom API section. It remains consistent for both the Sandbox and Live endpoints.</p>\n<p><code>Accesstoken</code> - This token is generated each time you call this endpoint and is used to access all other endpoints. Previous token will be overwritten when new token is generated.</p>\n<p><code>expires_in</code> - Indicates the expiration time of the Accesstoken in seconds.</p>\n","urlObject":{"protocol":"https","path":["api","token"],"host":["sandbox","qikink","com"],"query":[],"variable":[]}},"response":[{"id":"cb6edca1-92d9-4718-8860-07483b35e3b7","name":"Authorization Response  Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"client_secret","value":"yourclientsecret","type":"text"}]},"url":"https://sandbox.qikink.com/api/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Sep 2023 09:41:31 GMT"},{"key":"Server","value":"Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4"},{"key":"X-Powered-By","value":"PHP/8.2.4"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=19vrhbb899p0qr8e93vlh6o94kt28sen; expires=Wed, 06 Sep 2023 11:41:33 GMT; Max-Age=7200; path=/; HttpOnly; SameSite=Lax"},{"key":"Content-Length","value":"286"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"ClientId\": {{yourclientid}},\n    \"Accesstoken\": \"accesstoken\",\n    \"expires_in\": 3600\n}"}],"_postman_id":"e0bdbe0f-4a57-4777-aa41-f744a3342c84"}],"id":"e6065040-35f3-47f8-a8a6-49a634584e2a","description":"<p>The Authorization API is designed to provide you with an access_token, which is essential for accessing all other endpoints.</p>\n","_postman_id":"e6065040-35f3-47f8-a8a6-49a634584e2a"},{"name":"Orders","item":[{"name":"Create Order","id":"a1687d72-03ef-40ca-aab4-3b6a29d49be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"Accesstoken","value":"accesstoken","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order_number\": \"api1\",\r\n    \"qikink_shipping\": \"1\",\r\n    \"gateway\": \"COD\",\r\n    \"total_order_value\": \"1\",\r\n    \"line_items\": [\r\n        {\r\n            \"search_from_my_products\": 0,\r\n            \"quantity\": \"1\",\r\n            \"print_type_id\":1,\r\n            \"price\":\"1\",\r\n            \"sku\": \"MVnHs-Wh-S\",\r\n            \"designs\": [\r\n                {\r\n                    \"design_code\": \"iPhoneXR\",\r\n                    \"width_inches\": \"\",\r\n                    \"height_inches\": \"\",\r\n                    \"placement_sku\": \"fr\",\r\n                    \"design_link\":\"https://sgp1.digitaloceanspaces.com/cdn.qikink.com/erp2/assets/designs/83/1696668376.jpg\",\r\n                    \"mockup_link\": \"https://sgp1.digitaloceanspaces.com/cdn.qikink.com/erp2/assets/designs/83/1696668376.jpg\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"shipping_address\": {\r\n        \"first_name\": \"sdf\",\r\n        \"last_name\": \"ds\",\r\n        \"address1\": \"sdsfsdf3\",\r\n        \"phone\":\"fasda\",\r\n        \"email\": \"adf\",\r\n        \"city\":\"sda\",\r\n        \"zip\":\"sdfs\",\r\n        \"province\":\"sdfa\",\r\n        \"country_code\":\"IN\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.qikink.com/api/order/create","description":"<h3 id=\"parameters\">Parameters</h3>\n<p><code>order_number</code> - <em>String.</em> <strong>Required</strong>. A unique number that has not been used before.</p>\n<p><code>qikink_shipping</code> - <em>Numeric</em>. <strong>Required</strong>. Either '0' or '1'. 0 means Selft Shipping and 1 means Qikink will handle the product's shipment.</p>\n<p><code>gateway</code> - <em>String.</em> <strong>Required</strong>. Either '<strong>COD'</strong> or '<strong>Prepaid'</strong>. Choose 'PREPAID' if the customer has already made the payment to your bank account. Select 'COD' if the customer intends to make the payment upon delivery.</p>\n<p><code>total_order_value</code> - <em>Numeric</em>. <strong>Required</strong>. This represents the total retail price or the amount charged to your customer for the order.</p>\n<p><code>line_items</code> - <em>Array</em>. <strong>Required</strong>. A list of products that need to be processed within the order.</p>\n<p><code>shipping_address</code> - <em>Array</em>. <strong>Required if Qikink_Shipping is 1.</strong> Contains the details of the shipping address.</p>\n<h4 id=\"line-item-parameters\">Line Item Parameters</h4>\n<p><code>search_from_my_products</code> - <em>Numeric</em>. <strong>Required.</strong> Either 0 or 1. If 0, you must provide design details in the 'designs' parameter. If 1, design details will be fetched from your products using the SKU field.</p>\n<p><code>print_type_id</code> - <em>Numeric</em>. <strong>Required If ''search_from_my_products' is 0'.</strong> Print_type_id values are 1,2,3,5,6,7,8,9,12,13,14,15,17</p>\n<p><code>1</code> - DTG</p>\n<p><code>2</code> - All over Printed Products</p>\n<p><code>3</code> - Embroidery</p>\n<p><code>5</code> - Accessories</p>\n<p><code>6</code> - Puff print</p>\n<p><code>7</code> - Glow-In-Dark</p>\n<p><code>12</code> - Rainbow Vinyl Printing</p>\n<p><code>13</code> - Gold Vinyl Printing</p>\n<p><code>14</code> - Silver Vinyl Printing</p>\n<p><code>15</code> - Reflective Grey Vinyl Printing</p>\n<p><code>17</code> - DTF</p>\n<p><code>quantity</code> - <em>Numeric</em>. <strong>Required</strong>. The number of products that need to be processed. Minimum value is 1, maximum is 100.</p>\n<p><code>sku</code> - <em>String</em>. <strong>Required</strong>. If 'search_from_my_products' is 0, mention any SKU from the SKU description page (dashboard.qikink.com -&gt; Products -&gt; SKU Descriptions). If 'search_from_my_products' is 1, mention any SKU from your My Products page (dashboard.qikink.com -&gt; Products -&gt; My Products).</p>\n<p><code>designs</code> - <em>Array</em>. <strong>Required if 'search_from_my_products' is 0.</strong> Contains design details.</p>\n<h4 id=\"designs-parameters\">Designs Parameters</h4>\n<p><code>design_code</code> - <em>String</em>. <strong>Required.</strong> Existing design code, which can be found in dashboard.qikink.com -&gt; Designs -&gt; My Designs -&gt; List View. Alternatively, enter a new design code to create a new design in your account.</p>\n<p><code>width_inches</code> - <em>Number</em>. <strong>Required</strong>. Width of the design in Inches. Leave it blank if 'design_code' already exists.</p>\n<p><code>height_inches</code> - <em>Number</em>. <strong>Required</strong>. Height of the design in Inches. Leave it blank if 'design_code' already exists.</p>\n<p><code>placement_sku</code> - <em>String</em>. <strong>Required</strong>. \"fr\" =&gt; \"Front\", \"bk\" =&gt; \"Back\", \"lp\" =&gt; \"LeftPocket\", \"rp\" =&gt; \"RightPocket\", \"rs\" =&gt; \"RightShoulder\", \"ls\" =&gt; \"LeftShoulder\". Leave it blank if 'design_code' already exists.</p>\n<p><code>design_url</code> - <em>String</em>. <strong>Required</strong>. Link to the design that needs to be printed. Leave it blank if 'design_code' already exists.</p>\n<p><code>mockup_url</code> - <em>String</em>. <strong>Required</strong>. Link to the mockup that combines the design and product.</p>\n<p>Leave it blank if 'design_code' already exists.</p>\n<h4 id=\"shipping-address-parameters\">Shipping Address Parameters</h4>\n<p><code>first_name</code> - <em>String.</em> <strong>Required</strong><em>.</em><br /><code>last_name</code> - <em>String.</em> <strong>Optional.</strong></p>\n<p><code>address1</code> - <em>String</em>. <strong>Required</strong>.<br /><code>address2</code> - <em>String</em>. <strong>Optional</strong>.</p>\n<p><code>Phone</code> - <em>String</em>. <strong>Required</strong>.<br /><code>email</code> - <em>String</em>. <strong>Required.</strong><br /><code>city</code> - <em>String</em>. <strong>Required</strong>.<br /><code>zip</code> - <em>Number.</em> <strong>Required</strong><em>.</em></p>\n<p><code>province</code> - <em>String.</em> <strong>Required.</strong> Valid State name with correct spelling.</p>\n<p><code>country_code</code> - <em>String.</em> <strong>Required.</strong> List of countries that are available listed below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">[\n        \"country_name\": \"Afghanistan\",\n        \"country_code\": \"AF\n    {\n        \"country_name\": \"Albania\",\n        \"country_code\": \"AL\"\n    },\n    {\n        \"country_name\": \"Algeria\",\n        \"country_code\": \"DZ\"\n    },\n    {\n        \"country_name\": \"American Samoa\",\n        \"country_code\": \"AS\"\n    },\n    {\n        \"country_name\": \"Andorra\",\n        \"country_code\": \"AD\"\n    },\n    {\n        \"country_name\": \"Angola\",\n        \"country_code\": \"AO\"\n    },\n    {\n        \"country_name\": \"Anguilla\",\n        \"country_code\": \"AI\"\n    },\n    {\n        \"country_name\": \"Antigua &amp; Barbuda\",\n        \"country_code\": \"AG\"\n    },\n    {\n        \"country_name\": \"Argentina\",\n        \"country_code\": \"AR\"\n    },\n    {\n        \"country_name\": \"Armenia\",\n        \"country_code\": \"AM\"\n    },\n    {\n        \"country_name\": \"Aruba\",\n        \"country_code\": \"AW\"\n    },\n    {\n        \"country_name\": \"Australia\",\n        \"country_code\": \"AU\"\n    },\n    {\n        \"country_name\": \"Austria\",\n        \"country_code\": \"AT\"\n    },\n    {\n        \"country_name\": \"Azerbaijan\",\n        \"country_code\": \"AZ\"\n    },\n    {\n        \"country_name\": \"Bahama\",\n        \"country_code\": \"BS\"\n    },\n    {\n        \"country_name\": \"Bahrain\",\n        \"country_code\": \"BH\"\n    },\n    {\n        \"country_name\": \"Bangladesh\",\n        \"country_code\": \"BD\"\n    },\n    {\n        \"country_name\": \"Barbados\",\n        \"country_code\": \"BB\"\n    },\n    {\n        \"country_name\": \"Belarus\",\n        \"country_code\": \"BY\"\n    },\n    {\n        \"country_name\": \"Belgium\",\n        \"country_code\": \"BE\"\n    },\n    {\n        \"country_name\": \"Belize\",\n        \"country_code\": \"BZ\"\n    },\n    {\n        \"country_name\": \"Benin\",\n        \"country_code\": \"BJ\"\n    },\n    {\n        \"country_name\": \"Bermuda\",\n        \"country_code\": \"BM\"\n    },\n    {\n        \"country_name\": \"Bhutan\",\n        \"country_code\": \"BT\"\n    },\n    {\n        \"country_name\": \"Bolivia\",\n        \"country_code\": \"BO\"\n    },\n    {\n        \"country_name\": \"Bonaire Sint Eustatius and Saba\",\n        \"country_code\": \"BQ\"\n    },\n    {\n        \"country_name\": \"Bosnia-Herzegovina\",\n        \"country_code\": \"BA\"\n    },\n    {\n        \"country_name\": \"Botswana\",\n        \"country_code\": \"BW\"\n    },\n    {\n        \"country_name\": \"Brazil\",\n        \"country_code\": \"BR\"\n    },\n    {\n        \"country_name\": \"British Virgin Islands\",\n        \"country_code\": \"VG\"\n    },\n    {\n        \"country_name\": \"Brunei\",\n        \"country_code\": \"BN\"\n    },\n    {\n        \"country_name\": \"Bulgaria\",\n        \"country_code\": \"BG\"\n    },\n    {\n        \"country_name\": \"Burkina Faso\",\n        \"country_code\": \"BF\"\n    },\n    {\n        \"country_name\": \"Burundi\",\n        \"country_code\": \"BI\"\n    },\n    {\n        \"country_name\": \"Cambodia\",\n        \"country_code\": \"KH\"\n    },\n    {\n        \"country_name\": \"Cameroon\",\n        \"country_code\": \"CM\"\n    },\n    {\n        \"country_name\": \"Canada\",\n        \"country_code\": \"CA\"\n    },\n    {\n        \"country_name\": \"Cape Verde\",\n        \"country_code\": \"CV\"\n    },\n    {\n        \"country_name\": \"Cayman Islands\",\n        \"country_code\": \"KY\"\n    },\n    {\n        \"country_name\": \"Central African Republic\",\n        \"country_code\": \"CF\"\n    },\n    {\n        \"country_name\": \"Chad\",\n        \"country_code\": \"TD\"\n    },\n    {\n        \"country_name\": \"Chile\",\n        \"country_code\": \"CL\"\n    },\n    {\n        \"country_name\": \"China\",\n        \"country_code\": \"CN\"\n    },\n    {\n        \"country_name\": \"Colombia\",\n        \"country_code\": \"CO\"\n    },\n    {\n        \"country_name\": \"Congo\",\n        \"country_code\": \"CG\"\n    },\n    {\n        \"country_name\": \"Cook Islands\",\n        \"country_code\": \"CK\"\n    },\n    {\n        \"country_name\": \"Costa Rica\",\n        \"country_code\": \"CR\"\n    },\n    {\n        \"country_name\": \"Croatia\",\n        \"country_code\": \"HR\"\n    },\n    {\n        \"country_name\": \"Curacao\",\n        \"country_code\": \"CW\"\n    },\n    {\n        \"country_name\": \"Cyprus\",\n        \"country_code\": \"CY\"\n    },\n    {\n        \"country_name\": \"Czech Republic\",\n        \"country_code\": \"CZ\"\n    },\n    {\n        \"country_name\": \"C?te D'ivoire (Ivory Coast)\",\n        \"country_code\": \"CI\"\n    },\n    {\n        \"country_name\": \"Democratic Republic of the Congo\",\n        \"country_code\": \"CD\"\n    },\n    {\n        \"country_name\": \"Denmark\",\n        \"country_code\": \"DK\"\n    },\n    {\n        \"country_name\": \"Djibouti\",\n        \"country_code\": \"DJ\"\n    },\n    {\n        \"country_name\": \"Dominica\",\n        \"country_code\": \"DM\"\n    },\n    {\n        \"country_name\": \"Dominican Republic\",\n        \"country_code\": \"DO\"\n    },\n    {\n        \"country_name\": \"East Timor\",\n        \"country_code\": \"TL\"\n    },\n    {\n        \"country_name\": \"Ecuador\",\n        \"country_code\": \"EC\"\n    },\n    {\n        \"country_name\": \"Egypt\",\n        \"country_code\": \"EG\"\n    },\n    {\n        \"country_name\": \"El Salvador\",\n        \"country_code\": \"SV\"\n    },\n    {\n        \"country_name\": \"Equatorial Guinea\",\n        \"country_code\": \"GQ\"\n    },\n    {\n        \"country_name\": \"Eritrea\",\n        \"country_code\": \"ER\"\n    },\n    {\n        \"country_name\": \"Estonia\",\n        \"country_code\": \"EE\"\n    },\n    {\n        \"country_name\": \"Ethiopia\",\n        \"country_code\": \"ET\"\n    },\n    {\n        \"country_name\": \"Faeroe Islands\",\n        \"country_code\": \"FO\"\n    },\n    {\n        \"country_name\": \"Fiji\",\n        \"country_code\": \"FJ\"\n    },\n    {\n        \"country_name\": \"Finland\",\n        \"country_code\": \"FI\"\n    },\n    {\n        \"country_name\": \"France\",\n        \"country_code\": \"FR\"\n    },\n    {\n        \"country_name\": \"French Guiana\",\n        \"country_code\": \"GF\"\n    },\n    {\n        \"country_name\": \"French Polynesia\",\n        \"country_code\": \"PF\"\n    },\n    {\n        \"country_name\": \"Gabon\",\n        \"country_code\": \"GA\"\n    },\n    {\n        \"country_name\": \"Gambia\",\n        \"country_code\": \"GM\"\n    },\n    {\n        \"country_name\": \"Georgia\",\n        \"country_code\": \"GE\"\n    },\n    {\n        \"country_name\": \"Germany\",\n        \"country_code\": \"DE\"\n    },\n    {\n        \"country_name\": \"Ghana\",\n        \"country_code\": \"GH\"\n    },\n    {\n        \"country_name\": \"Gibraltar\",\n        \"country_code\": \"GI\"\n    },\n    {\n        \"country_name\": \"Greece\",\n        \"country_code\": \"GR\"\n    },\n    {\n        \"country_name\": \"Greenland\",\n        \"country_code\": \"GL\"\n    },\n    {\n        \"country_name\": \"Grenada\",\n        \"country_code\": \"GD\"\n    },\n    {\n        \"country_name\": \"Guadeloupe\",\n        \"country_code\": \"GP\"\n    },\n    {\n        \"country_name\": \"Guam\",\n        \"country_code\": \"GU\"\n    },\n    {\n        \"country_name\": \"Guatemala\",\n        \"country_code\": \"GT\"\n    },\n    {\n        \"country_name\": \"Guinea\",\n        \"country_code\": \"GN\"\n    },\n    {\n        \"country_name\": \"Guinea-Bissau\",\n        \"country_code\": \"GW\"\n    },\n    {\n        \"country_name\": \"Guyana\",\n        \"country_code\": \"GY\"\n    },\n    {\n        \"country_name\": \"Haiti\",\n        \"country_code\": \"HT\"\n    },\n    {\n        \"country_name\": \"Honduras\",\n        \"country_code\": \"HN\"\n    },\n    {\n        \"country_name\": \"Hong Kong SAR, China\",\n        \"country_code\": \"HK\"\n    },\n    {\n        \"country_name\": \"Hungary\",\n        \"country_code\": \"HU\"\n    },\n    {\n        \"country_name\": \"Iceland\",\n        \"country_code\": \"IS\"\n    },\n    {\n        \"country_name\": \"Indonesia\",\n        \"country_code\": \"ID\"\n    },\n    {\n        \"country_name\": \"India\",\n        \"country_code\": \"IN\"\n    },\n    {\n        \"country_name\": \"Iran\",\n        \"country_code\": \"IR\"\n    },\n    {\n        \"country_name\": \"Iraq\",\n        \"country_code\": \"IQ\"\n    },\n    {\n        \"country_name\": \"Ireland\",\n        \"country_code\": \"IE\"\n    },\n    {\n        \"country_name\": \"Israel\",\n        \"country_code\": \"IL\"\n    },\n    {\n        \"country_name\": \"Italy\",\n        \"country_code\": \"IT\"\n    },\n    {\n        \"country_name\": \"Jamaica\",\n        \"country_code\": \"JM\"\n    },\n    {\n        \"country_name\": \"Japan\",\n        \"country_code\": \"JP\"\n    },\n    {\n        \"country_name\": \"Jordan\",\n        \"country_code\": \"JO\"\n    },\n    {\n        \"country_name\": \"Kazakhstan\",\n        \"country_code\": \"KZ\"\n    },\n    {\n        \"country_name\": \"Kenya\",\n        \"country_code\": \"KE\"\n    },\n    {\n        \"country_name\": \"Kiribati\",\n        \"country_code\": \"KI\"\n    },\n    {\n        \"country_name\": \"Kuwait\",\n        \"country_code\": \"KW\"\n    },\n    {\n        \"country_name\": \"Kyrgyzstan\",\n        \"country_code\": \"KG\"\n    },\n    {\n        \"country_name\": \"Laos\",\n        \"country_code\": \"LA\"\n    },\n    {\n        \"country_name\": \"Latvia\",\n        \"country_code\": \"LV\"\n    },\n    {\n        \"country_name\": \"Lebanon\",\n        \"country_code\": \"LB\"\n    },\n    {\n        \"country_name\": \"Lesotho\",\n        \"country_code\": \"LS\"\n    },\n    {\n        \"country_name\": \"Liberia\",\n        \"country_code\": \"LR\"\n    },\n    {\n        \"country_name\": \"Libya\",\n        \"country_code\": \"LY\"\n    },\n    {\n        \"country_name\": \"Liechtenstein\",\n        \"country_code\": \"LI\"\n    },\n    {\n        \"country_name\": \"Lithuania\",\n        \"country_code\": \"LT\"\n    },\n    {\n        \"country_name\": \"Luxembourg\",\n        \"country_code\": \"LU\"\n    },\n    {\n        \"country_name\": \"Macau SAR, China\",\n        \"country_code\": \"MO\"\n    },\n    {\n        \"country_name\": \"Macedonia\",\n        \"country_code\": \"MK\"\n    },\n    {\n        \"country_name\": \"Madagascar\",\n        \"country_code\": \"MG\"\n    },\n    {\n        \"country_name\": \"Malawi\",\n        \"country_code\": \"MW\"\n    },\n    {\n        \"country_name\": \"Malaysia\",\n        \"country_code\": \"MY\"\n    },\n    {\n        \"country_name\": \"Maldives\",\n        \"country_code\": \"MV\"\n    },\n    {\n        \"country_name\": \"Mali\",\n        \"country_code\": \"ML\"\n    },\n    {\n        \"country_name\": \"Malta\",\n        \"country_code\": \"MT\"\n    },\n    {\n        \"country_name\": \"Marshall Islands\",\n        \"country_code\": \"MH\"\n    },\n    {\n        \"country_name\": \"Martinique\",\n        \"country_code\": \"MQ\"\n    },\n    {\n        \"country_name\": \"Mauritania\",\n        \"country_code\": \"MR\"\n    },\n    {\n        \"country_name\": \"Mauritius\",\n        \"country_code\": \"MU\"\n    },\n    {\n        \"country_name\": \"Mexico\",\n        \"country_code\": \"MX\"\n    },\n    {\n        \"country_name\": \"Micronesia\",\n        \"country_code\": \"FM\"\n    },\n    {\n        \"country_name\": \"Monaco\",\n        \"country_code\": \"MC\"\n    },\n    {\n        \"country_name\": \"Mongolia\",\n        \"country_code\": \"MN\"\n    },\n    {\n        \"country_name\": \"Monserrat\",\n        \"country_code\": \"MS\"\n    },\n    {\n        \"country_name\": \"Montenegro\",\n        \"country_code\": \"ME\"\n    },\n    {\n        \"country_name\": \"Morocco\",\n        \"country_code\": \"MA\"\n    },\n    {\n        \"country_name\": \"Mozambique\",\n        \"country_code\": \"MZ\"\n    },\n    {\n        \"country_name\": \"Myanmar\",\n        \"country_code\": \"MM\"\n    },\n    {\n        \"country_name\": \"Namibia\",\n        \"country_code\": \"NA\"\n    },\n    {\n        \"country_name\": \"Nepal\",\n        \"country_code\": \"NP\"\n    },\n    {\n        \"country_name\": \"Netherlands\",\n        \"country_code\": \"NL\"\n    },\n    {\n        \"country_name\": \"New Caledonia\",\n        \"country_code\": \"NC\"\n    },\n    {\n        \"country_name\": \"New Zealand\",\n        \"country_code\": \"NZ\"\n    },\n    {\n        \"country_name\": \"Nicaragua\",\n        \"country_code\": \"NI\"\n    },\n    {\n        \"country_name\": \"Niger\",\n        \"country_code\": \"NE\"\n    },\n    {\n        \"country_name\": \"Nigeria\",\n        \"country_code\": \"NG\"\n    },\n    {\n        \"country_name\": \"Northern Mariana Islands\",\n        \"country_code\": \"MP\"\n    },\n    {\n        \"country_name\": \"Norway\",\n        \"country_code\": \"NO\"\n    },\n    {\n        \"country_name\": \"Oman\",\n        \"country_code\": \"OM\"\n    },\n    {\n        \"country_name\": \"Pakistan\",\n        \"country_code\": \"PK\"\n    },\n    {\n        \"country_name\": \"Palau\",\n        \"country_code\": \"PW\"\n    },\n    {\n        \"country_name\": \"Palestinian Territory\",\n        \"country_code\": \"PS\"\n    },\n    {\n        \"country_name\": \"Panama\",\n        \"country_code\": \"PA\"\n    },\n    {\n        \"country_name\": \"Papua New Guinea\",\n        \"country_code\": \"PG\"\n    },\n    {\n        \"country_name\": \"Paraguay\",\n        \"country_code\": \"PY\"\n    },\n    {\n        \"country_name\": \"Peru\",\n        \"country_code\": \"PE\"\n    },\n    {\n        \"country_name\": \"Phillipines\",\n        \"country_code\": \"PH\"\n    },\n    {\n        \"country_name\": \"Poland\",\n        \"country_code\": \"PL\"\n    },\n    {\n        \"country_name\": \"Portugal\",\n        \"country_code\": \"PT\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - Aguadilla\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - Arecibo\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - Carolina (FAJ)\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - Carolina (NRR)\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - Guaynabo\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - Ponce\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Puerto Rico - San Juan\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Qatar\",\n        \"country_code\": \"QA\"\n    },\n    {\n        \"country_name\": \"Republic of Moldova\",\n        \"country_code\": \"MD\"\n    },\n    {\n        \"country_name\": \"Romania\",\n        \"country_code\": \"RO\"\n    },\n    {\n        \"country_name\": \"Russian Federation\",\n        \"country_code\": \"RU\"\n    },\n    {\n        \"country_name\": \"Rwanda\",\n        \"country_code\": \"RW\"\n    },\n    {\n        \"country_name\": \"R?union\",\n        \"country_code\": \"RE\"\n    },\n    {\n        \"country_name\": \"Saint Lucia\",\n        \"country_code\": \"LC\"\n    },\n    {\n        \"country_name\": \"Samoa\",\n        \"country_code\": \"WS\"\n    },\n    {\n        \"country_name\": \"Saudi Arabia\",\n        \"country_code\": \"SA\"\n    },\n    {\n        \"country_name\": \"Senegal\",\n        \"country_code\": \"SN\"\n    },\n    {\n        \"country_name\": \"Serbia\",\n        \"country_code\": \"RS\"\n    },\n    {\n        \"country_name\": \"Seychelles\",\n        \"country_code\": \"SC\"\n    },\n    {\n        \"country_name\": \"Sierra Leone\",\n        \"country_code\": \"SL\"\n    },\n    {\n        \"country_name\": \"Singapore\",\n        \"country_code\": \"SG\"\n    },\n    {\n        \"country_name\": \"Slovakia\",\n        \"country_code\": \"SK\"\n    },\n    {\n        \"country_name\": \"Slovenia\",\n        \"country_code\": \"SI\"\n    },\n    {\n        \"country_name\": \"Solomon Islands\",\n        \"country_code\": \"SB\"\n    },\n    {\n        \"country_name\": \"South Africa\",\n        \"country_code\": \"ZA\"\n    },\n    {\n        \"country_name\": \"South Korea\",\n        \"country_code\": \"KR\"\n    },\n    {\n        \"country_name\": \"Spain\",\n        \"country_code\": \"ES\"\n    },\n    {\n        \"country_name\": \"Sri Lanka\",\n        \"country_code\": \"LK\"\n    },\n    {\n        \"country_name\": \"St. Kitts and Nevis\",\n        \"country_code\": \"KN\"\n    },\n    {\n        \"country_name\": \"St. Maarten\",\n        \"country_code\": \"SX\"\n    },\n    {\n        \"country_name\": \"St. Martin\",\n        \"country_code\": \"MF\"\n    },\n    {\n        \"country_name\": \"St. Vincent &amp; the Grenadines\",\n        \"country_code\": \"VC\"\n    },\n    {\n        \"country_name\": \"Sudan\",\n        \"country_code\": \"SD\"\n    },\n    {\n        \"country_name\": \"Suriname\",\n        \"country_code\": \"SR\"\n    },\n    {\n        \"country_name\": \"Swaziland\",\n        \"country_code\": \"SZ\"\n    },\n    {\n        \"country_name\": \"Sweden\",\n        \"country_code\": \"SE\"\n    },\n    {\n        \"country_name\": \"Switzerland\",\n        \"country_code\": \"CH\"\n    },\n    {\n        \"country_name\": \"Syrian Arab Republic\",\n        \"country_code\": \"SY\"\n    },\n    {\n        \"country_name\": \"Taiwan\",\n        \"country_code\": \"TW\"\n    },\n    {\n        \"country_name\": \"Thailand\",\n        \"country_code\": \"TH\"\n    },\n    {\n        \"country_name\": \"Togo\",\n        \"country_code\": \"TG\"\n    },\n    {\n        \"country_name\": \"Tonga\",\n        \"country_code\": \"TO\"\n    },\n    {\n        \"country_name\": \"Trinidad &amp; Tobago\",\n        \"country_code\": \"TT\"\n    },\n    {\n        \"country_name\": \"Tunisia\",\n        \"country_code\": \"TN\"\n    },\n    {\n        \"country_name\": \"Turkey\",\n        \"country_code\": \"TR\"\n    },\n    {\n        \"country_name\": \"Turkmenistan\",\n        \"country_code\": \"TM\"\n    },\n    {\n        \"country_name\": \"Turks &amp; Caicos Islands\",\n        \"country_code\": \"TC\"\n    },\n    {\n        \"country_name\": \"Tuvalu\",\n        \"country_code\": \"TV\"\n    },\n    {\n        \"country_name\": \"U.S. Virgin Islands\",\n        \"country_code\": \"VI\"\n    },\n    {\n        \"country_name\": \"U.S.A\",\n        \"country_code\": \"US\"\n    },\n    {\n        \"country_name\": \"U.S.A\",\n        \"country_code\": \"US\"\n    },\n    {\n        \"country_name\": \"USA - Mayaguez\",\n        \"country_code\": \"PR\"\n    },\n    {\n        \"country_name\": \"Uganda\",\n        \"country_code\": \"UG\"\n    },\n    {\n        \"country_name\": \"Ukraine\",\n        \"country_code\": \"UA\"\n    },\n    {\n        \"country_name\": \"United Arab Emirates\",\n        \"country_code\": \"AE\"\n    },\n    {\n        \"country_name\": \"United Kingdom (Great Britain)\",\n        \"country_code\": \"GB\"\n    },\n    {\n        \"country_name\": \"United Republic of Tanzania\",\n        \"country_code\": \"TZ\"\n    },\n    {\n        \"country_name\": \"Uruguay\",\n        \"country_code\": \"UY\"\n    },\n    {\n        \"country_name\": \"Uzbekistan\",\n        \"country_code\": \"UZ\"\n    },\n    {\n        \"country_name\": \"Vanuatu\",\n        \"country_code\": \"VU\"\n    },\n    {\n        \"country_name\": \"Venezuela\",\n        \"country_code\": \"VE\"\n    },\n    {\n        \"country_name\": \"Vietnam\",\n        \"country_code\": \"VN\"\n    },\n    {\n        \"country_name\": \"Yemen\",\n        \"country_code\": \"YE\"\n    },\n    {\n        \"country_name\": \"Zambia\",\n        \"country_code\": \"ZM\"\n    },\n    {\n        \"country_name\": \"Zimbabwe\",\n        \"country_code\": \"ZW\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","order","create"],"host":["sandbox","qikink","com"],"query":[],"variable":[]}},"response":[{"id":"651ff509-3b8a-4e7d-94e9-7a92f78c6bf1","name":"Example Response Create Order","originalRequest":{"method":"POST","header":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"Accesstoken","value":"yourclientsecret","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"order_number\": \"api8\",\r\n    \"qikink_shipping\": \"1\",\r\n    \"gateway\": \"COD\",\r\n    \"total_order_value\": \"1\",\r\n    \"line_items\": [\r\n        {\r\n            \"search_from_my_products\": 0,\r\n            \"quantity\": \"1\",\r\n            \"price\":\"1\",\r\n            \"sku\": \"MVnHs-Wh-S\",\r\n            \"designs\": [\r\n                {\r\n                    \"design_code\": \"iPhoneXR\",\r\n                    \"width_inches\": \"\",\r\n                    \"height_inches\": \"\",\r\n                    \"placement_sku\": \"fr\",\r\n                    \"design_link\":\"\",\r\n                    \"mockup_link\": \"https://sgp1.digitaloceanspaces.com/cdn.qikink.com/erp2/assets/designs/83/1696668376.jpg\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"shipping_address\": {\r\n        \"first_name\": \"sdf\",\r\n        \"last_name\": \"ds\",\r\n        \"address1\": \"sdsfsdf3\",\r\n        \"phone\":\"fasda\",\r\n        \"email\": \"adf\",\r\n        \"city\":\"sda\",\r\n        \"zip\":\"sdfs\",\r\n        \"province\":\"sdfa\",\r\n        \"country_code\":\"IN\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.qikink.com/api/order/create"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Order created successfully\",\r\n    \"order_id\":1234567890,\r\n    \"status_code\": \"200\"\r\n}"}],"_postman_id":"a1687d72-03ef-40ca-aab4-3b6a29d49be3"},{"name":"Retreive a list of Orders","id":"ab4a764c-bd4b-4f9e-ab73-be2b49834252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"Accesstoken","value":"accesstoken","type":"text"}],"url":"https://sandbox.qikink.com/api/order","description":"<p>Here you Get All the Orders You Made from the past</p>\n","urlObject":{"protocol":"https","path":["api","order"],"host":["sandbox","qikink","com"],"query":[],"variable":[]}},"response":[{"id":"94cf6015-c320-4a42-a1bc-d339475ee319","name":"Example Response Retreive Orders","originalRequest":{"method":"GET","header":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"Accesstoken","value":"accesstoken","type":"text"}],"url":"https://sandbox.qikink.com/api/order"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"order_id\": 4560979584, \r\n        \"number\": \"30009_1017\",\r\n        \"created_on\": \"2023-05-29 01:10:04\",\r\n        \"live_date\": \"2023-05-30 00:45:58\",\r\n        \"status\": \"Archived\",\r\n        \"shipping_type\": \"Qikink Domestic Shipping\",\r\n        \"payment_type\": \"Prepaid\",\r\n        \"total_order_value\": \"599.00\",\r\n        \"shipping\": {\r\n            \"first_name\": \"Yatwin Pragnay\",\r\n            \"last_name\": null,\r\n            \"phone\": \"9701932978\",\r\n            \"email\": null,\r\n            \"city\": \"Nellore\",\r\n            \"zip\": \"524001\",\r\n            \"province\": \"AP\",\r\n            \"country_code\": \"IN\",\r\n            \"awb\": null,\r\n            \"tracking_link\": \"https://courierupdates.com/?awb=12345\"\r\n        },\r\n        \"line_items\": [\r\n            {\r\n                \"sku\": \"UOsMRnHs-Lv-XL\",\r\n                \"quantity\": \"1\",\r\n                \"price\": \"240\",\r\n                \"designs\": [\r\n                    {\r\n                        \"design_code\": \"BITYOE\",\r\n                        \"placement\": \"Front\",\r\n                        \"height_inches\": \"7.61\",\r\n                        \"width_inches\": \"2\",\r\n                        \"design_url\": \"https://drive.google.com/open?id=1uG-bAGku\",\r\n                        \"mockup_url\": null\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"order_id\": 4259805984,\r\n        \"number\": \"30009_880\",\r\n        \"created_on\": \"2023-03-17 18:42:48\",\r\n        \"live_date\": \"2023-03-17 18:43:34\",\r\n        \"status\": \"Archived\",\r\n        \"shipping_type\": \"Qikink Domestic Shipping\",\r\n        \"payment_type\": \"Prepaid\",\r\n        \"total_order_value\": \"9\",\r\n        \"shipping\": {\r\n            \"first_name\": \"dhansukh jaladi\",\r\n            \"last_name\": null,\r\n            \"phone\": \"9550597547\",\r\n            \"email\": null,\r\n            \"city\": \"Vellore\",\r\n            \"zip\": \"632014\",\r\n            \"province\": null,\r\n            \"country_code\": null,\r\n            \"awb\": null,\r\n            \"tracking_link\": \"https://courierupdates.com/?awb=12345\"\r\n        },\r\n        \"line_items\": [\r\n            {\r\n                \"sku\": \"UHd-Wh-M\",\r\n                \"quantity\": \"1\",\r\n                \"price\": \"460\",\r\n                \"designs\": [\r\n                    {\r\n                        \"design_code\": \"goldenstate\",\r\n                        \"placement\": \"Front\",\r\n                        \"height_inches\": \"8.94\",\r\n                        \"width_inches\": \"10.85\",\r\n                        \"design_url\": \"https://sgp1.digitaloceanspaces.co\",\r\n                        \"mockup_url\": null\r\n                    },\r\n                    {\r\n                        \"design_code\": \"curry\",\r\n                        \"placement\": \"Back\",\r\n                        \"height_inches\": \"12.85\",\r\n                        \"width_inches\": \"16.93\",\r\n                        \"design_url\": \"https://sgp1.digitaloceanspaces.com/cdn.qikink.com/erp2/assets/design.png\",\r\n                        \"mockup_url\": null\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n]"}],"_postman_id":"ab4a764c-bd4b-4f9e-ab73-be2b49834252"},{"name":"Retreive Single Order","id":"0094c391-fd35-438e-bcaa-6739b7451aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientId","value":"yourclientid","type":"text"},{"key":"Accesstoken","value":"accesstoken","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://sandbox.qikink.com/api/order?id=12345678&from_date=30.12.1995&to_date=31.12.1996","description":"<p>\"id\" is order_id (<strong>OPTIONAL</strong>)<br />\"from_date\" is Order List from (<strong>OPTIONAL</strong>)<br />\"to_date\" is Orderl ist To (<strong>OPTIONAL</strong>)</p>\n","urlObject":{"protocol":"https","path":["api","order"],"host":["sandbox","qikink","com"],"query":[{"key":"id","value":"12345678"},{"key":"from_date","value":"30.12.1995"},{"key":"to_date","value":"31.12.1996"}],"variable":[]}},"response":[{"id":"68837801-9f86-4ab1-98ac-b825057701a7","name":"Example Response Retreive Single Order","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.qikink.com/api/order?=12345","protocol":"https","host":["sandbox","qikink","com"],"path":["api","order"],"query":[{"key":"","value":"12345"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"  {\r\n        \"order_id\": 1234567890, \r\n        \"number\": \"12345_67890\",\r\n        \"created_on\": \"2023-05-29 01:10:04\",\r\n        \"live_date\": \"2023-05-30 00:45:58\",\r\n        \"status\": \"Archived\",\r\n        \"shipping_type\": \"Qikink Domestic Shipping\",\r\n        \"payment_type\": \"Prepaid\",\r\n        \"total_order_value\": \"599.00\",\r\n        \"line_items\": [\r\n            {\r\n                \"sku\": \"UOsMRnHs-Lv-XL\",\r\n                \"quantity\": \"1\",\r\n                \"price\": \"240\",\r\n                \"designs\": [\r\n                    {\r\n                        \"design_code\": \"BITYOE\",\r\n                        \"placement\": \"Front\",\r\n                        \"height_inches\": \"7.61\",\r\n                        \"width_inches\": \"2\",\r\n                        \"design_url\": \"https://drive.google.com/open?id=12345\",\r\n                        \"mockup_url\": null\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n         \"shipping\": {\r\n            \"first_name\": \"Yatwin Pragnay\",\r\n            \"last_name\": null,\r\n            \"phone\": \"1234567890\",\r\n            \"email\": null,\r\n            \"city\": \"Nellore\",\r\n            \"zip\": \"524001\",\r\n            \"province\": \"AP\",\r\n            \"country_code\": \"IN\",\r\n            \"awb\": 1234567890,\r\n            \"tracking_link\": \"https://courierupdates.com/?awb=1234567890\"\r\n        },\r\n    }"}],"_postman_id":"0094c391-fd35-438e-bcaa-6739b7451aa4"}],"id":"26c787da-d63f-4f11-b94b-65791dce32ea","description":"<p>The Orders API enables you to create orders without the need to access the Qikink dashboard. Initially, the Create Order functionality is available.</p>\n","_postman_id":"26c787da-d63f-4f11-b94b-65791dce32ea"}],"variable":[{"key":"clientId","value":"yourclientid"},{"key":"accesstoken","value":"accesstoken"},{"key":"clientsecret","value":"yourclientsecret"}]}