{"info":{"_postman_id":"7aae80f5-29f4-499e-a91b-a93639eaae97","name":"Giftship API","description":"<html><head></head><body><h1 id=\"create-multiple-shipping-address-checkouts-with-shopify\">Create multiple shipping address checkouts with Shopify</h1>\n<p>You can use Giftship's API to create multiple shipping address checkouts in Shopify from any platform.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Successfull responses will provide you with a checkout link that you can redirect the user to.</p>\n<p>Giftship will calculate tax based on your configured settings within Giftships dashboard and your Shopify tax settings.</p>\n<p>Currently, shipping must be added manually. We will eventually make a shipping rate endpoint available.</p>\n<h1 id=\"making-requests\">Making Requests</h1>\n<p>Make a POST request to the API endpoint at using the provided format. Ensure to json encode your request body. For each address, a single shipping rate should be provided which matches the address.</p>\n<p>For large multi-address orders with greater than 10 addresses, after the initial request is made, you will need to make requests to the poll endpoint until the checkout is ready. It is recommended to not poll more often than 2-3 seconds in order to ensure you do not reach your API limit prematurely.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Generate an API key in Gifship's settings page within Shopify Admin. Record your access token in a safe place, and ensure that you keep it a secret. Before making API calls, please ensure to enable API access on the same page you generate the token.</p>\n<p>Set a X-Giftship-Access-Token header using the access token you generated in Giftship's dashboard with your request.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -X POST \\\n https://giftship.app/api/checkout/ \\\n -H 'Content-Type: application/json' \\\n -H 'X-Giftship-Access-Token: YOUR_ACCESS_TOKEN_HERE' \\\n -H 'cache-control: no-cache' \\\n -d 'YOUR_POST_DATA_HERE'\n\n</code></pre><h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<h3 id=\"200-success\">200 Success</h3>\n<p>If the request is good, you will receive a response in the following format, which you can then redirect the customer to the checkout_url in order to complete the checkout:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n \"status\": \"success\",\n \"id\": 142740652096,\n \"checkout_url\": \"https://giftship4.myshopify.com/6542327872/invoices/ef722fdde0d591a493bdb0645268fca0\",\n \"total_price\": \"158.58\"\n}\n\n</code></pre><h3 id=\"400-bad-request\">400 Bad Request</h3>\n<p>The request is malformed - use the information provided in the response and carefully examine the example request for exact format needed.</p>\n<h3 id=\"401-unauthorized\">401 Unauthorized</h3>\n<p>Either the access token is not present, or the token provided is invalid.</p>\n<h3 id=\"402-unauthorized\">402 Unauthorized</h3>\n<p>There myshopify url provided does not currently have an active Giftship subscription.</p>\n<h3 id=\"409-conflict\">409 Conflict</h3>\n<p>You will receive this error if you have not assigned shipping addresses to each of the parts of your order. Please follow the instructions in the response to ensure that your request has shipping addresses associated with each required object.</p>\n<h3 id=\"429-too-many-requests\">429 Too many requests</h3>\n<p>You have used all of the available API requests for the month. Upgrade your account to increase your limit.</p>\n<h3 id=\"202-accepted\">202 Accepted</h3>\n<p>The request is accepted, but API access is disabled for the account. Enable API access in Giftship's settings.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Basic Plan: 500 API requests / month<br>Standard Plan: 5000 API requests / month<br>Business Plan: unlimited API requests</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Create multiple shipping address checkouts with Shopify","slug":"create-multiple-shipping-address-checkouts-with-shopify"},{"content":"Overview","slug":"overview"},{"content":"Making Requests","slug":"making-requests"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"15183928","collectionId":"7aae80f5-29f4-499e-a91b-a93639eaae97","publishedId":"2s8ZDbUzyk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-23T18:52:12.000Z"},"item":[{"name":"Create Multiple Shipping Address Checkout","id":"cc764112-f2f0-43bd-9125-d2e5b22f962f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"token","value":"<token>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null\n}"},"url":"https://giftship.ngrok.io/api/checkout/","urlObject":{"protocol":"https","path":["api","checkout",""],"host":["giftship","ngrok","io"],"query":[],"variable":[]}},"response":[{"id":"49eb09f5-658f-49c5-834b-b55335c9e776","name":"Create Multiple Shipping Address Checkout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship4.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 15377376673856,\n            \"product_id\": 1559202398272,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\" \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 15377370316864,\n            \"product_id\": 1559201742912,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": 899845193792\n}","options":{"raw":{"language":"json"}}},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Feb 2019 06:50:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": 150234988608,\n    \"checkout_url\": \"https://giftship4.myshopify.com/6542327872/invoices/2d6f6e240db97f5488b6e9cb0ba5a1af\",\n    \"total_price\": \"158.58\"\n}"},{"id":"3e2d9a34-0e4e-49fb-9dde-984ae5ff392d","name":"Create Multiple Shipping Address Checkout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-usa-checkouts.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": null\n}"},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 21:34:18 GMT"},{"key":"Ngrok-Trace-Id","value":"7cb29c4c6a4b348214fa0c8f1c929842"},{"key":"X-Debug-Token","value":"afc276"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/afc276"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"deprecated\",\n    \"checkout_url\": \"https://giftship-usa-checkouts.myshopify.com/70532563259/invoices/42554ef612907bb9c2c5267311e0033f\",\n    \"total_price\": null,\n    \"draft_order\": null\n}"},{"id":"64cfbd70-7743-4353-b8b6-7fb4eadb5fbf","name":"Create with complex discounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null,\n    \"discount_applications\": {\n        \"amount\": \"10.00\",\n        \"discount_applications\": [\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377376673856,\n            \"key\": \"15377376673856:uniqueID1\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            },\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377370316864,\n            \"key\": \"15377370316864:uniqueID2\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            }\n        ]\n    }\n}"},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 21:34:18 GMT"},{"key":"Ngrok-Trace-Id","value":"7cb29c4c6a4b348214fa0c8f1c929842"},{"key":"X-Debug-Token","value":"afc276"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/afc276"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"deprecated\",\n    \"checkout_url\": \"https://giftship-usa-checkouts.myshopify.com/70532563259/invoices/42554ef612907bb9c2c5267311e0033f\",\n    \"total_price\": null,\n    \"draft_order\": null\n}"}],"_postman_id":"cc764112-f2f0-43bd-9125-d2e5b22f962f"},{"name":"Create Large Multi Address Order","id":"a4164ecf-c95e-4d31-bdd7-dead7a59936e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"token","value":"<token>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null\n}"},"url":"https://giftship.ngrok.io/api/checkout/","urlObject":{"protocol":"https","path":["api","checkout",""],"host":["giftship","ngrok","io"],"query":[],"variable":[]}},"response":[{"id":"1caf6125-e095-4bb8-9126-13cef32495ee","name":"Create Multiple Shipping Address Checkout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship4.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 15377376673856,\n            \"product_id\": 1559202398272,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\" \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 15377370316864,\n            \"product_id\": 1559201742912,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": 899845193792\n}","options":{"raw":{"language":"json"}}},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Feb 2019 06:50:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": 150234988608,\n    \"checkout_url\": \"https://giftship4.myshopify.com/6542327872/invoices/2d6f6e240db97f5488b6e9cb0ba5a1af\",\n    \"total_price\": \"158.58\"\n}"},{"id":"a84f66a4-8fbf-45ca-bcd0-8d1a2a799446","name":"Create Multiple Shipping Address Checkout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-usa-checkouts.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": null\n}"},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 21:34:18 GMT"},{"key":"Ngrok-Trace-Id","value":"7cb29c4c6a4b348214fa0c8f1c929842"},{"key":"X-Debug-Token","value":"afc276"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/afc276"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"deprecated\",\n    \"checkout_url\": \"https://giftship-usa-checkouts.myshopify.com/70532563259/invoices/42554ef612907bb9c2c5267311e0033f\",\n    \"total_price\": null,\n    \"draft_order\": null\n}"},{"id":"b4fe4236-2165-4acf-a17c-e6e7c5aa469e","name":"Create with complex discounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null,\n    \"discount_applications\": {\n        \"amount\": \"10.00\",\n        \"discount_applications\": [\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377376673856,\n            \"key\": \"15377376673856:uniqueID1\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            },\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377370316864,\n            \"key\": \"15377370316864:uniqueID2\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            }\n        ]\n    }\n}"},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 21:34:18 GMT"},{"key":"Ngrok-Trace-Id","value":"7cb29c4c6a4b348214fa0c8f1c929842"},{"key":"X-Debug-Token","value":"afc276"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/afc276"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"deprecated\",\n    \"checkout_url\": \"https://giftship-usa-checkouts.myshopify.com/70532563259/invoices/42554ef612907bb9c2c5267311e0033f\",\n    \"total_price\": null,\n    \"draft_order\": null\n}"}],"_postman_id":"a4164ecf-c95e-4d31-bdd7-dead7a59936e"},{"name":"Poll Multi Address Order","id":"3b92e340-b013-48fa-9fb2-637e7741ef22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"token","value":"<token>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null\n}"},"url":"https://giftship.ngrok.io/api/checkout/","urlObject":{"protocol":"https","path":["api","checkout",""],"host":["giftship","ngrok","io"],"query":[],"variable":[]}},"response":[{"id":"c0e24afc-76a7-4e6b-a435-fc6c57de43af","name":"Create Multiple Shipping Address Checkout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship4.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 15377376673856,\n            \"product_id\": 1559202398272,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\" \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 15377370316864,\n            \"product_id\": 1559201742912,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": 899845193792\n}","options":{"raw":{"language":"json"}}},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Feb 2019 06:50:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": 150234988608,\n    \"checkout_url\": \"https://giftship4.myshopify.com/6542327872/invoices/2d6f6e240db97f5488b6e9cb0ba5a1af\",\n    \"total_price\": \"158.58\"\n}"},{"id":"1363d54a-b45e-4df4-b897-91de40fb8394","name":"Create Multiple Shipping Address Checkout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-usa-checkouts.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": null\n}"},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 21:34:18 GMT"},{"key":"Ngrok-Trace-Id","value":"7cb29c4c6a4b348214fa0c8f1c929842"},{"key":"X-Debug-Token","value":"afc276"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/afc276"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"deprecated\",\n    \"checkout_url\": \"https://giftship-usa-checkouts.myshopify.com/70532563259/invoices/42554ef612907bb9c2c5267311e0033f\",\n    \"total_price\": null,\n    \"draft_order\": null\n}"},{"id":"3a965788-10a8-4a0a-b41b-8945c50b444b","name":"Create with complex discounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null,\n    \"discount_applications\": {\n        \"amount\": \"10.00\",\n        \"discount_applications\": [\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377376673856,\n            \"key\": \"15377376673856:uniqueID1\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            },\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377370316864,\n            \"key\": \"15377370316864:uniqueID2\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            }\n        ]\n    }\n}"},"url":"https://giftship.app/api/checkout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 21:34:18 GMT"},{"key":"Ngrok-Trace-Id","value":"7cb29c4c6a4b348214fa0c8f1c929842"},{"key":"X-Debug-Token","value":"afc276"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/afc276"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"deprecated\",\n    \"checkout_url\": \"https://giftship-usa-checkouts.myshopify.com/70532563259/invoices/42554ef612907bb9c2c5267311e0033f\",\n    \"total_price\": null,\n    \"draft_order\": null\n}"},{"id":"b6a37fe2-a07b-48b6-836d-53c9c539c6a5","name":"Poll Multi Address Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null\n}"},"url":"https://giftship.ngrok.io/api/checkout/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"4921b2a5-6687-492f-8fb3-08e87eaad7a8","name":"Create Multiple Shipping Address Checkout Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 51174013174062,\n            \"product_id\": 10083514745134,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null\n}"},"url":"https://giftship.ngrok.io/api/checkout/poll/138/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"68"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 05 Jan 2026 20:44:56 GMT"},{"key":"X-Debug-Token","value":"2d7e4c"},{"key":"X-Debug-Token-Link","value":"https://giftship.ngrok.io/_profiler/2d7e4c"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"processing_taxes\",\n    \"batchId\": 138,\n    \"total\": 12,\n    \"complete\": 11\n}"}],"_postman_id":"3b92e340-b013-48fa-9fb2-637e7741ef22"},{"name":"Shipping Address Conflict","id":"9d21bd7c-4fdd-48cc-b58b-bae473609ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"token","value":"<token>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"concierge-cloud.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 13824222920768,\n            \"product_id\": 1446754058304,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 13824222920768,\n            \"product_id\": 1446754058304,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": 899845193792\n}"},"url":"https://giftship.app/api/checkout/","description":"<p>Create a multiple shipping address checkout</p>\n","urlObject":{"protocol":"https","path":["api","checkout",""],"host":["giftship","app"],"query":[],"variable":[]}},"response":[{"id":"db0380f0-95af-4044-b142-456c8b187682","name":"Shipping Address Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship4.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 15377376673856,\n            \"product_id\": 1559202398272,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 15377370316864,\n            \"product_id\": 1559201742912,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"name\": \"John Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": 899845193792\n}"},"url":"https://giftship.app/api/checkout/"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Feb 2019 06:45:33 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"X-Giftship-Access-Token, Content-Type, Transfer-Encoding, Accept-Encoding, Access-Control-Allow-Headers, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"[\n    \"Shipping line count does not equal the amount of addresses in the order. Please ensure you set a shipping line for each address in the order.\"\n]"}],"_postman_id":"9d21bd7c-4fdd-48cc-b58b-bae473609ed0"},{"name":"Multi Address with Discounts","id":"af989ca8-916c-4b79-a991-4d9121e28d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"token","value":"<token>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"id\": 44533487993134,\n            \"total_discount\": \"100.00\",\n            \"variant_id\": 44533487993134,\n            \"product_id\": 8130749989166,\n            \"key\": \"44533487993134:uniqueID1\",\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"id\": 44533487993134,\n            \"total_discount\": \"100.00\",\n            \"variant_id\": 44533487993134,\n            \"product_id\": 8130749989166,\n            \"key\": \"44533487993134:uniqueID2\",\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"customer_id\": null,\n    \"discount_applications\": {\n        \"amount\": \"10.00\",\n        \"discount_applications\": [\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 44533487993134,\n            \"line_item_key\": \"44533487993134:uniqueID1\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"total_allocated_amount\": \"100.00\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            },\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 44533487993134,\n            \"line_item_key\": \"44533487993134:uniqueID2\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"total_allocated_amount\": \"100.00\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            }\n        ]\n    }\n}"},"url":"https://giftship.ngrok.io/api/checkout/","urlObject":{"protocol":"https","path":["api","checkout",""],"host":["giftship","ngrok","io"],"query":[],"variable":[]}},"response":[{"id":"cd83f7d9-a317-4410-afdb-d5221138da6e","name":"Multi Address with Discounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"X-Giftship-Access-Token","value":"{{gs_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"myshopify_url\": \"giftship-dev-zac.myshopify.com\",\n    \"line_items\": [\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            },\n            \"properties\": {\n                \"Message\": \"Put your custom gift message here!\",\n                \"Delivery Date\": \"02-31-2019\"\n            }\n        },\n        {\n            \"variant_id\": 44285608952123,\n            \"product_id\": 8094721737019,\n            \"quantity\": 1,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            },\n            \"properties\": {\n                \"Message\": \"Happy birthday Jane Doe!\",\n                \"Delivery Date\": \"03-21-2019\"\n            }\n        }\n    ],\n    \"shipping_lines\": [\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"UPS 3 Day Ground\",\n            \"price\": 3000,\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note_attributes\": [\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include the thank you note, and drop on their doorstep\",\n            \"address\": {\n                \"first_name\": \"John\",\n                \"last_name\": \"Smith\",\n                \"address1\": \"111 Fake Avenue\",\n                \"address2\": \"#100\",\n                \"city\": \"Hollywood\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"zip\": \"90210\",\n                \"phone\": \"123-456-7891\",\n                \"company\": \"Fake Company\",\n                \"province_code\":\"BC\",\n                \"country_code\":\"CA\",\n                \"country_name\":\"Canada\"\n            }\n        },\n        {\n            \"name\": \"Delivery Instructions\",\n            \"value\": \"Please include a happy birthday card\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        },\n        {\n            \"name\": \"note\",\n            \"value\": \"Enter a note here to display on the recreated order\",\n            \"address\": {\n                \"name\": \"Jane Doe\",\n                \"address1\": \"123 Test Street\",\n                \"city\": \"Calgary\",\n                \"state\": \"Alberta\",\n                \"country\": \"Canada\",\n                \"zip\": \"T2X1T9\"\n            }\n        }\n    ],\n    \"note\": \"ENTER A NOTE FOR THE INITIAL ORDER HERE.\",\n    \"discount\": {\n        \"title\": \"$10_OFF_CODE\",\n        \"amount\": 1000\n    },\n    \"customer_id\": null,\n    \"discount_applications\": {\n        \"amount\": \"10.00\",\n        \"discount_applications\": [\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377376673856,\n            \"key\": \"15377376673856:uniqueID1\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            },\n            {\n            \"eligible_bxyg_quantity\": \"\",\n            \"line_item_id\": 15377370316864,\n            \"key\": \"15377370316864:uniqueID2\",\n            \"target_selection\": \"entitled\",\n            \"target_type\": \"line_item\",\n            \"title\": \"YOUR_DISCOUNT_CODE\",\n            \"value\": \"-50.0\",\n            \"value_type\": \"percentage\"\n            }\n        ]\n    }\n}"},"url":"https://giftship.app/api/checkout/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"af989ca8-916c-4b79-a991-4d9121e28d39"}],"event":[{"listen":"prerequest","script":{"id":"b1ed757a-910b-46de-89ef-826fab8ed43d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4496788b-76a3-4d5c-9af0-095d630ddbee","type":"text/javascript","exec":[""]}}]}