{"info":{"_postman_id":"c1ebf1c6-9944-4f96-bd0c-25a077c87854","name":"Shopify","description":"<html><head></head><body><p>The <strong>REST Admin API</strong> lets you build apps and other integrations for the Shopify admin.\nIf you want to create Shopify-powered storefronts for platforms outside of the Shopify admin, including websites,\nmobile apps, and game development engines, then see the\n<a href=\"https://help.shopify.com/api/storefront-api\">Storefront API</a> instead.</p>\n<br>\n<hr>\n<p>The documentation provided as part of this Postman collection is for convenience and does not include\ncomplete, up-to-date information about the REST Admin API. For the complete documentation,\nsee <a href=\"https://help.shopify.com/api/reference\">https://help.shopify.com/api/reference</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3800273","collectionId":"c1ebf1c6-9944-4f96-bd0c-25a077c87854","publishedId":"SWLk55pF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-15T21:06:25.000Z"},"item":[{"name":"Access","item":[{"name":"AccessScope","item":[{"name":"Retrieves a list of access scopes associated to the access token.","id":"0b440d7c-cf2c-45c1-8520-9ff405190a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/oauth/access_scopes.json","description":"<p>Retrieves a list of access scopes associated to the access token.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","oauth","access_scopes.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"f45d094b-644d-4b6d-b832-cb64780d66b0","name":"List all scopes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/oauth/access_scopes.json","description":"Retrieves a list of access scopes associated to the access token."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"access_scopes\":[{\"handle\":\"read_products\"},{\"handle\":\"write_orders\"},{\"handle\":\"read_orders\"}]}"}],"_postman_id":"0b440d7c-cf2c-45c1-8520-9ff405190a2a"}],"id":"84389887-4be7-406b-9c0e-367f958e3806","description":"<p>The AccessScope resource allows you to retrieve the permissions that a merchant has granted to an app, such as <code>read_orders</code> and <code>write_products</code>. These permissions allow apps to access data from a shop, and are granted when a merchant installs the app.</p> <p>The list of access scopes retrieved is based on the access token for the request. It returns only those access scopes that are associated with the token.</p> <div class=\"note\"> <h4>Note</h4> <p>If your app is already installed on a shop and you'd like your app to be granted additional access scopes, then you'll need to redirect the merchant to the app install page with the additional requested scopes. After a merchant installs the updated app, any subsequent calls made to the AccessScope resource will return the updated list of granted access scopes.</p> </div>","_postman_id":"84389887-4be7-406b-9c0e-367f958e3806"},{"name":"StorefrontAccessToken","item":[{"name":"Creates a new StorefrontAccessToken","id":"93498099-4ff8-44ac-bbbd-b784a1a399f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens.json","description":"<p>Creates a new storefront access token</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","storefront_access_tokens.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2d9303f1-a849-4b51-9dc2-6f38e2dcfe8c","name":"Create a new storefront access token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"storefront_access_token\": {\n    \"title\": \"Test\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens.json","description":"Creates a new storefront access token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"storefront_access_token\":{\"access_token\":\"fdc6524cece955bc9e293f517405382b\",\"access_scope\":\"unauthenticated_read_product_listings\",\"created_at\":\"2020-01-14T10:46:38-05:00\",\"id\":804560902,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/StorefrontAccessToken\\/804560902\",\"title\":\"Test\"}}"},{"id":"4111c43d-1f09-45b0-8ac5-16031fe90a0d","name":"Creating a token after exceeding the limit fails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"storefront_access_token\": {\n    \"title\": \"Token\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens.json","description":"Creates a new storefront access token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[\"Api permission exceeds public access token limit of: 100\"]}"},{"id":"c84b5d9b-31e4-4bea-a195-99208010e957","name":"Generating a token for an app that lacks required unauthenticated scopes fails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"storefront_access_token\": {\n    \"title\": \"Test\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens.json","description":"Creates a new storefront access token"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":\"App must be extendable to create a storefront access token.\"}"}],"_postman_id":"93498099-4ff8-44ac-bbbd-b784a1a399f1"},{"name":"Deletes an existing storefront access token","id":"3a1c2533-7ed4-4a05-a4fd-6afbc3136bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens/{{storefront_access_token_id}}.json","description":"<p>Deletes an existing storefront access token</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","storefront_access_tokens","{{storefront_access_token_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7bab0234-e44f-400a-bf23-733fb522af6e","name":"Delete an existing storefront access token","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens/{{storefront_access_token_id}}.json","description":"Deletes an existing storefront access token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3a1c2533-7ed4-4a05-a4fd-6afbc3136bf5"},{"name":"Retrieves a list of storefront access tokens that have been issued","id":"ffea5aed-6e08-46a6-883e-faab8e32b4fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens.json","description":"<p>Retrieves a list of storefront access tokens that have been issued</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","storefront_access_tokens.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"43280136-29eb-48af-a400-6c51c44efcca","name":"Retrieve a list of storefront access tokens that have been issued","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/storefront_access_tokens.json","description":"Retrieves a list of storefront access tokens that have been issued"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"storefront_access_tokens\":[{\"access_token\":\"378d95641257a4ab3feff967ee234f4d\",\"access_scope\":\"unauthenticated_read_product_listings\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"id\":755357713,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/StorefrontAccessToken\\/755357713\",\"title\":\"API Client Extension\"}]}"}],"_postman_id":"ffea5aed-6e08-46a6-883e-faab8e32b4fd"}],"id":"0d6d6c83-e2c7-4494-b701-ffdef96ad4de","description":"<p>You can use the StorefrontAccessToken resource to generate storefront access tokens. Storefront access tokens are used to delegate unauthenticated access scopes to clients that need to access the unautheticated Storefront API. A sales channel can generate a storefront access token and then pass it to a consuming client, such as JavaScript or a mobile application.</p> <p></p> <div class=\"note\"> <h4>Note</h4> <p>Storefront access tokens are allocated on a per shop basis, and an application can have a maximum of 100 active Storefront access tokens per shop.</p> </div> <p>A storefront access token inherits all of the <a href=\"https://help.shopify.com/api/getting-started/authentication/oauth/scopes#unauthenticated-access-scopes\">unauthenticated access scopes</a> from the app that creates it. If the app has not been granted any unauthenticated access scopes, then creating the storefront access token will fail.</p>","_postman_id":"0d6d6c83-e2c7-4494-b701-ffdef96ad4de"}],"id":"c5c56730-4936-4116-85d0-66c2b6fb7672","_postman_id":"c5c56730-4936-4116-85d0-66c2b6fb7672","description":""},{"name":"Analytics","item":[{"name":"Report","item":[{"name":"Retrieves a list of reports","id":"b5ccc9bd-2b1e-477b-b530-cd26ca077a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","description":"<p>Retrieves a list of reports. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","reports.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of report IDs. </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>The amount of results to return.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show reports last updated after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show reports last updated before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"3e1c6063-0dab-4d2b-b679-c02390181e6c","name":"Retrieve a list reports last updated after 2005-07-31 15:57:11 in the EDT timezone","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports.json"],"query":[{"key":"ids","value":"","description":"A comma-separated list of report IDs. ","disabled":true},{"key":"limit","value":"","description":"The amount of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show reports last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show reports last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of reports. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"reports\":[{\"id\":752357116,\"name\":\"Custom App Report 2\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales ORDER BY total_sales\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"category\":\"custom_app_reports\"},{\"id\":517154478,\"name\":\"Wholesale Sales Report\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\",\"updated_at\":\"2017-04-10T16:33:22-04:00\",\"category\":\"custom_app_reports\"}]}"},{"id":"6796b7c9-b548-4ebd-9d0b-7939e821c912","name":"Retrieve a list of all reports","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports.json"],"query":[{"key":"ids","value":"","description":"A comma-separated list of report IDs. ","disabled":true},{"key":"limit","value":"","description":"The amount of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show reports last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show reports last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of reports. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"reports\":[{\"id\":752357116,\"name\":\"Custom App Report 2\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales ORDER BY total_sales\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"category\":\"custom_app_reports\"},{\"id\":517154478,\"name\":\"Wholesale Sales Report\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\",\"updated_at\":\"2017-04-10T16:33:22-04:00\",\"category\":\"custom_app_reports\"}]}"},{"id":"722dabfb-ae3a-4242-9bab-f831778f2220","name":"Retrieve a list all reports after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports.json"],"query":[{"key":"ids","value":"","description":"A comma-separated list of report IDs. ","disabled":true},{"key":"limit","value":"","description":"The amount of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show reports last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show reports last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of reports. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"reports\":[{\"id\":517154478,\"name\":\"Wholesale Sales Report\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\",\"updated_at\":\"2017-04-10T16:33:22-04:00\",\"category\":\"custom_app_reports\"},{\"id\":752357116,\"name\":\"Custom App Report 2\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales ORDER BY total_sales\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"category\":\"custom_app_reports\"}]}"},{"id":"a41219e8-a8f2-4c6d-9884-7aab341c7ed5","name":"Retrieve a list of all reports, showing only some attributes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports.json"],"query":[{"key":"ids","value":"","description":"A comma-separated list of report IDs. ","disabled":true},{"key":"limit","value":"","description":"The amount of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show reports last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show reports last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of reports. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"reports\":[{\"id\":752357116,\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales ORDER BY total_sales\"},{\"id\":517154478,\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\"}]}"},{"id":"ba796223-a021-443e-b4fe-0e69d401f42c","name":"Retrieve a list of specific reports","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports.json"],"query":[{"key":"ids","value":"","description":"A comma-separated list of report IDs. ","disabled":true},{"key":"limit","value":"","description":"The amount of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show reports last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show reports last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of reports. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"reports\":[{\"id\":517154478,\"name\":\"Wholesale Sales Report\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\",\"updated_at\":\"2017-04-10T16:33:22-04:00\",\"category\":\"custom_app_reports\"}]}"}],"_postman_id":"b5ccc9bd-2b1e-477b-b530-cd26ca077a82"},{"name":"Retrieves a single report","id":"e62546c3-47f3-4856-bea6-21486a0ae6f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","description":"<p>Retrieves a single report created by your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","reports","{{report_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"3996b917-9109-45b1-9e99-681917b808a8","name":"Retrieve a single report","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports","{{report_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single report created by your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"report\":{\"id\":517154478,\"name\":\"Wholesale Sales Report\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\",\"updated_at\":\"2017-04-10T16:33:22-04:00\",\"category\":\"custom_app_reports\"}}"},{"id":"76b4ae31-a1da-4232-a10f-7789382b9059","name":"Retrieve a single report, showing only particular fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","reports","{{report_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single report created by your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"report\":{\"id\":517154478,\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today\"}}"}],"_postman_id":"e62546c3-47f3-4856-bea6-21486a0ae6f4"},{"name":"Creates a new report","id":"076c631a-b28b-4f5f-ac7e-3f46fa8ac962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","description":"<p>Creates a new report</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","reports.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fdf3accc-d481-4e4a-830a-52621c6cae75","name":"Create a new report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report\": {\n    \"name\": \"A new app report\",\n    \"shopify_ql\": \"SHOW total_sales BY order_id FROM sales SINCE -1m UNTIL today ORDER BY total_sales\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports.json","description":"Creates a new report"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"report\":{\"id\":1016888664,\"name\":\"A new app report\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales SINCE -1m UNTIL today ORDER BY total_sales\",\"updated_at\":\"2020-01-14T10:32:17-05:00\",\"category\":\"custom_app_reports\"}}"}],"_postman_id":"076c631a-b28b-4f5f-ac7e-3f46fa8ac962"},{"name":"Updates a report","id":"e4a5359c-2085-4873-831d-ab43ae96ff86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","description":"<p>Updates a report</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","reports","{{report_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"f68c5023-8859-40e3-8b06-5125d6dcf936","name":"Update an existing report","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report\": {\n    \"id\": 517154478,\n    \"name\": \"Changed Report Name\",\n    \"shopify_ql\": \"SHOW total_sales BY order_id FROM sales SINCE -12m UNTIL today ORDER BY total_sales\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","description":"Updates a report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"report\":{\"id\":517154478,\"name\":\"Changed Report Name\",\"shopify_ql\":\"SHOW total_sales BY order_id FROM sales SINCE -12m UNTIL today ORDER BY total_sales\",\"updated_at\":\"2020-01-14T10:32:18-05:00\",\"category\":\"custom_app_reports\"}}"}],"_postman_id":"e4a5359c-2085-4873-831d-ab43ae96ff86"},{"name":"Deletes a report","id":"e0987d75-ac70-4dd8-a5e2-6477041a1113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","description":"<p>Deletes a report</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","reports","{{report_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"5a0cb362-b5c2-4f65-8594-66e16bd62eed","name":"Delete an existing report","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/reports/{{report_id}}.json","description":"Deletes a report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e0987d75-ac70-4dd8-a5e2-6477041a1113"}],"id":"76656b41-3d23-44ce-90ce-79648f234a74","description":"<div class=\"note\"> <h4>Note</h4> <p>The Reports Publishing API and the Reports resource are available to Shopify Advanced and <strong> <a href=\"https://www.shopify.com/plus?utm_source=shopify&amp;utm_medium=docs&amp;utm_campaign=api_reference_reports\"> Shopify Plus</a></strong> merchants only.</p> </div> <p>You can use the Report resource to publish reports to the <strong>Reports</strong> page in the Shopify admin. For example, a shirt fulfillment app could publish a report that compares the sales of shirts by marketing campaign. The reports are based on queries written in <a href=\"https://help.shopify.com/api/reference/shopify-ql\">ShopifyQL</a>.</p> <p>Reports are scoped to the app that created them. When an app creates a report, other apps can't view, modify, or delete that report. Also, apps can't access reports that were created from the Shopify admin.</p> <h2>Setting reports publishing permissions</h2> <p>To give reports publishing permissions to your app, add the <code>write_reports</code> permission to your <a href=\"https://help.shopify.com/api/getting-started/authentication/oauth\">OAuth</a> requested scopes.</p>","_postman_id":"76656b41-3d23-44ce-90ce-79648f234a74"}],"id":"0e49d95b-e408-432c-b988-08480da8e898","_postman_id":"0e49d95b-e408-432c-b988-08480da8e898","description":""},{"name":"Billing","item":[{"name":"ApplicationCharge","item":[{"name":"Creates an application charge","id":"6740efd1-7c27-4ea8-8829-2a1e60979410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","description":"<p>Creates an application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_charges.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4e537a87-a099-494f-b4bc-c8cb990387b2","name":"Create an application charge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_charge\": {\n    \"name\": \"Super Duper Expensive action\",\n    \"price\": 100.0,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","description":"Creates an application charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_charge\":{\"id\":1017262355,\"name\":\"Super Duper Expensive action\",\"api_client_id\":755357713,\"price\":\"100.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"test\":null,\"created_at\":\"2020-01-14T10:46:14-05:00\",\"updated_at\":\"2020-01-14T10:46:14-05:00\",\"charge_type\":null,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1017262355\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1017262355\\/confirm_application_charge?signature=BAh7BzoHaWRpBBMxojw6EmF1dG9fYWN0aXZhdGVG--5565cfdd49c43537113edcbfde3e4039b177aaae\"}}"},{"id":"870357be-1db9-4c7b-b595-987aaef4262d","name":"Trying to create a charge with a price less than 0.50 will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_charge\": {\n    \"name\": \"Super Duper Expensive action\",\n    \"price\": 0.4,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","description":"Creates an application charge"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"price\":[\"must be greater than or equal to 0.5\"]}}"},{"id":"9ea6c8e4-de34-4b30-98cf-054d47b6d089","name":"Trying to create a charge without a price or name will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_charge\": {\n    \"name\": \"\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","description":"Creates an application charge"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"name\":[\"can't be blank\"],\"price\":[\"must be greater than or equal to 0.5\"]}}"},{"id":"c45334d1-3e02-4847-90a8-0c5206211bc9","name":"Create a test charge that will not cause a credit card to be charged","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_charge\": {\n    \"name\": \"Super Duper Expensive action\",\n    \"price\": 100.0,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\",\n    \"test\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","description":"Creates an application charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_charge\":{\"id\":1017262356,\"name\":\"Super Duper Expensive action\",\"api_client_id\":755357713,\"price\":\"100.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"test\":true,\"created_at\":\"2020-01-14T10:46:15-05:00\",\"updated_at\":\"2020-01-14T10:46:15-05:00\",\"charge_type\":null,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1017262356\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1017262356\\/confirm_application_charge?signature=BAh7BzoHaWRpBBQxojw6EmF1dG9fYWN0aXZhdGVG--da5607e57933c73baa3593a7dfb4dafd25ab2880\"}}"}],"_postman_id":"6740efd1-7c27-4ea8-8829-2a1e60979410"},{"name":"Retrieves an application charge","id":"8f23c3c7-dfc7-4f85-8227-775687452949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges/{{application_charge_id}}.json","description":"<p>Retrieves an application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_charges","{{application_charge_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"f84dd10b-0141-4861-9d2b-91dd88ec7996","name":"Retrieve an application charge","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges/{{application_charge_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","application_charges","{{application_charge_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves an application charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_charge\":{\"id\":675931192,\"name\":\"iPod Cleaning\",\"api_client_id\":755357713,\"price\":\"5.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/google.com\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"charge_type\":null,\"decorated_return_url\":\"http:\\/\\/google.com?charge_id=675931192\"}}"}],"_postman_id":"8f23c3c7-dfc7-4f85-8227-775687452949"},{"name":"Retrieves a list of application charges","id":"64e98298-c494-4c32-a15f-596bb3213adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","description":"<p>Retrieves a list of application charges</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_charges.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"090269f6-c626-459b-88e0-be29a757546e","name":"Retrieve all application charges","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","application_charges.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of application charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_charges\":[{\"id\":1017262346,\"name\":\"Create me a logo\",\"api_client_id\":755357713,\"price\":\"123.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/google.com\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"charge_type\":\"brokered_service\",\"decorated_return_url\":\"http:\\/\\/google.com?charge_id=1017262346\"},{\"id\":556467234,\"name\":\"Green theme\",\"api_client_id\":755357713,\"price\":\"120.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/google.com\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"charge_type\":\"theme\",\"decorated_return_url\":\"http:\\/\\/google.com?charge_id=556467234\"},{\"id\":675931192,\"name\":\"iPod Cleaning\",\"api_client_id\":755357713,\"price\":\"5.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/google.com\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"charge_type\":null,\"decorated_return_url\":\"http:\\/\\/google.com?charge_id=675931192\"}]}"},{"id":"cc320b33-a39f-4d48-b00f-1803844894eb","name":"Retrieve all application charges since a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","application_charges.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of application charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_charges\":[{\"id\":675931192,\"name\":\"iPod Cleaning\",\"api_client_id\":755357713,\"price\":\"5.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/google.com\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"charge_type\":null,\"decorated_return_url\":\"http:\\/\\/google.com?charge_id=675931192\"},{\"id\":1017262346,\"name\":\"Create me a logo\",\"api_client_id\":755357713,\"price\":\"123.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/google.com\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"charge_type\":\"brokered_service\",\"decorated_return_url\":\"http:\\/\\/google.com?charge_id=1017262346\"}]}"}],"_postman_id":"64e98298-c494-4c32-a15f-596bb3213adf"},{"name":"Activates an application charge","id":"98b01dca-e565-4ec3-8c7f-92c7037fff12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges/{{application_charge_id}}/activate.json","description":"<p>Activates an accepted application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_charges","{{application_charge_id}}","activate.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"90a8bc3c-3e88-4bc0-815b-6976574dfbcc","name":"Activate an application charge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_charge\": {\n    \"id\": 675931192,\n    \"name\": \"iPod Cleaning\",\n    \"api_client_id\": 755357713,\n    \"price\": \"5.00\",\n    \"status\": \"accepted\",\n    \"return_url\": \"http:\\/\\/google.com\",\n    \"test\": null,\n    \"created_at\": \"2020-01-14T10:41:30-05:00\",\n    \"updated_at\": \"2020-01-14T10:41:30-05:00\",\n    \"charge_type\": null,\n    \"decorated_return_url\": \"http:\\/\\/google.com?charge_id=675931192\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_charges/{{application_charge_id}}/activate.json","description":"Activates an accepted application charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_charge\":{\"id\":675931192,\"name\":\"iPod Cleaning\",\"api_client_id\":755357713,\"price\":\"5.00\",\"status\":\"active\",\"return_url\":\"http:\\/\\/google.com\\/\",\"test\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:46:19-05:00\",\"charge_type\":null,\"decorated_return_url\":\"http:\\/\\/google.com\\/?charge_id=675931192\"}}"}],"_postman_id":"98b01dca-e565-4ec3-8c7f-92c7037fff12"}],"id":"8f7b241a-1c0b-4e9d-854b-08d5fd6142c7","description":"<p>The ApplicationCharge resource facilitates one-time charges. This type of charge is recommended for apps that aren’t billed on a recurring basis. You can create an application charge by sending a request with the name the charge should appear under, the price your app is charging, and a return URL where Shopify redirects the merchant after the charge is accepted. After you've created the charge, redirect the merchant to the confirmation URL returned by Shopify. If the charge is declined, then Shopify redirects the merchant and provides a notification message that the app charge was declined. You'll also need to activate the charge to get paid. For step-by-step guidance that walks through this flow using examples, see our <a href=\"https://help.shopify.com/api/charging-for-your-app/guides/implement-billing-model\">implementation guide</a>.</p> <div class=\"note\"> <h4>Note</h4> <p>For testing purposes you can include <code>\"test\": true</code> when creating the charge. This prevents the credit card from being charged. Test shops and demo shops can't be charged.</p> </div>","_postman_id":"8f7b241a-1c0b-4e9d-854b-08d5fd6142c7"},{"name":"ApplicationCredit","item":[{"name":"Creates an application credit","id":"557324ae-07ef-4d39-997a-52fa314d7851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"<p>Creates an application credit</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_credits.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"ba67ca28-2d6f-4788-b390-a6a176d724ba","name":"Create a new credit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_credit\": {\n    \"description\": \"application credit for refund\",\n    \"amount\": 5.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"Creates an application credit"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_credit\":{\"id\":1031636125,\"amount\":\"5.00\",\"description\":\"application credit for refund\",\"test\":null}}"},{"id":"d856c420-d040-49e1-b66b-43ef9878c1c8","name":"Creating a credit amount that exceeds shop owner purchases over last 30 days will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_credit\": {\n    \"description\": \"application credit for refund\",\n    \"amount\": 5.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"Creates an application credit"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"base\":[\"exceeded 30 day shop credit issue limit (0.00)\"]}}"},{"id":"f01b2751-b809-4e32-8cb6-1344083ca31c","name":"Applying a credit to a shop without a previous app purchase will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_credit\": {\n    \"description\": \"application credit for refund\",\n    \"amount\": 5.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"Creates an application credit"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"base\":[\"exceeded pending receivable credit issue limit (0.00)\"]}}"},{"id":"fe06bd1c-eefa-4015-9b46-d96db87d4bb9","name":"Create a test application credit that will not issue a credit to the merchant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_credit\": {\n    \"description\": \"application credit for refund\",\n    \"amount\": 5.0,\n    \"test\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"Creates an application credit"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_credit\":{\"id\":1031636126,\"amount\":\"5.00\",\"description\":\"application credit for refund\",\"test\":true}}"},{"id":"fe09c8fc-106d-4cf5-aeae-9fdf0a254ab6","name":"Creating a credit amount that exceeds the total pending payouts for the app will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"application_credit\": {\n    \"description\": \"application credit for refund\",\n    \"amount\": 5.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"Creates an application credit"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"base\":[\"exceeded pending receivable credit issue limit (0.00)\"]}}"}],"_postman_id":"557324ae-07ef-4d39-997a-52fa314d7851"},{"name":"Retrieves a single application credit","id":"0866f341-a5f4-4d4d-99af-2beeddc5fbde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits/{{application_credit_id}}.json","description":"<p>Retrieves a single application credit</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_credits","{{application_credit_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"c345df70-8b9b-44e9-88b8-5981987ca3f7","name":"Retrieve a single application credit","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits/{{application_credit_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","application_credits","{{application_credit_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single application credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_credit\":{\"id\":445365009,\"amount\":\"5.00\",\"description\":\"credit for application refund\",\"test\":null}}"}],"_postman_id":"0866f341-a5f4-4d4d-99af-2beeddc5fbde"},{"name":"Retrieves all application credits","id":"b203a34e-e159-49a5-8e00-44a3b004e81f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","description":"<p>Retrieves all application credits</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","application_credits.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"5e7de0ed-068a-4940-89d0-856f13b73265","name":"Retrieve all application credits","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/application_credits.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","application_credits.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves all application credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"application_credits\":[{\"id\":445365009,\"amount\":\"5.00\",\"description\":\"credit for application refund\",\"test\":null}]}"}],"_postman_id":"b203a34e-e159-49a5-8e00-44a3b004e81f"}],"id":"18b01314-5a96-493f-9e67-0ac9eae692a5","description":"<p> The ApplicationCredit resource is used to issue credits to merchants that can be used towards future app purchases in Shopify. You can create an application credit by sending a request that includes the credit amount and a description explaining the reason for the credit. A corresponding deduction based on your revenue share is entered in your Partner account by Shopify. For example, if you create a credit for $10.00, then a deduction of $8.00 is applied. </p> <p>The total amount of all application credits requested by an app must not exceed the total amount the shop owner was charged in the last 30 days, or the total amount of pending payouts in the app's Partner account.</p> <div class=\"note\"> <h4>Note</h4> <p>The ApplicationCredit resource can be used only by apps that use Shopify's Billing API (<a href=\"https://help.shopify.com/api/reference/applicationcharge\">ApplicationCharge</a>, <a href=\"https://help.shopify.com/api/reference/recurringapplicationcharge\">RecurringApplicationCharge</a>, or <a href=\"https://help.shopify.com/api/reference/usagecharge\">UsageCharge</a>).</p> </div>","_postman_id":"18b01314-5a96-493f-9e67-0ac9eae692a5"},{"name":"RecurringApplicationCharge","item":[{"name":"Creates a recurring application charge","id":"79e80ecc-9b59-402a-a706-e9a777b82202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"<p>Creates a recurring application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"00180a2e-8c69-41f0-92b5-db54fef951d2","name":"Create a recurring application charge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_application_charge\": {\n    \"name\": \"Super Duper Plan\",\n    \"price\": 10.0,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"Creates a recurring application charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":1029266947,\"name\":\"Super Duper Plan\",\"api_client_id\":755357713,\"price\":\"10.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"billing_on\":null,\"created_at\":\"2020-01-14T10:31:40-05:00\",\"updated_at\":\"2020-01-14T10:31:40-05:00\",\"test\":null,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":0,\"trial_ends_on\":null,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1029266947\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1029266947\\/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBANeWT06EmF1dG9fYWN0aXZhdGVG--04f03cda5902ed6a0071e76df5dcfc95d4ee1a25\"}}"},{"id":"4772acc0-6426-424e-9aa8-2eacb8ebe637","name":"Create a recurring test charge that will not cause a credit card to be charged","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_application_charge\": {\n    \"name\": \"Super Duper Plan\",\n    \"price\": 10.0,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\",\n    \"test\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"Creates a recurring application charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":1029266949,\"name\":\"Super Duper Plan\",\"api_client_id\":755357713,\"price\":\"10.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"billing_on\":null,\"created_at\":\"2020-01-14T10:31:43-05:00\",\"updated_at\":\"2020-01-14T10:31:43-05:00\",\"test\":true,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":0,\"trial_ends_on\":null,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1029266949\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1029266949\\/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBAVeWT06EmF1dG9fYWN0aXZhdGVG--b6cd4364b5c21d6946bb725edbb094bd32a8e494\"}}"},{"id":"675b15a6-721a-42c6-a426-20689a2fd2de","name":"Create a new charge with a trial period. The trial period will go into effect at the time the recurring charge is activated.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_application_charge\": {\n    \"name\": \"Super Duper Plan\",\n    \"price\": 10.0,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\",\n    \"trial_days\": 5\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"Creates a recurring application charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":1029266950,\"name\":\"Super Duper Plan\",\"api_client_id\":755357713,\"price\":\"10.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"billing_on\":null,\"created_at\":\"2020-01-14T10:31:43-05:00\",\"updated_at\":\"2020-01-14T10:31:43-05:00\",\"test\":null,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":5,\"trial_ends_on\":null,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1029266950\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1029266950\\/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBAZeWT06EmF1dG9fYWN0aXZhdGVG--cb2f081d41e388ec6fa1c788ab2a8d0e327330b3\"}}"},{"id":"7afebb94-24ca-4960-aad6-f365ebdaa4d6","name":"Trying to create a charge without a price and name will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_application_charge\": {\n    \"name\": \"\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"Creates a recurring application charge"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"name\":[\"can't be blank\"],\"price\":[\"must be greater than zero\"]}}"},{"id":"8c7059eb-f10f-448e-b630-16846174d561","name":"Create a new charge with terms and a capped amount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_application_charge\": {\n    \"name\": \"Super Duper Plan\",\n    \"price\": 10.0,\n    \"return_url\": \"http:\\/\\/super-duper.shopifyapps.com\",\n    \"capped_amount\": 100,\n    \"terms\": \"$1 for 1000 emails\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"Creates a recurring application charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":1029266948,\"name\":\"Super Duper Plan\",\"api_client_id\":755357713,\"price\":\"10.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"billing_on\":null,\"created_at\":\"2020-01-14T10:31:42-05:00\",\"updated_at\":\"2020-01-14T10:31:42-05:00\",\"test\":null,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":0,\"capped_amount\":\"100.00\",\"trial_ends_on\":null,\"balance_used\":0.0,\"balance_remaining\":100.0,\"risk_level\":0,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1029266948\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1029266948\\/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBAReWT06EmF1dG9fYWN0aXZhdGVG--4d8cfa9cc20189159d112261fcd853cf5416b5ec\"}}"}],"_postman_id":"79e80ecc-9b59-402a-a706-e9a777b82202"},{"name":"Retrieves a single charge","id":"bd8162f6-9740-428d-b338-16ecbd3a9bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}.json","description":"<p>Retrieves a single charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"e25516b9-08fa-4cf8-8e85-bacf59f3189b","name":"Retrieve a single charge","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":455696195,\"name\":\"Super Mega Plan\",\"api_client_id\":755357713,\"price\":\"15.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/yourapp.com\",\"billing_on\":\"2020-01-14\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"test\":null,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":0,\"trial_ends_on\":null,\"decorated_return_url\":\"http:\\/\\/yourapp.com?charge_id=455696195\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/455696195\\/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBENfKRs6EmF1dG9fYWN0aXZhdGVG--679000481979aae18d5e349f712aab6fb053a1ff\"}}"}],"_postman_id":"bd8162f6-9740-428d-b338-16ecbd3a9bf5"},{"name":"Retrieves a list of recurring application charges","id":"ebb6e425-bfb9-479f-890e-b55ea2bf2613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","description":"<p>Retrieves a list of recurring application charges</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"b4f53f48-c1f6-4087-8d0f-75808efe3958","name":"Retrieve all recurring charges since a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","recurring_application_charges.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of recurring application charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charges\":[{\"id\":1029266951,\"name\":\"Super Duper Plan\",\"api_client_id\":755357713,\"price\":\"10.00\",\"status\":\"pending\",\"return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/\",\"billing_on\":null,\"created_at\":\"2020-01-14T10:31:46-05:00\",\"updated_at\":\"2020-01-14T10:31:46-05:00\",\"test\":null,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":0,\"trial_ends_on\":null,\"decorated_return_url\":\"http:\\/\\/super-duper.shopifyapps.com\\/?charge_id=1029266951\",\"confirmation_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/1029266951\\/confirm_recurring_application_charge?signature=BAh7BzoHaWRpBAdeWT06EmF1dG9fYWN0aXZhdGVG--f0ffa556c7fbb9276bfbc6340edc0bf155d9834f\"}]}"},{"id":"f9e70b8b-f317-402b-8335-782d937e5669","name":"Retrieve all recurring application charges","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","recurring_application_charges.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of recurring application charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charges\":[{\"id\":455696195,\"name\":\"Super Mega Plan\",\"api_client_id\":755357713,\"price\":\"15.00\",\"status\":\"accepted\",\"return_url\":\"http:\\/\\/yourapp.com\",\"billing_on\":\"2020-01-14\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:31:45-05:00\",\"test\":null,\"activated_on\":null,\"cancelled_on\":null,\"trial_days\":0,\"trial_ends_on\":null,\"decorated_return_url\":\"http:\\/\\/yourapp.com?charge_id=455696195\"}]}"}],"_postman_id":"ebb6e425-bfb9-479f-890e-b55ea2bf2613"},{"name":"Activates a recurring application charge","id":"e3a36652-25c3-4e71-adfa-c8531c32f5e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/activate.json","description":"<p>Activates a previously accepted recurring application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","activate.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7f722662-8b53-4efb-80ce-9700c81e2a9e","name":"Activate a recurring application charge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recurring_application_charge\": {\n    \"id\": 455696195,\n    \"name\": \"Super Mega Plan\",\n    \"api_client_id\": 755357713,\n    \"price\": \"15.00\",\n    \"status\": \"accepted\",\n    \"return_url\": \"http:\\/\\/yourapp.com\",\n    \"billing_on\": \"2020-01-14\",\n    \"created_at\": \"2020-01-14T10:26:56-05:00\",\n    \"updated_at\": \"2020-01-13T19:00:00-05:00\",\n    \"test\": null,\n    \"activated_on\": null,\n    \"cancelled_on\": null,\n    \"trial_days\": 0,\n    \"trial_ends_on\": null,\n    \"decorated_return_url\": \"http:\\/\\/yourapp.com?charge_id=455696195\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/activate.json","description":"Activates a previously accepted recurring application charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":455696195,\"name\":\"Super Mega Plan\",\"api_client_id\":755357713,\"price\":\"15.00\",\"status\":\"active\",\"return_url\":\"http:\\/\\/yourapp.com\",\"billing_on\":\"2020-02-13\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-13T19:00:00-05:00\",\"test\":null,\"activated_on\":\"2020-01-14\",\"cancelled_on\":null,\"trial_days\":0,\"trial_ends_on\":\"2020-01-14\",\"decorated_return_url\":\"http:\\/\\/yourapp.com?charge_id=455696195\"}}"}],"_postman_id":"e3a36652-25c3-4e71-adfa-c8531c32f5e5"},{"name":"Cancels a recurring application charge","id":"e7922187-744b-4f15-9d0e-953290c3af02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}.json","description":"<p>Cancels a recurring application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"db844be0-ad90-4d90-acb0-373ad3cec9f2","name":"Cancel the current recurring charge for a shop","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}.json","description":"Cancels a recurring application charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7922187-744b-4f15-9d0e-953290c3af02"},{"name":"Updates the capped amount of a recurring application charge","id":"eb51bab2-2193-4353-8bd5-19663a49630b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/customize.json","description":"<p>Updates the capped amount of an active recurring application charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","customize.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"9c2cb6d6-c583-4dc3-abe3-b3b980421c5d","name":"Increase the capped amount for a shop","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/customize.json?recurring_application_charge[capped_amount]=200","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","customize.json"],"query":[{"key":"recurring_application_charge[capped_amount]","value":"200"}]},"description":"Updates the capped amount of an active recurring application charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"recurring_application_charge\":{\"id\":455696195,\"name\":\"Super Mega Plan\",\"api_client_id\":755357713,\"price\":\"15.00\",\"status\":\"active\",\"return_url\":\"http:\\/\\/yourapp.com\",\"billing_on\":\"2018-09-04\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:31:50-05:00\",\"test\":null,\"activated_on\":\"2020-01-14\",\"cancelled_on\":null,\"trial_days\":0,\"capped_amount\":\"100.00\",\"trial_ends_on\":\"2020-01-14\",\"balance_used\":0.0,\"balance_remaining\":100.0,\"risk_level\":0,\"decorated_return_url\":\"http:\\/\\/yourapp.com?charge_id=455696195\",\"update_capped_amount_url\":\"https:\\/\\/apple.myshopify.com\\/admin\\/charges\\/455696195\\/confirm_update_capped_amount?signature=BAh7BzoHaWRpBENfKRs6EmF1dG9fYWN0aXZhdGVG--7062c2b92db057fe6e4297382d402bf6361d5c6a\"}}"}],"_postman_id":"eb51bab2-2193-4353-8bd5-19663a49630b"}],"id":"e8c704b8-7b01-4b51-8846-178a594530c5","description":"<p>The RecurringApplicationCharge resource facilitates a fixed-value, 30-day recurring charge. You can create an application charge by sending a request with the name the charge should appear under, the price your app is charging, and a return URL where Shopify redirects the merchant after the charge is accepted. After you've created the charge, redirect the merchant to the confirmation URL returned by Shopify. If the charge is declined, then Shopify redirects the merchant and provides a notification message that the app charge was declined. You'll also need to activate the charge to get paid. For step-by-step guidance that walks through this flow using examples, see our <a href=\"https://help.shopify.com/api/charging-for-your-app/guides/implement-billing-model\">implementation guide</a>.</p> <div class=\"note\"> <h4>Note</h4> <p>For testing purposes you can include <code>\"test\": true</code> when creating the charge. This prevents the credit card from being charged. Test shops and demo shops cannot be charged.</p> </div> <h3>Updating</h3> <p>Each shop can have only one recurring charge per app. When a new recurring application charge is activated for a shop that already has one, the existing recurring charge is canceled and replaced by the new charge. The new recurring charge is then activated. </p>","_postman_id":"e8c704b8-7b01-4b51-8846-178a594530c5"},{"name":"UsageCharge","item":[{"name":"Creates a usage charge","id":"a949cfe8-7904-40df-9d8d-9d177507898a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges.json","description":"<p>Creates a usage charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","usage_charges.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"d3b3059c-a6b2-49b7-902e-77ca932ccb19","name":"Trying to create a charge without a price and description will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"usage_charge\": {\n    \"description\": \"\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges.json","description":"Creates a usage charge"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"description\":[\"can't be blank\"],\"price\":[\"can't be blank\",\"is not a number\"]}}"},{"id":"e3375bb5-9567-4989-88dd-0fd3d8a12b85","name":"Create a new usage charge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"usage_charge\": {\n    \"description\": \"Super Mega Plan 1000 emails\",\n    \"price\": 1.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges.json","description":"Creates a usage charge"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"usage_charge\":{\"id\":1034618208,\"description\":\"Super Mega Plan 1000 emails\",\"price\":\"1.00\",\"created_at\":\"2020-01-14T10:43:06-05:00\",\"billing_on\":\"2018-09-04\",\"balance_used\":0.0,\"balance_remaining\":100.0,\"risk_level\":0}}"}],"_postman_id":"a949cfe8-7904-40df-9d8d-9d177507898a"},{"name":"Retrieves a single charge","id":"036dd9dd-a975-448e-ba3a-a2c059635c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges/{{usage_charge_id}}.json","description":"<p>Retrieves a single charge</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","usage_charges","{{usage_charge_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"abc4aef9-4dac-4023-abce-4e6e88d57181","name":"Retrieve a single charge","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges/{{usage_charge_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","usage_charges","{{usage_charge_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"usage_charge\":{\"id\":1034618210,\"description\":\"Super Mega Plan Add-ons\",\"price\":\"10.00\",\"created_at\":\"2020-01-14T10:43:07-05:00\",\"billing_on\":\"2018-09-04\",\"balance_used\":0.0,\"balance_remaining\":100.0,\"risk_level\":0}}"}],"_postman_id":"036dd9dd-a975-448e-ba3a-a2c059635c03"},{"name":"Retrieves a list of usage charges","id":"75c1e29f-2f68-4f6d-8a65-de7ac7553065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges.json","description":"<p>Retrieves a list of usage charges</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","usage_charges.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"6677cfae-79b6-4f56-81b7-5d3f06bb1f43","name":"Retrieve all usage charges","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/recurring_application_charges/{{recurring_application_charge_id}}/usage_charges.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","recurring_application_charges","{{recurring_application_charge_id}}","usage_charges.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of usage charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"usage_charges\":[{\"id\":1034618211,\"description\":\"Super Mega Plan Add-ons\",\"price\":\"10.00\",\"created_at\":\"2020-01-14T10:43:08-05:00\",\"billing_on\":\"2018-09-04\",\"balance_used\":0.0,\"balance_remaining\":100.0,\"risk_level\":0}]}"}],"_postman_id":"75c1e29f-2f68-4f6d-8a65-de7ac7553065"}],"id":"ba3879e2-1dc0-4b80-bc88-6da4cd2eef3c","description":"<p>You can use the UsageCharge resource to add variable usage fees to an existing <a href=\"https://help.shopify.com/api/reference/recurringapplicationcharge\">recurring application charge</a>. You can use these resources to support billing plans that vary from month to month, with or without a monthly recurring fee. </p><h2>Creating usage charges</h2> <p>To use the UsageCharge resource, first create a <a href=\"https://help.shopify.com/api/reference/recurringapplicationcharge\">recurring application charge</a>. This returns the ID that you'll need to create an associated usage charge.</p> <p>To create the usage charge, send a POST request, where <code>{id}</code> represents the ID of the previously created recurring application charge.</p><p> </p><div class=\"api-endpoint\"> <div class=\"api-endpoint-request\"> <pre>POST /admin/recurring_application_charges/{id}]/usage_charges.json</pre> </div> </div> <h3>Charging for usage only</h3> <p>A common billing scenario is to charge only usage-based fees, without a flat recurring monthly fee. To charge only usage-based fees, without a recurring monthly fee, first create a <a href=\"https://help.shopify.com/api/reference/recurringapplicationcharge/\">recurring application charge</a> with a price of $0.00, and then apply the usage charge.</p> <h2>Setting capped amounts</h2> <p>You can use the RecurringApplicationCharge resource to specify a capped amount that applies to usage-based billing. This prevents the customer from being charged for any usage over and above the capped amount. To implement capped amount billing, create a recurring application charge with the capped dollar amount, and then create the associated usage charge.</p> <p> </p><div class=\"note\"> <h4>Note</h4> <p>The capped amount setting is applicable on a per billing cycle basis (30 days), and remains in effect unless updated.</p> </div> <p>For step-by-step guidance that walks through this flow using examples, see our <a href=\"https://help.shopify.com/api/charging-for-your-app/guides/implement-billing-model\">implementation guide</a>.</p>","_postman_id":"ba3879e2-1dc0-4b80-bc88-6da4cd2eef3c"}],"id":"d0e3bda1-8f3d-4f0b-b861-ce04aa61daf4","_postman_id":"d0e3bda1-8f3d-4f0b-b861-ce04aa61daf4","description":""},{"name":"Customers","item":[{"name":"Customer Address","item":[{"name":"Retrieves a list of addresses for a customer","id":"dfda943e-39e1-4815-8de6-d5a1f954d287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses.json","description":"<p>Retrieves a list of addresses for a customer. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4792a56c-0544-43e9-94ac-52c02aa04aca","name":"Retrieve all of a customer’s addresses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses.json","description":"Retrieves a list of addresses for a customer. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}]}"},{"id":"630172bc-0ccd-4771-bde8-192dca9e59a3","name":"Retrieve a limited number of addresses for a customer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses.json?limit=1","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses.json"],"query":[{"key":"limit","value":"1"}]},"description":"Retrieves a list of addresses for a customer. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}]}"}],"_postman_id":"dfda943e-39e1-4815-8de6-d5a1f954d287"},{"name":"Retrieves details for a single customer address","id":"79a30e5a-b9eb-4d93-b911-1d525f5292ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"<p>Retrieves details a single customer address.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses","{{address_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4e5de800-7e76-4a4d-8d80-58a15dfde22f","name":"Retrieve a single customer address","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"Retrieves details a single customer address."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}"}],"_postman_id":"79a30e5a-b9eb-4d93-b911-1d525f5292ad"},{"name":"Creates a new address for a customer","id":"fa65e19d-91fa-4954-9b1c-607b1721fba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses.json","description":"<p>Creates a new address for a customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fd7eb01a-bb20-45b6-b9a1-81be3c5a878b","name":"Create a new address for a customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": {\n    \"address1\": \"1 Rue des Carrieres\",\n    \"address2\": \"Suite 1234\",\n    \"city\": \"Montreal\",\n    \"company\": \"Fancy Co.\",\n    \"first_name\": \"Samuel\",\n    \"last_name\": \"de Champlain\",\n    \"phone\": \"819-555-5555\",\n    \"province\": \"Quebec\",\n    \"country\": \"Canada\",\n    \"zip\": \"G1R 4P5\",\n    \"name\": \"Samuel de Champlain\",\n    \"province_code\": \"QC\",\n    \"country_code\": \"CA\",\n    \"country_name\": \"Canada\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses.json","description":"Creates a new address for a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_address\":{\"id\":1053317302,\"customer_id\":207119551,\"first_name\":\"Samuel\",\"last_name\":\"de Champlain\",\"company\":\"Fancy Co.\",\"address1\":\"1 Rue des Carrieres\",\"address2\":\"Suite 1234\",\"city\":\"Montreal\",\"province\":\"Quebec\",\"country\":\"Canada\",\"zip\":\"G1R 4P5\",\"phone\":\"819-555-5555\",\"name\":\"Samuel de Champlain\",\"province_code\":\"QC\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":false}}"}],"_postman_id":"fa65e19d-91fa-4954-9b1c-607b1721fba7"},{"name":"Updates an existing customer address","id":"a79fa3d3-897b-464b-a8d0-4826974d0046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"<p>Updates an existing customer address.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses","{{address_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"6d0a8666-4306-414a-8ebe-88cf8cbc42f4","name":"Update the postal code of a customer address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address\": {\n    \"id\": 207119551,\n    \"zip\": \"90210\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"Updates an existing customer address."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"90210\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}"}],"_postman_id":"a79fa3d3-897b-464b-a8d0-4826974d0046"},{"name":"Removes an address from a customer’s address list","id":"1ea3d906-6f09-4388-8dd9-f34a2f9d0837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"<p>Removes an address from a customer’s address list.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses","{{address_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2cb412bd-92d0-4978-98d2-b96c1a5477c1","name":"Removing a customer’s default address fails and returns an error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"Removes an address from a customer’s address list."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"base\":[\"Cannot delete the customer’s default address\"]}}"},{"id":"ff06c11b-27a5-4872-8cfd-69c13f85bbe2","name":"Remove a customer address","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}.json","description":"Removes an address from a customer’s address list."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1ea3d906-6f09-4388-8dd9-f34a2f9d0837"},{"name":"Performs bulk operations for multiple customer addresses","id":"daab6f56-2f99-4395-a7f4-db08930c9ffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/set.json","description":"<p>Performs bulk operations for multiple customer addresses.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses","set.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7b66214b-46bd-4f0d-8054-9986352dcbc3","name":"Destroy multiple customer addresses","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/set.json?address_ids[]=1053317304&amp;operation=destroy","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses","set.json"],"query":[{"key":"address_ids[]","value":"1053317304"},{"key":"amp;operation","value":"destroy"}]},"description":"Performs bulk operations for multiple customer addresses."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"daab6f56-2f99-4395-a7f4-db08930c9ffb"},{"name":"Sets the default address for a customer","id":"ded3ba7d-b258-4713-b1d3-45c188822c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}/default.json","description":"<p>Sets the default address for a customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","addresses","{{address_id}}","default.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7a084217-2a24-4ca3-a011-5686d7072e58","name":"Set a default address for a customer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/addresses/{{address_id}}/default.json","description":"Sets the default address for a customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_address\":{\"id\":1053317305,\"customer_id\":207119551,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"Bob Norman\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}"}],"_postman_id":"ded3ba7d-b258-4713-b1d3-45c188822c32"}],"id":"58757799-4e8a-40c4-8e47-5aed8bafcdad","description":"<p>The Customer Address resource represents stores the addresses that a customer has entered. Each customer can have multiple addresses associated with them.</p> <p>For more information about the Customer resource, see <a href=\"https://help.shopify.com/api/reference/customers/customer\"><i>Customer</i></a>.</p>","_postman_id":"58757799-4e8a-40c4-8e47-5aed8bafcdad"},{"name":"Customer","item":[{"name":"Retrieves a list of customers","id":"22f25d04-99a8-4fb7-ac90-f84d43829d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"<p>Retrieves a list of customers. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to customers specified by a comma-separated list of IDs. </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to those after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show customers created after a specified date.<br />(format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show customers created before a specified date.<br />(format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show customers last updated after a specified date.<br />(format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show customers last updated before a specified date.<br />(format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"1c59a0b6-330b-4890-8144-93579c2faa0c","name":"Retrieve all customers for a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers.json"],"query":[{"key":"ids","value":"","description":"Restrict results to customers specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to those after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show customers created after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show customers created before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show customers last updated after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show customers last updated before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of customers. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customers\":[{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:15:13-05:00\",\"updated_at\":\"2020-01-14T11:15:13-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}]}"},{"id":"35b25b60-0cd7-4318-bf25-cd0daaa92edc","name":"Retrieve a list of specific customers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers.json"],"query":[{"key":"ids","value":"","description":"Restrict results to customers specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to those after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show customers created after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show customers created before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show customers last updated after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show customers last updated before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of customers. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customers\":[{\"id\":1073339484,\"email\":\"steve.lastnameson@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:15:45-05:00\",\"updated_at\":\"2020-01-14T11:15:45-05:00\",\"first_name\":\"Steve\",\"last_name\":\"Lastnameson\",\"orders_count\":0,\"state\":\"disabled\",\"total_spent\":\"0.00\",\"last_order_id\":null,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":\"+15142546011\",\"tags\":\"\",\"last_order_name\":null,\"currency\":\"USD\",\"addresses\":[{\"id\":1053317324,\"customer_id\":1073339484,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:15:45-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339484\",\"default_address\":{\"id\":1053317324,\"customer_id\":1073339484,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}},{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:15:39-05:00\",\"updated_at\":\"2020-01-14T11:15:39-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}]}"},{"id":"9c207345-30b0-4928-80b3-baa9b96fe940","name":"Retrieve all customers after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers.json"],"query":[{"key":"ids","value":"","description":"Restrict results to customers specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to those after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show customers created after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show customers created before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show customers last updated after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show customers last updated before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of customers. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customers\":[{\"id\":1073339483,\"email\":\"steve.lastnameson@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:15:27-05:00\",\"updated_at\":\"2020-01-14T11:15:27-05:00\",\"first_name\":\"Steve\",\"last_name\":\"Lastnameson\",\"orders_count\":0,\"state\":\"disabled\",\"total_spent\":\"0.00\",\"last_order_id\":null,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":\"+15142546011\",\"tags\":\"\",\"last_order_name\":null,\"currency\":\"USD\",\"addresses\":[{\"id\":1053317323,\"customer_id\":1073339483,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:15:27-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339483\",\"default_address\":{\"id\":1053317323,\"customer_id\":1073339483,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}}]}"},{"id":"d9d20277-2c59-48fb-b6d3-9347ca954b8a","name":"Retrieve all customers changed after a certain date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers.json"],"query":[{"key":"ids","value":"","description":"Restrict results to customers specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to those after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show customers created after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show customers created before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show customers last updated after a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show customers last updated before a specified date.  \n(format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of customers. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customers\":[{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:15:30-05:00\",\"updated_at\":\"2020-01-14T11:15:30-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}]}"}],"_postman_id":"22f25d04-99a8-4fb7-ac90-f84d43829d1f"},{"name":"Searches for customers that match a supplied query","id":"e9961df5-a049-4c3d-a7ce-fed2c7102e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/search.json","description":"<p>Searches for customers that match a supplied query. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","search.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Set the field and direction by which to order results.(default: last_order_date DESC) </p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>Text to search for in the shop's customer data. </p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"927b064d-9788-4195-8cc4-719a1636cf6c","name":"Retrieve all customers with an address in the United States and the name \"Bob\"","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/search.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers","search.json"],"query":[{"key":"order","value":"","description":"Set the field and direction by which to order results.(default: last\\_order\\_date DESC) ","disabled":true},{"key":"query","value":"","description":"Text to search for in the shop\\'s customer data. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Searches for customers that match a supplied query. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customers\":[{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:15:57-05:00\",\"updated_at\":\"2020-01-14T11:15:57-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}]}"}],"_postman_id":"e9961df5-a049-4c3d-a7ce-fed2c7102e40"},{"name":"Retrieves a single customer","id":"d1165655-a151-4c47-b56d-5a4b253cabf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"<p>Retrieves a single customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"21455289-9b07-4735-88a6-066dccb2499d","name":"Retrieve a single customer by their ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customers","{{customer_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:12:13-05:00\",\"updated_at\":\"2020-01-14T11:12:13-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}"}],"_postman_id":"d1165655-a151-4c47-b56d-5a4b253cabf5"},{"name":"Creates a customer","id":"8e848b14-c0a8-461c-91b8-bb1c4379ef1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"<p>Creates a customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"163c9d42-722a-4b6e-bbd3-114744317056","name":"Create a customer with <code>send_email_invite</code>","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"first_name\": \"Steve\",\n    \"last_name\": \"Lastnameson\",\n    \"email\": \"steve.lastnameson@example.com\",\n    \"phone\": \"+15142546011\",\n    \"verified_email\": true,\n    \"addresses\": [\n      {\n        \"address1\": \"123 Oak St\",\n        \"city\": \"Ottawa\",\n        \"province\": \"ON\",\n        \"phone\": \"555-1212\",\n        \"zip\": \"123 ABC\",\n        \"last_name\": \"Lastnameson\",\n        \"first_name\": \"Mother\",\n        \"country\": \"CA\"\n      }\n    ],\n    \"send_email_invite\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"Creates a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":1073339478,\"email\":\"steve.lastnameson@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:12:53-05:00\",\"updated_at\":\"2020-01-14T11:12:53-05:00\",\"first_name\":\"Steve\",\"last_name\":\"Lastnameson\",\"orders_count\":0,\"state\":\"disabled\",\"total_spent\":\"0.00\",\"last_order_id\":null,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":\"+15142546011\",\"tags\":\"\",\"last_order_name\":null,\"currency\":\"USD\",\"addresses\":[{\"id\":1053317318,\"customer_id\":1073339478,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:12:53-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339478\",\"default_address\":{\"id\":1053317318,\"customer_id\":1073339478,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}}}"},{"id":"2e0e314f-6570-4d0f-bb9f-f3f19b3ec02c","name":"Create a customer with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"first_name\": \"Steve\",\n    \"last_name\": \"Lastnameson\",\n    \"email\": \"steve.lastnameson@example.com\",\n    \"phone\": \"+15142546011\",\n    \"verified_email\": true,\n    \"addresses\": [\n      {\n        \"address1\": \"123 Oak St\",\n        \"city\": \"Ottawa\",\n        \"province\": \"ON\",\n        \"phone\": \"555-1212\",\n        \"zip\": \"123 ABC\",\n        \"last_name\": \"Lastnameson\",\n        \"first_name\": \"Mother\",\n        \"country\": \"CA\"\n      }\n    ],\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"Creates a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":1073339477,\"email\":\"steve.lastnameson@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:12:47-05:00\",\"updated_at\":\"2020-01-14T11:12:47-05:00\",\"first_name\":\"Steve\",\"last_name\":\"Lastnameson\",\"orders_count\":0,\"state\":\"disabled\",\"total_spent\":\"0.00\",\"last_order_id\":null,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":\"+15142546011\",\"tags\":\"\",\"last_order_name\":null,\"currency\":\"USD\",\"addresses\":[{\"id\":1053317317,\"customer_id\":1073339477,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:12:47-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339477\",\"default_address\":{\"id\":1053317317,\"customer_id\":1073339477,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}}}"},{"id":"6cb8452a-3b34-4218-9713-94d04fad9c9b","name":"Creating a customer without an email or name fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": null,\n    \"first_name\": null,\n    \"last_name\": null\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"Creates a customer."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"base\":[\"Customer must have a name, phone number or email address\"]}}"},{"id":"ae59ca25-d3cd-4d91-a36a-f7f9829c2414","name":"Create a customer with <code>password</code> and <code>password_confirmation</code> and skip sending the welcome email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"first_name\": \"Steve\",\n    \"last_name\": \"Lastnameson\",\n    \"email\": \"steve.lastnameson@example.com\",\n    \"phone\": \"+15142546011\",\n    \"verified_email\": true,\n    \"addresses\": [\n      {\n        \"address1\": \"123 Oak St\",\n        \"city\": \"Ottawa\",\n        \"province\": \"ON\",\n        \"phone\": \"555-1212\",\n        \"zip\": \"123 ABC\",\n        \"last_name\": \"Lastnameson\",\n        \"first_name\": \"Mother\",\n        \"country\": \"CA\"\n      }\n    ],\n    \"password\": \"newpass\",\n    \"password_confirmation\": \"newpass\",\n    \"send_email_welcome\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"Creates a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":1073339479,\"email\":\"steve.lastnameson@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:13:00-05:00\",\"updated_at\":\"2020-01-14T11:13:00-05:00\",\"first_name\":\"Steve\",\"last_name\":\"Lastnameson\",\"orders_count\":0,\"state\":\"enabled\",\"total_spent\":\"0.00\",\"last_order_id\":null,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":\"+15142546011\",\"tags\":\"\",\"last_order_name\":null,\"currency\":\"USD\",\"addresses\":[{\"id\":1053317319,\"customer_id\":1073339479,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:13:00-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339479\",\"default_address\":{\"id\":1053317319,\"customer_id\":1073339479,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}}}"},{"id":"d7706f1c-e3fb-4f46-81b4-2cdc48a16315","name":"Create a new customer record","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"first_name\": \"Steve\",\n    \"last_name\": \"Lastnameson\",\n    \"email\": \"steve.lastnameson@example.com\",\n    \"phone\": \"+15142546011\",\n    \"verified_email\": true,\n    \"addresses\": [\n      {\n        \"address1\": \"123 Oak St\",\n        \"city\": \"Ottawa\",\n        \"province\": \"ON\",\n        \"phone\": \"555-1212\",\n        \"zip\": \"123 ABC\",\n        \"last_name\": \"Lastnameson\",\n        \"first_name\": \"Mother\",\n        \"country\": \"CA\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers.json","description":"Creates a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":1073339476,\"email\":\"steve.lastnameson@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:12:35-05:00\",\"updated_at\":\"2020-01-14T11:12:36-05:00\",\"first_name\":\"Steve\",\"last_name\":\"Lastnameson\",\"orders_count\":0,\"state\":\"disabled\",\"total_spent\":\"0.00\",\"last_order_id\":null,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":\"+15142546011\",\"tags\":\"\",\"last_order_name\":null,\"currency\":\"USD\",\"addresses\":[{\"id\":1053317316,\"customer_id\":1073339476,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:12:36-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339476\",\"default_address\":{\"id\":1053317316,\"customer_id\":1073339476,\"first_name\":\"Mother\",\"last_name\":\"Lastnameson\",\"company\":null,\"address1\":\"123 Oak St\",\"address2\":null,\"city\":\"Ottawa\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"123 ABC\",\"phone\":\"555-1212\",\"name\":\"Mother Lastnameson\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}}}"}],"_postman_id":"8e848b14-c0a8-461c-91b8-bb1c4379ef1a"},{"name":"Updates a customer","id":"f4868d0a-7af5-4ba0-87c7-ef2dfc264135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"<p>Updates a customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"175243bb-fdd3-4d8f-a973-be52aa07d61b","name":"Update details for a customer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"id\": 207119551,\n    \"email\": \"changed@email.address.com\",\n    \"note\": \"Customer is a great guy\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"Updates a customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":207119551,\"email\":\"changed@email.address.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:13:00-05:00\",\"updated_at\":\"2020-01-14T11:13:06-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":\"Customer is a great guy\",\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T11:13:06-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}"},{"id":"201b97fb-8213-4b55-93bb-03837e461860","name":"Update a customer's marketing opt-in state","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"id\": 207119551,\n    \"accepts_marketing\": true,\n    \"accepts_marketing_updated_at\": \"2020-01-11T11:13:23-05:00\",\n    \"marketing_opt_in_level\": \"confirmed_opt_in\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"Updates a customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":true,\"created_at\":\"2020-01-14T11:13:17-05:00\",\"updated_at\":\"2020-01-14T11:13:23-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-11T11:13:23-05:00\",\"marketing_opt_in_level\":\"confirmed_opt_in\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}"},{"id":"cfe7ec4d-6320-42ae-bbe8-1d867f2a94ca","name":"Update a customer's tags","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"id\": 207119551,\n    \"tags\": \"New Customer, Repeat Customer\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"Updates a customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:13:11-05:00\",\"updated_at\":\"2020-01-14T11:13:17-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"New Customer, Repeat Customer\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}"},{"id":"d340de8b-5a3b-44c8-bd1e-7e1025a84b36","name":"Add metafield to an existing customer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"id\": 207119551,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"Updates a customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:13:06-05:00\",\"updated_at\":\"2020-01-14T11:13:11-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}"}],"_postman_id":"f4868d0a-7af5-4ba0-87c7-ef2dfc264135"},{"name":"Creates an account activation URL for a customer","id":"36768d71-0c6a-4996-bb26-c15758601bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/account_activation_url.json","description":"<p>Generate an account activation URL for a customer whose account is not yet enabled. This is useful when you've imported a large number of customers and want to send them activation emails all at once. Using this approach, you'll need to generate and send the activation emails yourself.</p> <p>The account activation URL generated by this endpoint is for one-time use and will expire after 30 days. If you make a new POST request to this endpoint, then a new URL will be generated. The new URL will be again valid for 30 days, but the previous URL will no longer be valid.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","account_activation_url.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"41ec61a6-9903-4389-a857-82b1626efc0f","name":"Creating an account activation URL for an enabled customer fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/account_activation_url.json","description":"<p>Generate an account activation URL for a customer whose account is not yet enabled. This is useful when you've imported a large number of customers and want to send them activation emails all at once. Using this approach, you'll need to generate and send the activation emails yourself.</p> <p>The account activation URL generated by this endpoint is for one-time use and will expire after 30 days. If you make a new POST request to this endpoint, then a new URL will be generated. The new URL will be again valid for 30 days, but the previous URL will no longer be valid.</p>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[\"account already enabled\"]}"},{"id":"4334dda7-3bee-427f-a85f-490646966423","name":"Create an account activation URL for an invited or disabled customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/account_activation_url.json","description":"<p>Generate an account activation URL for a customer whose account is not yet enabled. This is useful when you've imported a large number of customers and want to send them activation emails all at once. Using this approach, you'll need to generate and send the activation emails yourself.</p> <p>The account activation URL generated by this endpoint is for one-time use and will expire after 30 days. If you make a new POST request to this endpoint, then a new URL will be generated. The new URL will be again valid for 30 days, but the previous URL will no longer be valid.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"account_activation_url\":\"https:\\/\\/apple.myshopify.com\\/account\\/activate\\/207119551\\/f5a6c61abebb414a831fe5e3b4501fab-1579018410\"}"}],"_postman_id":"36768d71-0c6a-4996-bb26-c15758601bcc"},{"name":"Sends an account invite to a customer","id":"2889023b-a2fd-4929-ad9b-3a6cbc0cd4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/send_invite.json","description":"<p>Sends an account invite to a customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","send_invite.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"66b342d0-6650-4dd8-95dc-57ee971bc96b","name":"Send the default invite","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_invite\": {\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/send_invite.json","description":"Sends an account invite to a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_invite\":{\"to\":\"bob.norman@hostmail.com\",\"from\":\"steve@apple.com\",\"subject\":\"Customer account activation\",\"custom_message\":\"\",\"bcc\":[]}}"},{"id":"9e113714-e4ba-45cd-b1b5-ba3abde7b025","name":"Send a customized invite","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_invite\": {\n    \"to\": \"new_test_email@shopify.com\",\n    \"from\": \"noaccesssteve@jobs.com\",\n    \"bcc\": [\n      \"noaccesssteve@jobs.com\"\n    ],\n    \"subject\": \"Welcome to my new shop\",\n    \"custom_message\": \"My awesome new store\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/send_invite.json","description":"Sends an account invite to a customer."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_invite\":{\"to\":\"new_test_email@shopify.com\",\"from\":\"noaccesssteve@jobs.com\",\"subject\":\"Welcome to my new shop\",\"custom_message\":\"My awesome new store\",\"bcc\":[\"noaccesssteve@jobs.com\"]}}"}],"_postman_id":"2889023b-a2fd-4929-ad9b-3a6cbc0cd4a2"},{"name":"Deletes a customer.","id":"f5fb963b-8a13-4833-8388-7d2ddb94b7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"<p>Deletes a customer. A customer can't be deleted if they have existing orders.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"ba8f1ba4-ad0e-472b-a9d9-bc0c258bcd60","name":"Remove an existing customer","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}.json","description":"Deletes a customer. A customer can't be deleted if they have existing orders."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":\"Error deleting customer\"}"}],"_postman_id":"f5fb963b-8a13-4833-8388-7d2ddb94b7f1"},{"name":"Retrieves a count of customers","id":"f3448c0d-1c19-4962-9968-807fca3359e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/count.json","description":"<p>Retrieves a count of all customers.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"d5b895eb-e24c-421b-9a2d-55fde1cfdf3d","name":"Retrieve a count of all customers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/count.json","description":"Retrieves a count of all customers."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"f3448c0d-1c19-4962-9968-807fca3359e5"},{"name":"Retrieves all orders belonging to a customer","id":"c9bec8c0-b713-4c3a-ba3c-b5110633503a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/orders.json","description":"<p>Retrieves all orders belonging to a customer.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customers","{{customer_id}}","orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7f9f569f-2abf-45b3-8380-15448ac58d1d","name":"Retrieve all orders from a customer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customers/{{customer_id}}/orders.json","description":"Retrieves all orders belonging to a customer."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2008-01-10T11:00:00-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=144b6fdd4a62464c14b9bf740023abda\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T11:14:14-05:00\",\"updated_at\":\"2020-01-14T11:14:14-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T11:14:14-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T11:14:14-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T11:14:14-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T11:14:14-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}]}"}],"_postman_id":"c9bec8c0-b713-4c3a-ba3c-b5110633503a"}],"id":"f9e97a4d-cd7c-4b59-b591-7c38231e5ad7","description":"<p>The Customer resource stores information about a shop's customers, such as their contact details, their order history, and whether they've agreed to receive email marketing.</p> <p>The Customer resource also holds information on the status of a customer's account. Customers with accounts save time at checkout when they're logged in because they don't need to enter their contact information. You can use the Customer API to check whether a customer has an active account, and then invite them to create one if they don't.</p> <p>For security reasons, the Customer resource doesn't store credit card information. Customers always need to enter this information at checkout.</p> <p>In a shop's checkout settings, there are three options for customer accounts:</p> <ul> <li><strong>Accounts are disabled</strong>: Customers can't create accounts and can check out only as guests.</li> <li><strong>Accounts are optional</strong>: Customers have the choice of either signing into their account or checking out as a guest. Customers can create accounts for themselves, and the shop owner can create an account for a customer and then invite them by email to use it.</li> <li><strong>Accounts are required</strong>: Customers can't check out unless they're logged in, and the shop owner must create their accounts.</li> </ul>","_postman_id":"f9e97a4d-cd7c-4b59-b591-7c38231e5ad7"},{"name":"CustomerSavedSearch","item":[{"name":"Retrieves a list of customer saved searches","id":"5f6cf1c7-07cc-431a-8bc8-de899b6eceb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","description":"<p>Retrieves a list of customer saved searches. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"3a7fb593-cc50-4061-a0ac-1c56a5eb0497","name":"Retrieve all customer saved searches for a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customer_saved_searches.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of customer saved searches. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_saved_searches\":[{\"id\":789629109,\"name\":\"Accepts Marketing\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-07T10:26:56-05:00\",\"query\":\"accepts_marketing:1\"},{\"id\":20610973,\"name\":\"Canadian Snowboarders\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-07T10:26:56-05:00\",\"query\":\"country:Canada\"},{\"id\":669439218,\"name\":\"Premier Customers\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-07T10:26:56-05:00\",\"query\":\"John Smith orders_count:\\u003e10 total_spent:\\u003e100.00\"}]}"},{"id":"d08aeacb-ad47-4190-9304-7e92d81485e6","name":"Retrieve all customer saved searches for a shop after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customer_saved_searches.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of customer saved searches. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_saved_searches\":[{\"id\":669439218,\"name\":\"Premier Customers\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-07T10:26:56-05:00\",\"query\":\"John Smith orders_count:\\u003e10 total_spent:\\u003e100.00\"},{\"id\":789629109,\"name\":\"Accepts Marketing\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-07T10:26:56-05:00\",\"query\":\"accepts_marketing:1\"}]}"}],"_postman_id":"5f6cf1c7-07cc-431a-8bc8-de899b6eceb0"},{"name":"Retrieves a count of all customer saved searches","id":"da58a52d-ed83-424f-997e-f22e23e68f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/count.json","description":"<p>Retrieves a count of all customer saved searches.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""}],"variable":[]}},"response":[{"id":"13f34839-7a5b-4546-bd67-8a58313b4411","name":"Retrieve a count of all customer saved searches after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customer_saved_searches","count.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true}]},"description":"Retrieves a count of all customer saved searches."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"},{"id":"939ce696-2572-4023-8bf8-8b1b6a9292b9","name":"Retrieve a count all customer saved searches","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customer_saved_searches","count.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true}]},"description":"Retrieves a count of all customer saved searches."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"}],"_postman_id":"da58a52d-ed83-424f-997e-f22e23e68f59"},{"name":"Retrieves a single customer saved search","id":"4067dfa2-5329-43c7-9271-27b0c537d8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}.json","description":"<p>Retrieves a single customer saved search.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches","{{customer_saved_search_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"4bd91fab-1936-428c-915c-72037fa39a43","name":"Get one customer saved search by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customer_saved_searches","{{customer_saved_search_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single customer saved search."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_saved_search\":{\"id\":789629109,\"name\":\"Accepts Marketing\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-07T10:26:56-05:00\",\"query\":\"accepts_marketing:1\"}}"}],"_postman_id":"4067dfa2-5329-43c7-9271-27b0c537d8ab"},{"name":"Retrieves all customers returned by a customer saved search","id":"2f875265-8fd4-4f0f-81e0-6994c9e9550a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}/customers.json","description":"<p>Retrieves all customers returned by a customer saved search.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches","{{customer_saved_search_id}}","customers.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Set the field and direction by which to order results.(default: last_order_date DESC) </p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"23fdfb1e-3ede-455f-a1c4-fd409cd570ee","name":"Retrieve customers who match the query for the specified customer saved search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}/customers.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","customer_saved_searches","{{customer_saved_search_id}}","customers.json"],"query":[{"key":"order","value":"","description":"Set the field and direction by which to order results.(default: last\\_order\\_date DESC) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves all customers returned by a customer saved search."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customers\":[{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":true,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:06-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"addresses\":[{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}],\"accepts_marketing_updated_at\":\"2020-01-14T10:33:06-05:00\",\"marketing_opt_in_level\":\"single_opt_in\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}]}"}],"_postman_id":"2f875265-8fd4-4f0f-81e0-6994c9e9550a"},{"name":"Creates a customer saved search","id":"e738e196-bc53-4869-b4cd-6ba3edff0fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","description":"<p>Creates a customer saved search.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"a8b61c8b-508e-4f6e-97f7-da9ba0c82c2d","name":"Create a customer saved search with multiple terms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_saved_search\": {\n    \"name\": \"Spent more than $50 and after 2013\",\n    \"query\": \"total_spent:>50 order_date:>=2013-01-01\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","description":"Creates a customer saved search."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_saved_search\":{\"id\":1068136103,\"name\":\"Spent more than $50 and after 2013\",\"created_at\":\"2020-01-14T10:33:09-05:00\",\"updated_at\":\"2020-01-14T10:33:09-05:00\",\"query\":\"total_spent:\\u003e50 order_date:\\u003e=2013-01-01\"}}"},{"id":"ca418212-2bd9-4961-a6ad-836757d62def","name":"Create a customer saved search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_saved_search\": {\n    \"name\": \"Spent more than $50\",\n    \"query\": \"total_spent:>50\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","description":"Creates a customer saved search."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_saved_search\":{\"id\":1068136102,\"name\":\"Spent more than $50\",\"created_at\":\"2020-01-14T10:33:09-05:00\",\"updated_at\":\"2020-01-14T10:33:09-05:00\",\"query\":\"total_spent:\\u003e50\"}}"},{"id":"db06e00a-d46c-4119-9a88-78f06bffeff8","name":"Creating a customer saved search without a name fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_saved_search\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches.json","description":"Creates a customer saved search."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"name\":[\"can't be blank\"],\"search_terms\":[\"can't be blank\"]}}"}],"_postman_id":"e738e196-bc53-4869-b4cd-6ba3edff0fa4"},{"name":"Updates a customer saved search","id":"669d6adf-a5b8-4e20-bf74-3bdfb9422275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}.json","description":"<p>Updates a customer saved search.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches","{{customer_saved_search_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"77289b4d-c56c-4b5b-a774-f0677a24b9e1","name":"Update an existing customer saved search","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_saved_search\": {\n    \"id\": 789629109,\n    \"name\": \"This Name Has Been Changed\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}.json","description":"Updates a customer saved search."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"customer_saved_search\":{\"id\":789629109,\"name\":\"This Name Has Been Changed\",\"created_at\":\"2020-01-07T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:11-05:00\",\"query\":\"accepts_marketing:1\"}}"}],"_postman_id":"669d6adf-a5b8-4e20-bf74-3bdfb9422275"},{"name":"Deletes a customer saved search","id":"74d6a168-9051-46da-aa3f-87f735e6a2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}.json","description":"<p>Deletes a customer saved search.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","customer_saved_searches","{{customer_saved_search_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c7667e2c-5bc0-45a2-8e35-500e79bb9b72","name":"Delete an existing Customer Saved Search","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/customer_saved_searches/{{customer_saved_search_id}}.json","description":"Deletes a customer saved search."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"74d6a168-9051-46da-aa3f-87f735e6a2ce"}],"id":"b161b7ac-9290-4305-bb06-61ca395baa4c","description":"<p>A customer saved search is a search query that represents a group of customers defined by the shop owner.</p> <p>In the Shopify admin, the shop owner searches for customers by entering a query and applying one or more filters. When results are returned, the shop owner can save the search and give it a name. After the customer saved search is created, the shop owner can select it at a later date to see a list of customers that match the query.</p> <h2>Customer saved search queries</h2> <p>Use the following table to construct customer search queries:</p> <table> <tbody> <tr> <th>API value</th> <th>Admin UI value</th> <th>Description</th> </tr> <tr> <td><code>accepts_marketing</code></td> <td>Accepts marketing</td> <td>Filters customers by whether they accept email marketing. Valid values: <ul> <li><strong>0</strong>: Return customers who don't accept email marketing.</li> <li><strong>1</strong>: Return customers who do accept email marketing.</li> </ul> </td> </tr> <tr> <td><code>country</code></td> <td>Located in</td> <td>Retrieves customers from a specified country. Valid values are the full name of any country in quotation marks. Example values: <ul> <li><strong>\\\"United States\\\"</strong>: Return only customers from the United States. The double quotes have been escaped.</li> <li><strong>'Canada'</strong>: Return only customers from Canada.</li> </ul> </td> </tr> <tr> <td><code>last_abandoned_order_date</code></td> <td>Abandoned an order</td> <td>Retrieve customers who abandoned a cart within a set period of time. Valid values: <ul> <li><strong>last_week</strong>: Return customers who abandoned a cart in the last week.</li> <li><strong>last_month</strong>: Return customers who abandoned a cart in the last month.</li> </ul> </td> </tr> <tr> <td><code>last_order_date</code></td> <td>Placed an order</td> <td>Retrieve customers who placed an order within a set period of time. Valid values: <ul> <li><strong>last_week</strong>: Return customers who placed an order in the last week.</li> <li><strong>last_month</strong>: Return customers who placed an order in the last month.</li> <li><strong>last_3_months</strong>: Return customers who placed an order in the last 3 months.</li> <li><strong>last_year</strong>: Return customers who placed an order in the last year.</li> <li><strong>&gt;yyyy-m-d</strong>: Return customers who placed an order before the specified date.</li> <li><strong>&lt;yyyy-m-d</strong>: Return customers who placed an order after the specified date.</li> </ul> </td> </tr> <tr> <td><code>orders_count</code></td> <td>Orders placed</td> <td>Filter customres by the number of orders they've placed with the store. Valid values: <ul> <li><strong>&gt;number_of_orders</strong>: Return customers who have placed fewer than the specified number of orders.</li> <li><strong>&lt;number_of_orders</strong>: Return customers who have placed more than the specified number of orders.</li> <li><strong>number_of_orders</strong>: Return customers who have placed the specified number of orders.</li> </ul> </td> </tr> <tr> <td><code>state</code></td> <td>Account status</td> <td>Filter customers by their customer account status. Valid values: <ul> <li><strong>declined</strong>: Return customers who have been invited to create an account but declined.</li> <li><strong>disabled</strong>: Return customers whose account is disabled.</li> <li><strong>enabled</strong>: Return customers who have a customer account.</li> <li><strong>invited</strong>: Return customers who have been invited to create an account.</li> </ul> </td> </tr> <tr> <td><code>tag</code></td> <td>Tagged with</td> <td>Filter customers by tag. Valid values are any existing customer tag, contained in quotation marks. Example values: <ul> <li><strong>\\\"Big spender\\\"</strong>: Return customers who have the tag <strong>Big spender</strong>. The double quotation marks have been escaped.</li> <li><strong>'Favorite'</strong>: Return customers who have the tag <strong>Favorite</strong>.</li> </ul> </td> </tr> <tr> <td><code>total_spent</code></td> <td>Money spent</td> <td>Filter customers by the total amount that they have spent across all of their orders. Valid values: <ul> <li><strong>&gt;money_amount</strong>: Return customers who have spent less than the specified amount of money.</li> <li><strong>&lt;money_amount</strong>: Return customers who have spent more than the specified amount of money.</li> <li><strong>money_amount</strong>: Return customers who have spent the specified amount of money.</li> </ul> </td> </tr> </tbody> </table>","_postman_id":"b161b7ac-9290-4305-bb06-61ca395baa4c"}],"id":"6849f83f-595b-4378-be40-b82f2e4bad1b","_postman_id":"6849f83f-595b-4378-be40-b82f2e4bad1b","description":""},{"name":"Discounts","item":[{"name":"DiscountCode","item":[{"name":"Creates a discount code","id":"c17e0fdd-1743-4304-b7b2-ba405a31da31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes.json","description":"<p>Creates a discount code</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","discount_codes.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"61b7a7ac-042a-4fbd-8568-bfe63cb8b639","name":"Create a discount code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"discount_code\": {\n    \"code\": \"SUMMERSALE10OFF\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes.json","description":"Creates a discount code"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_code\":{\"id\":1054381139,\"price_rule_id\":507328175,\"code\":\"SUMMERSALE10OFF\",\"usage_count\":0,\"created_at\":\"2020-01-14T10:35:46-05:00\",\"updated_at\":\"2020-01-14T10:35:46-05:00\"}}"}],"_postman_id":"c17e0fdd-1743-4304-b7b2-ba405a31da31"},{"name":"Updates an existing discount code","id":"9fa56803-bdeb-43c4-a4ca-c0ab9d06df8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes/{{discount_code_id}}.json","description":"<p>Updates an existing discount code</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","discount_codes","{{discount_code_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"e635c02d-1cca-4575-a5fc-57afe3b63490","name":"Update the code for a discount","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"discount_code\": {\n    \"id\": 507328175,\n    \"code\": \"WINTERSALE20OFF\",\n    \"usage_count\": 0,\n    \"created_at\": \"2020-01-14T10:35:09-05:00\",\n    \"updated_at\": \"2020-01-14T10:35:09-05:00\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes/{{discount_code_id}}.json","description":"Updates an existing discount code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_code\":{\"id\":507328175,\"price_rule_id\":507328175,\"code\":\"WINTERSALE20OFF\",\"usage_count\":0,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:47-05:00\"}}"}],"_postman_id":"9fa56803-bdeb-43c4-a4ca-c0ab9d06df8d"},{"name":"Retrieves a list of discount codes","id":"71650376-0860-4a65-ace6-b4ea96bc68b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes.json","description":"<p>Retrieve a list of discount codes. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","discount_codes.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"48a1c43b-0335-4847-89a8-83acbdee1775","name":"Retrieve a list of all discount codes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes.json","description":"Retrieve a list of discount codes. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_codes\":[{\"id\":507328175,\"price_rule_id\":507328175,\"code\":\"SUMMERSALE10OFF\",\"usage_count\":0,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"}]}"}],"_postman_id":"71650376-0860-4a65-ace6-b4ea96bc68b5"},{"name":"Retrieves a single discount code","id":"db544376-dd0a-4fa3-a58e-5c7dbf40b02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes/{{discount_code_id}}.json","description":"<p>Retrieves a single discount code</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","discount_codes","{{discount_code_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"cc3ab422-567d-4544-89fa-2dcb7070b354","name":"Retrieve a single discount code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes/{{discount_code_id}}.json","description":"Retrieves a single discount code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_code\":{\"id\":507328175,\"price_rule_id\":507328175,\"code\":\"SUMMERSALE10OFF\",\"usage_count\":0,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"}}"}],"_postman_id":"db544376-dd0a-4fa3-a58e-5c7dbf40b02f"},{"name":"Retrieves the location of a discount code","id":"277bfba3-5699-49bd-9e7c-1c9fd9e73466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/discount_codes/lookup.json","description":"<p>Retrieves the location of a discount code.</p> <p>The discount code's location is returned in the location header, not in the DiscountCode object itself. Depending on your HTTP client, the location of the discount code might follow the location header automatically.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","discount_codes","lookup.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"e477c787-55f5-46d1-85b6-7e060ca139b5","name":"Search for a discount code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/discount_codes/lookup.json?code=SUMMERSALE10OFF","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","discount_codes","lookup.json"],"query":[{"key":"code","value":"SUMMERSALE10OFF"}]},"description":"<p>Retrieves the location of a discount code.</p> <p>The discount code's location is returned in the location header, not in the DiscountCode object itself. Depending on your HTTP client, the location of the discount code might follow the location header automatically.</p>"},"status":"See Other","code":303,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"277bfba3-5699-49bd-9e7c-1c9fd9e73466"},{"name":"Deletes a discount code","id":"575cb6a1-ef71-4094-8e29-3e63176e914c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes/{{discount_code_id}}.json","description":"<p>Deletes a discount code</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","discount_codes","{{discount_code_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"625c87ed-694f-4ac3-81d5-d7a18e61ba2b","name":"Delete a discount code","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/discount_codes/{{discount_code_id}}.json","description":"Deletes a discount code"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"575cb6a1-ef71-4094-8e29-3e63176e914c"},{"name":"Creates a discount code creation job","id":"f60c828a-0252-4da6-98ba-a208c8e8153d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/batch.json","description":"<p>Creates a discount code creation job.</p> <p>The batch endpoint can be used to asynchronously create up to 100 discount codes in a single request. It enqueues and returns a <code>discount_code_creation</code> object that can be monitored for completion.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","batch.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"d950ddcd-7782-4ced-afd7-fea34eb7e480","name":"Create a discount code creation job","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"discount_codes\": [\n    {\n      \"code\": \"SUMMER1\"\n    },\n    {\n      \"code\": \"SUMMER2\"\n    },\n    {\n      \"code\": \"SUMMER3\"\n    }\n  ]\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/batch.json","description":"<p>Creates a discount code creation job.</p> <p>The batch endpoint can be used to asynchronously create up to 100 discount codes in a single request. It enqueues and returns a <code>discount_code_creation</code> object that can be monitored for completion.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_code_creation\":{\"id\":989355119,\"price_rule_id\":507328175,\"started_at\":null,\"completed_at\":null,\"created_at\":\"2020-01-14T10:35:52-05:00\",\"updated_at\":\"2020-01-14T10:35:52-05:00\",\"status\":\"queued\",\"codes_count\":3,\"imported_count\":0,\"failed_count\":0}}"}],"_postman_id":"f60c828a-0252-4da6-98ba-a208c8e8153d"},{"name":"Retrieves a discount code creation job","id":"c744d407-a472-413f-9917-27ba8666d832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/batch/{{batch_id}}.json","description":"<p>Retrieves a discount code creation job</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","batch","{{batch_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"daba98f4-9348-4280-847e-a28c1f32e638","name":"Retrieve a discount code creation job","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/batch/{{batch_id}}.json","description":"<p>Retrieves a discount code creation job</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_code_creation\":{\"id\":173232803,\"price_rule_id\":507328175,\"started_at\":null,\"completed_at\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"status\":\"queued\",\"codes_count\":3,\"imported_count\":0,\"failed_count\":0}}"}],"_postman_id":"c744d407-a472-413f-9917-27ba8666d832"},{"name":"Retrieves a list of discount codes for a discount code creation job","id":"d3169913-1317-4800-9575-e05348793de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/batch/{{batch_id}}/discount_codes.json","description":"<p>Retrieves a list of discount codes for a discount code creation job.</p> <p>Discount codes that have been successfully created include a populated <code>id</code> field. Discount codes that encountered errors during the creation process include a populated <code>errors</code> field.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}","batch","{{batch_id}}","discount_codes.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3465d525-5858-440e-8484-6a7b0af9c466","name":"Retrieve a list of discount codes for a discount code creation job","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}/batch/{{batch_id}}/discount_codes.json","description":"<p>Retrieves a list of discount codes for a discount code creation job.</p> <p>Discount codes that have been successfully created include a populated <code>id</code> field. Discount codes that encountered errors during the creation process include a populated <code>errors</code> field.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"discount_codes\":[{\"id\":null,\"code\":\"foo\",\"errors\":{}},{\"id\":null,\"code\":\"\",\"errors\":{}},{\"id\":null,\"code\":\"bar\",\"errors\":{}}]}"}],"_postman_id":"d3169913-1317-4800-9575-e05348793de9"}],"id":"8d3ed824-4326-4972-abc0-baeb7b770368","description":"<p>You can use the PriceRule DiscountCode resource to create discount codes that enable specific discounts to be redeemed. Merchants can distribute discount codes to their customers using a variety of means, such as an email or URL, and customers can apply these codes at checkout.</p> <p>Each discount code belongs to a price rule, which holds the logic for the discount. For more information, see the <a href=\"https://help.shopify.com/api/reference/pricerule\">PriceRule</a> resource.</p> <p>To create multiple discount codes that use the same price rule logic, use the batch endpoint. For example, you might allow merchants to create a batch of discount codes that belong to the same price rule but are each personalized for a different customer.</p>","_postman_id":"8d3ed824-4326-4972-abc0-baeb7b770368"},{"name":"PriceRule","item":[{"name":"Creates a price rule","id":"06e523a5-552b-4f65-80d3-01fa225942c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"<p>Creates a price rule</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"08d7bbe1-0ff2-4a51-9994-e18870a2e965","name":"Create a price rule that gives the buyer 15% off a specific collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_rule\": {\n    \"title\": \"15OFFCOLLECTION\",\n    \"target_type\": \"line_item\",\n    \"target_selection\": \"entitled\",\n    \"allocation_method\": \"across\",\n    \"value_type\": \"percentage\",\n    \"value\": \"-15.0\",\n    \"customer_selection\": \"all\",\n    \"entitled_collection_ids\": [\n      841564295\n    ],\n    \"starts_at\": \"2017-01-19T17:59:10Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"Creates a price rule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":996341480,\"value_type\":\"percentage\",\"value\":\"-15.0\",\"customer_selection\":\"all\",\"target_type\":\"line_item\",\"target_selection\":\"entitled\",\"allocation_method\":\"across\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2017-01-19T12:59:10-05:00\",\"ends_at\":null,\"created_at\":\"2020-01-14T10:40:45-05:00\",\"updated_at\":\"2020-01-14T10:40:45-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[841564295],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"15OFFCOLLECTION\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/996341480\"}}"},{"id":"6c8d47e3-97df-4c34-8878-e32aa8212eb0","name":"Create a price rule that gives a select group of customers $5 off their order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_rule\": {\n    \"title\": \"5OFFCUSTOMERGROUP\",\n    \"target_type\": \"line_item\",\n    \"target_selection\": \"all\",\n    \"allocation_method\": \"across\",\n    \"value_type\": \"fixed_amount\",\n    \"value\": \"-5.0\",\n    \"customer_selection\": \"prerequisite\",\n    \"prerequisite_saved_search_ids\": [\n      789629109\n    ],\n    \"starts_at\": \"2017-01-19T17:59:10Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"Creates a price rule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":996341482,\"value_type\":\"fixed_amount\",\"value\":\"-5.0\",\"customer_selection\":\"prerequisite\",\"target_type\":\"line_item\",\"target_selection\":\"all\",\"allocation_method\":\"across\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2017-01-19T12:59:10-05:00\",\"ends_at\":null,\"created_at\":\"2020-01-14T10:40:47-05:00\",\"updated_at\":\"2020-01-14T10:40:47-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[789629109],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"5OFFCUSTOMERGROUP\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/996341482\"}}"},{"id":"96e24c4a-1537-4cef-9183-7db7f0cd83b3","name":"Create a price rule that gives the buyer free shipping on orders\n        over $50.00 that can be used up to 20 times","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_rule\": {\n    \"title\": \"FREESHIPPING\",\n    \"target_type\": \"shipping_line\",\n    \"target_selection\": \"all\",\n    \"allocation_method\": \"each\",\n    \"value_type\": \"percentage\",\n    \"value\": \"-100.0\",\n    \"usage_limit\": 20,\n    \"customer_selection\": \"all\",\n    \"prerequisite_subtotal_range\": {\n      \"greater_than_or_equal_to\": \"50.0\"\n    },\n    \"starts_at\": \"2017-01-19T17:59:10Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"Creates a price rule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":996341481,\"value_type\":\"percentage\",\"value\":\"-100.0\",\"customer_selection\":\"all\",\"target_type\":\"shipping_line\",\"target_selection\":\"all\",\"allocation_method\":\"each\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":20,\"starts_at\":\"2017-01-19T12:59:10-05:00\",\"ends_at\":null,\"created_at\":\"2020-01-14T10:40:46-05:00\",\"updated_at\":\"2020-01-14T10:40:46-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":{\"greater_than_or_equal_to\":\"50.0\"},\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"FREESHIPPING\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/996341481\"}}"},{"id":"98ce2c2e-d5cf-4c44-ae35-304d3a294938","name":"Create a Buy X Get Y price rule that gives one free ipod touch if customer buys 2 ipods ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_rule\": {\n    \"title\": \"Buy2iPodsGetiPodTouchForFree\",\n    \"value_type\": \"percentage\",\n    \"value\": \"-100.0\",\n    \"customer_selection\": \"all\",\n    \"target_type\": \"line_item\",\n    \"target_selection\": \"entitled\",\n    \"allocation_method\": \"each\",\n    \"starts_at\": \"2018-03-22T00:00:00-00:00\",\n    \"prerequisite_collection_ids\": [\n      841564295\n    ],\n    \"entitled_product_ids\": [\n      921728736\n    ],\n    \"prerequisite_to_entitlement_quantity_ratio\": {\n      \"prerequisite_quantity\": 2,\n      \"entitled_quantity\": 1\n    },\n    \"allocation_limit\": 3\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"Creates a price rule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":996341478,\"value_type\":\"percentage\",\"value\":\"-100.0\",\"customer_selection\":\"all\",\"target_type\":\"line_item\",\"target_selection\":\"entitled\",\"allocation_method\":\"each\",\"allocation_limit\":3,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2018-03-21T20:00:00-04:00\",\"ends_at\":null,\"created_at\":\"2020-01-14T10:40:39-05:00\",\"updated_at\":\"2020-01-14T10:40:40-05:00\",\"entitled_product_ids\":[921728736],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[841564295],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":2,\"entitled_quantity\":1},\"title\":\"Buy2iPodsGetiPodTouchForFree\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/996341478\"}}"},{"id":"c434a2af-9bfb-466c-be9a-6e91e110dd6a","name":"Create a price rule that gives the buyer $10.00 off an order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_rule\": {\n    \"title\": \"SUMMERSALE10OFF\",\n    \"target_type\": \"line_item\",\n    \"target_selection\": \"all\",\n    \"allocation_method\": \"across\",\n    \"value_type\": \"fixed_amount\",\n    \"value\": \"-10.0\",\n    \"customer_selection\": \"all\",\n    \"starts_at\": \"2017-01-19T17:59:10Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"Creates a price rule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":996341479,\"value_type\":\"fixed_amount\",\"value\":\"-10.0\",\"customer_selection\":\"all\",\"target_type\":\"line_item\",\"target_selection\":\"all\",\"allocation_method\":\"across\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2017-01-19T12:59:10-05:00\",\"ends_at\":null,\"created_at\":\"2020-01-14T10:40:45-05:00\",\"updated_at\":\"2020-01-14T10:40:45-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"SUMMERSALE10OFF\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/996341479\"}}"}],"_postman_id":"06e523a5-552b-4f65-80d3-01fa225942c8"},{"name":"Updates an existing a price rule","id":"72840f8d-2f4a-4329-9fe8-587d86d03c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}.json","description":"<p>Updates an existing a price rule</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"66a170a5-0d94-48b3-aac5-68f26dac0762","name":"Update the title of a price rule","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"price_rule\": {\n    \"id\": 507328175,\n    \"title\": \"WINTER SALE\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}.json","description":"Updates an existing a price rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":507328175,\"value_type\":\"fixed_amount\",\"value\":\"-10.0\",\"customer_selection\":\"all\",\"target_type\":\"line_item\",\"target_selection\":\"all\",\"allocation_method\":\"across\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2020-01-08T10:35:09-05:00\",\"ends_at\":\"2020-01-20T10:35:09-05:00\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:40:40-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"WINTER SALE\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/507328175\"}}"}],"_postman_id":"72840f8d-2f4a-4329-9fe8-587d86d03c6b"},{"name":"Retrieves a list of price rules","id":"b13c05f0-24ee-485c-9508-091003584be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","description":"<p>Retrieves a list of price rules. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show price rules created after date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show price rules created before date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show price rules last updated after date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show price rules last updated before date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show price rules starting after date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"starts_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show price rules starting before date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"starts_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show price rules ending after date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"ends_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show price rules ending before date (format 2017-03-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"ends_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show price rules with times used. </p>\n","type":"text/plain"},"key":"times_used","value":""}],"variable":[]}},"response":[{"id":"1b6c87a1-600b-48e5-8990-a8fcf0f04156","name":"Retrieve all price rules","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","price_rules.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show price rules created after date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show price rules created before date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show price rules last updated after date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show price rules last updated before date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"starts_at_min","value":"","description":"Show price rules starting after date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"starts_at_max","value":"","description":"Show price rules starting before date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"ends_at_min","value":"","description":"Show price rules ending after date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"ends_at_max","value":"","description":"Show price rules ending before date (format 2017-03-25T16:15:47-04:00). ","disabled":true},{"key":"times_used","value":"","description":"Show price rules with times used. ","disabled":true}]},"description":"Retrieves a list of price rules. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rules\":[{\"id\":507328175,\"value_type\":\"fixed_amount\",\"value\":\"-10.0\",\"customer_selection\":\"all\",\"target_type\":\"line_item\",\"target_selection\":\"all\",\"allocation_method\":\"across\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2020-01-08T10:35:09-05:00\",\"ends_at\":\"2020-01-20T10:35:09-05:00\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"SUMMERSALE10OFF\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/507328175\"}]}"}],"_postman_id":"b13c05f0-24ee-485c-9508-091003584be0"},{"name":"Retrieves a single price rule","id":"eaa1822a-d3e4-410e-9c36-d4ac4fcbfcf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}.json","description":"<p>Retrieves a single price rule</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"02dd7fa8-28da-4b8f-b923-cdcbc3d82294","name":"Retrieve a single price rule by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}.json","description":"Retrieves a single price rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"price_rule\":{\"id\":507328175,\"value_type\":\"fixed_amount\",\"value\":\"-10.0\",\"customer_selection\":\"all\",\"target_type\":\"line_item\",\"target_selection\":\"all\",\"allocation_method\":\"across\",\"allocation_limit\":null,\"once_per_customer\":false,\"usage_limit\":null,\"starts_at\":\"2020-01-08T10:35:09-05:00\",\"ends_at\":\"2020-01-20T10:35:09-05:00\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"entitled_product_ids\":[],\"entitled_variant_ids\":[],\"entitled_collection_ids\":[],\"entitled_country_ids\":[],\"prerequisite_product_ids\":[],\"prerequisite_variant_ids\":[],\"prerequisite_collection_ids\":[],\"prerequisite_saved_search_ids\":[],\"prerequisite_customer_ids\":[],\"prerequisite_subtotal_range\":null,\"prerequisite_quantity_range\":null,\"prerequisite_shipping_price_range\":null,\"prerequisite_to_entitlement_quantity_ratio\":{\"prerequisite_quantity\":null,\"entitled_quantity\":null},\"title\":\"SUMMERSALE10OFF\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/PriceRule\\/507328175\"}}"}],"_postman_id":"eaa1822a-d3e4-410e-9c36-d4ac4fcbfcf6"},{"name":"Retrieves a count of all price rules","id":"4008ab13-8e20-40ea-904e-a4b1c25ed99a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/count.json","description":"<p>Retrieves a count of all price rules.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"977a8aeb-8136-4cf5-95ab-2da4a8d5d5bd","name":"Retrieve a count of all price rules","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/count.json","description":"Retrieves a count of all price rules."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"4008ab13-8e20-40ea-904e-a4b1c25ed99a"},{"name":"Remove an existing PriceRule","id":"47f5fa37-1338-4586-baa1-70c39949a0c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}.json","description":"<p>Deletes a price rule</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","price_rules","{{price_rule_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"be4460fc-5ae5-4256-8aee-eb52026b7a0f","name":"Delete a price rule","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/price_rules/{{price_rule_id}}.json","description":"Deletes a price rule"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47f5fa37-1338-4586-baa1-70c39949a0c9"}],"id":"815da584-f1fe-461a-8df3-e880cba1bd4d","description":"<p>You can use the PriceRule resource to create discounts using conditions. You can then associate the conditions with a discount code by using the <a href=\"https://help.shopify.com/api/reference/discounts/discountcode\">DiscountCode</a> resource. Merchants can distribute the discount codes to their customers.</p> <p>Using the PriceRule resource, you can create discounts that specify a discount as a percentage, a fixed amount, or free shipping. You use entitlements and prerequisites to dynamically build these discounts.</p> <p>To learn about how to associate a price rule with a discount code, see the <a href=\"https://help.shopify.com/api/reference/discounts/discountcode\">DiscountCode</a> resource.</p> <h2>Create a price rule</h2> <p>You can create price rules with entitlements and prerequisites. Entitlements describe the designated resources that a discount applies to, such as specific products, variants, or collections. Prerequisites describe the requirements that must be met in order for the discount to apply to the entitled resources. For example, you might want a discount to apply only to a certain shipping price range, or a certain subtotal range.</p> <p>You can use entitlements, prereqisites, and other conditions to create discounts, such as the following examples: </p><ul> <li>$10 off the buyer's order if the total exceeds $40</li> <li>15% off certain collections</li> <li>free shipping on orders over $100.00 for Canadian buyers, redeemable up to 20 times</li> </ul> <p></p> <p>For examples of how to create price rules, see the <a href=\"https://help.shopify.com/api/reference/pricerule/#create\">POST method</a>.</p>","_postman_id":"815da584-f1fe-461a-8df3-e880cba1bd4d"}],"id":"c0a7ac20-7d14-4f4b-a907-1816690c2ee5","_postman_id":"c0a7ac20-7d14-4f4b-a907-1816690c2ee5","description":""},{"name":"Events","item":[{"name":"Event","item":[{"name":"Retrieves a list of events","id":"23abc080-d569-4cc5-b0b7-df5686dd6a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events.json","description":"<p>Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","events.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only results after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show events specified in this filter. </p>\n","type":"text/plain"},"key":"filter","value":""},{"disabled":true,"description":{"content":"<p>Show events of a certain type. </p>\n","type":"text/plain"},"key":"verb","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"1ffd92f1-5bb6-493a-bc72-fcc5d2ba8840","name":"Retrieve a list of events related to products that were deleted","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[]}"},{"id":"57edb0e4-026c-47b2-b4cd-8733720ed531","name":"Retrieve a list of all events from a specific order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":103105390,\"subject_id\":450789469,\"created_at\":\"2008-01-10T05:00:00-05:00\",\"subject_type\":\"Order\",\"verb\":\"authorization_success\",\"arguments\":[\"389404469\",\"210.94\",\"USD\"],\"body\":null,\"message\":\"A transaction was authorized.\",\"author\":\"Shopify\",\"description\":\"A transaction was authorized.\",\"path\":\"\\/admin\\/orders\\/450789469\"},{\"id\":164748010,\"subject_id\":450789469,\"created_at\":\"2008-01-10T06:00:00-05:00\",\"subject_type\":\"Order\",\"verb\":\"confirmed\",\"arguments\":[\"#1001\",\"Bob Norman\"],\"body\":null,\"message\":\"Received new order \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/orders\\/450789469\\\"\\u003e#1001\\u003c\\/a\\u003e by Bob Norman.\",\"author\":\"Shopify\",\"description\":\"Received new order #1001 by Bob Norman.\",\"path\":\"\\/admin\\/orders\\/450789469\"},{\"id\":852065041,\"subject_id\":450789469,\"created_at\":\"2008-01-10T09:00:00-05:00\",\"subject_type\":\"Order\",\"verb\":\"placed\",\"arguments\":[],\"body\":null,\"message\":\"This order was created for Bob Norman from draft order \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/draft_orders\\/72885271\\\"\\u003e#D4\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"This order was created for Bob Norman from draft order #D4.\",\"path\":\"\\/admin\\/orders\\/450789469\"}]}"},{"id":"7d4a18b1-1d0f-48b9-bdd5-3dbd864935c2","name":"Retrieve all events after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":365755215,\"subject_id\":632910392,\"created_at\":\"2008-01-10T07:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Nano - 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/632910392\\\"\\u003eIPod Nano - 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Nano - 8GB.\",\"path\":\"\\/admin\\/products\\/632910392\"},{\"id\":677313116,\"subject_id\":921728736,\"created_at\":\"2008-01-10T08:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Touch 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/921728736\\\"\\u003eIPod Touch 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Touch 8GB.\",\"path\":\"\\/admin\\/products\\/921728736\"}]}"},{"id":"7fbe4777-a2b8-49c3-a7fb-9b2893006a14","name":"Retrieve an event after a specific ID using <code>since_id</code>","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":852065041,\"subject_id\":450789469,\"created_at\":\"2008-01-10T09:00:00-05:00\",\"subject_type\":\"Order\",\"verb\":\"placed\",\"arguments\":[],\"body\":null,\"message\":\"This order was created for Bob Norman from draft order \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/draft_orders\\/72885271\\\"\\u003e#D4\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"This order was created for Bob Norman from draft order #D4.\",\"path\":\"\\/admin\\/orders\\/450789469\"}]}"},{"id":"88fb11e9-87a6-46cf-a762-1a945e6803ff","name":"Retrieve a list of all events related to products and orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":164748010,\"subject_id\":450789469,\"created_at\":\"2008-01-10T06:00:00-05:00\",\"subject_type\":\"Order\",\"verb\":\"confirmed\",\"arguments\":[\"#1001\",\"Bob Norman\"],\"body\":null,\"message\":\"Received new order \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/orders\\/450789469\\\"\\u003e#1001\\u003c\\/a\\u003e by Bob Norman.\",\"author\":\"Shopify\",\"description\":\"Received new order #1001 by Bob Norman.\",\"path\":\"\\/admin\\/orders\\/450789469\"},{\"id\":365755215,\"subject_id\":632910392,\"created_at\":\"2008-01-10T07:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Nano - 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/632910392\\\"\\u003eIPod Nano - 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Nano - 8GB.\",\"path\":\"\\/admin\\/products\\/632910392\"},{\"id\":677313116,\"subject_id\":921728736,\"created_at\":\"2008-01-10T08:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Touch 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/921728736\\\"\\u003eIPod Touch 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Touch 8GB.\",\"path\":\"\\/admin\\/products\\/921728736\"}]}"},{"id":"cab9a715-0e57-45a2-950e-97552dc5fe0d","name":"Retrieve all events from a specific product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":677313116,\"subject_id\":921728736,\"created_at\":\"2008-01-10T08:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Touch 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/921728736\\\"\\u003eIPod Touch 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Touch 8GB.\",\"path\":\"\\/admin\\/products\\/921728736\"}]}"},{"id":"d6ae3acf-cfdf-4935-be1e-d69cfddc920e","name":"Retrieve a list of events that occured at the specified time","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":677313116,\"subject_id\":921728736,\"created_at\":\"2008-01-10T08:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Touch 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/921728736\\\"\\u003eIPod Touch 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Touch 8GB.\",\"path\":\"\\/admin\\/products\\/921728736\"}]}"},{"id":"f346b049-da49-419a-9d69-8583e546f5d9","name":"Retrieve a list of all events for a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show only results after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"filter","value":"","description":"Show events specified in this filter. ","disabled":true},{"key":"verb","value":"","description":"Show events of a certain type. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of events. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":164748010,\"subject_id\":450789469,\"created_at\":\"2008-01-10T06:00:00-05:00\",\"subject_type\":\"Order\",\"verb\":\"confirmed\",\"arguments\":[\"#1001\",\"Bob Norman\"],\"body\":null,\"message\":\"Received new order \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/orders\\/450789469\\\"\\u003e#1001\\u003c\\/a\\u003e by Bob Norman.\",\"author\":\"Shopify\",\"description\":\"Received new order #1001 by Bob Norman.\",\"path\":\"\\/admin\\/orders\\/450789469\"},{\"id\":365755215,\"subject_id\":632910392,\"created_at\":\"2008-01-10T07:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Nano - 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/632910392\\\"\\u003eIPod Nano - 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Nano - 8GB.\",\"path\":\"\\/admin\\/products\\/632910392\"},{\"id\":677313116,\"subject_id\":921728736,\"created_at\":\"2008-01-10T08:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Touch 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/921728736\\\"\\u003eIPod Touch 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Touch 8GB.\",\"path\":\"\\/admin\\/products\\/921728736\"}]}"}],"_postman_id":"23abc080-d569-4cc5-b0b7-df5686dd6a31"},{"name":"Retrieves a single event","id":"ff83b261-6873-4012-b34a-3a43bf144ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events/{{event_id}}.json","description":"<p>Retrieves a single event by its ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","events","{{event_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"27517c4b-11d3-4211-8b50-acff1ea1b4ef","name":"Retrieves a single event by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events/{{event_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events","{{event_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single event by its ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"event\":{\"id\":677313116,\"subject_id\":921728736,\"created_at\":\"2008-01-10T08:00:00-05:00\",\"subject_type\":\"Product\",\"verb\":\"create\",\"arguments\":[\"IPod Touch 8GB\"],\"body\":null,\"message\":\"Product was created: \\u003ca href=\\\"https:\\/\\/apple.myshopify.com\\/admin\\/products\\/921728736\\\"\\u003eIPod Touch 8GB\\u003c\\/a\\u003e.\",\"author\":\"Shopify\",\"description\":\"Product was created: IPod Touch 8GB.\",\"path\":\"\\/admin\\/products\\/921728736\"}}"}],"_postman_id":"ff83b261-6873-4012-b34a-3a43bf144ca7"},{"name":"Retrieves a count of events","id":"d308f9ff-1529-4337-a8ef-683a90fe3669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events/count.json","description":"<p>Retrieves a count of events</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","events","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""}],"variable":[]}},"response":[{"id":"09af7077-8cee-4d86-9936-e8e12da596a9","name":"Count all events","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true}]},"description":"Retrieves a count of events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"},{"id":"599e2d58-7a5e-4964-ba0c-2ea93ae34f1d","name":"Count of the number of events since a particular time","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/events/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","events","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00) ","disabled":true}]},"description":"Retrieves a count of events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"d308f9ff-1529-4337-a8ef-683a90fe3669"}],"id":"db081d4a-0264-429f-95c3-c71c49144e55","description":"<p>Events are generated by some Shopify resources when certain actions are completed, such as the creation of an article, the fulfillment of an order, or the addition of a product. By requesting events, your app can know when certain actions have occurred in the shop.</p> <div class=\"note\"> <h4>Note</h4> <p>The events returned by the Event resource should not be considered to be realtime. Events might not be created until a few seconds after the action occurs. In rare cases it can take up to a few minutes for some events to appear.</p> </div> <h2>Resources that can create events</h2> <p>Events are generated by the following resources: </p> <ul> <li><a href=\"#article-events-\">Articles</a></li> <li><a href=\"#blog-events-\">Blogs</a></li> <li><a href=\"#collection-events-\">Custom collections</a></li> <li><a href=\"#comment-events-\">Comments</a></li> <li><a href=\"#order-events-\">Orders</a></li> <li><a href=\"#page-events-\">Pages</a></li> <li><a href=\"#price-rule-events-\">Price rules</a></li> <li><a href=\"#product-events-\">Products</a></li> <li><a href=\"#collection-events-\">Smart collections</a></li> </ul> <h3>Article events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New article created: <code>article_url</code></td> <td>The article was created.</td> </tr> <tr> <td><code>destroy</code></td> <td><code>article_url</code> was destroyed.</td> <td>The article was deleted.</td> </tr> <tr> <td><code>published</code></td> <td><code>article_url</code> was published.</td> <td>The article was published.</td> </tr> <tr> <td><code>unpublished</code></td> <td><code>article_url</code> was unpublished.</td> <td>The article was unpublished.</td> </tr> <tr> <td><code>update</code></td> <td><code>article_url</code> was updated (but its published state was not changed).</td> <td>The article was updated.</td> </tr> </tbody> </table> <h3>Blog events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New blog created: <code>new_blog_url</code></td> <td>The blog was created.</td> </tr> <tr> <td><code>destroy</code></td> <td><code>blog_name</code> was destroyed.</td> <td>The blog was deleted.</td> </tr> <tr> <td><code>update</code></td> <td><code>blog_name</code> was updated.</td> <td>The blog was updated.</td> </tr> </tbody> </table> <h3>Collection events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New collection created: <code>collection_url</code></td> <td>The collection was created.</td> </tr> <tr> <td><code>destroy</code></td> <td><code>collection_url</code> was destroyed.</td> <td>The collection was deleted.</td> </tr> <tr> <td><code>published</code></td> <td><code>collection_url</code> was published.</td> <td>The collection was published.</td> </tr> <tr> <td><code>unpublished</code></td> <td><code>collection_url</code> was hidden.</td> <td>The collection was hidden.</td> </tr> <tr> <td><code>update</code></td> <td><code>collection_url</code> was updated.</td> <td>The collection was updated.</td> </tr> </tbody> </table> <h3>Comment events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New comment for <code>article_url</code>: <code>comment_excerpt</code></td> <td>The comment was created.</td> </tr> </tbody> </table> <h3>Order events</h3> <p>Order events can be divided into the following categories:</p> <ul> <li><strong>Authorization</strong>: Includes whether the authorization succeeded, failed, or is pending.</li> <li><strong>Capture</strong>: Includes whether the capture succeeded, failed, or is pending.</li> <li><strong>Email</strong>: Includes confirmation or cancellation of the order, as well as shipping.</li> <li><strong>Fulfillment</strong>: Includes whether the fulfillment succeeded, failed, or is pending. Also includes cancellation, restocking, and fulfillment updates.</li> <li><strong>Order</strong>: Includess the placement, confirmation, closing, re-opening, and cancellation of the order.</li> <li><strong>Refund</strong>: Includes whether the refund succeeded, failed, or is pending.</li> <li><strong>Sale</strong>: Includes whether the sale succeeded, failed, or is pending.</li> <li><strong>Void</strong>: Includes whether the void succeeded, failed, or is pending.</li> </ul> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>authorization_failure</code></td> <td>The customer, unsuccessfully, tried to authorize: <code>money_amount</code></td> <td>Authorization failed. The funds cannot be captured.</td> </tr> <tr> <td><code>authorization_pending</code></td> <td>Authorization for <code>money_amount</code> is pending.</td> <td>Authorization failed. The funds cannot be captured.</td> </tr> <tr> <td><code>authorization_success</code></td> <td>The customer successfully authorized us to capture: <code>money_amount</code></td> <td>Authorization was successful and the funds are available for capture.</td> </tr> <tr> <td><code>cancelled</code></td> <td>Order was cancelled by <code>shop_staff_name</code>. </td> <td>The order was cancelled.</td> </tr> <tr> <td><code>capture_failure</code></td> <td>We failed to capture: <code>money_amount</code></td> <td>The capture failed. The funds cannot be transferred to the shop.</td> </tr> <tr> <td><code>capture_pending</code></td> <td>Capture for <code>money_amount</code> is pending.</td> <td>The capture is in process. The funds are not yet available to the shop.</td> </tr> <tr> <td><code>capture_success</code></td> <td>We successfully captured: <code>money_amount</code></td> <td>The capture was successful and the funds are now available to the shop.</td> </tr> <tr> <td><code>closed</code></td> <td>Order was closed.</td> <td>The order was closed.</td> </tr> <tr> <td><code>confirmed</code></td> <td>Received a new order: <code>order_number</code> by <code>customer_name</code>.</td> <td>The order was confirmed.</td> </tr> <tr> <td><code>fulfillment_cancelled</code></td> <td>We cancelled <code>number_of_line_items</code> from being fulfilled by the third party fulfillment service.</td> <td>Fulfillment for one or more of the line_items failed.</td> </tr> <tr> <td><code>fulfillment_pending</code></td> <td>We submitted <code>number_of_line_items</code> to the third party service.</td> <td>One or more of the line_items has been assigned to a third party service for fulfillment.</td> </tr> <tr> <td><code>fulfillment_success</code></td> <td>We successfully fulfilled line_items.</td> <td>Fulfillment was successful for one or more line_items.</td> </tr> <tr> <td><code>mail_sent</code></td> <td><code>message_type</code> email was sent to the customer.</td> <td>An email was sent to the customer.</td> </tr> <tr> <td><code>placed</code></td> <td>Order was placed.</td> <td>An order was placed by the customer.</td> </tr> <tr> <td><code>re_opened</code></td> <td>Order was re-opened.</td> <td>The order was re-opened.</td> </tr> <tr> <td><code>refund_failure</code></td> <td>We failed to refund <code>money_amount</code>.</td> <td>The refund failed. The funds are still with the shop.</td> </tr> <tr> <td><code>refund_pending</code></td> <td>Refund of <code>money_amount</code> is still pending.</td> <td>THe refund is in process. The funds are still with shop.</td> </tr> <tr> <td><code>refund_success</code></td> <td>We successfully refunded <code>money_amount</code>.</td> <td>The refund was successful. The funds have been transferred to the customer.</td> </tr> <tr> <td><code>restock_line_items</code></td> <td>We restocked <code>number_of_line_items</code>.</td> <td>One or more of the order's line items have been restocked.</td> </tr> <tr> <td><code>sale_failure</code></td> <td>The customer failed to pay <code>money_amount</code>.</td> <td>The sale failed. The funds are not available to the shop.</td> </tr> <tr> <td><code>sale_pending</code></td> <td>The <code>money_amount</code> is pending.</td> <td>The sale is in process. The funds are not yet available to the shop.</td> </tr> <tr> <td><code>sale_success</code></td> <td>We successfully captured <code>money_amount</code>.</td> <td>The sale was successful. The funds are now with the shop.</td> </tr> <tr> <td><code>update</code></td> <td><code>order_number</code> was updated.</td> <td>The order was updated.</td> </tr> <tr> <td><code>void_failure</code></td> <td>We failed to void the authorization.</td> <td>Voiding the authorization failed. The authorization is still valid.</td> </tr> <tr> <td><code>void_pending</code></td> <td>Authorization void is pending.</td> <td>Voiding the authorization is in process. The authorization is still valid.</td> </tr> <tr> <td><code>void_success</code></td> <td>We successfully voided the authorization.</td> <td>Voiding the authorization was successful. The authorization is no longer valid.</td> </tr> </tbody> </table> <h3>Page events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New page created: <code>page_url</code></td> <td>The page was created.</td> </tr> <tr> <td><code>destroy</code></td> <td><code>page_url</code> was destroyed.</td> <td>The page was deleted.</td> </tr> <tr> <td><code>published</code></td> <td><code>page_url</code> was published.</td> <td>The page was published.</td> </tr> <tr> <td><code>unpublished</code></td> <td><code>page_url</code> was hidden.</td> <td>The page was hidden.</td> </tr> <tr> <td><code>update</code></td> <td><code>page_url</code> was updated.</td> <td>The page was updated.</td> </tr> </tbody> </table> <h3>Price rule events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New price rule created: <code>price_rule</code></td> <td>The price rule was created.</td> </tr> <tr> <td><code>destroy</code></td> <td><code>price_rule</code> was destroyed.</td> <td>The price rule was deleted.</td> </tr> <tr> <td><code>update</code></td> <td><code>price_rule</code> was updated.</td> <td>The price rule was updated.</td> </tr> </tbody> </table> <h3>Product events</h3> <table> <tbody> <tr> <th>Verb</th> <th>Message</th> <th>Description</th> </tr> <tr> <td><code>create</code></td> <td>New product created: <code>product_title</code></td> <td>The product was created.</td> </tr> <tr> <td><code>destroy</code></td> <td><code>product_name</code> was destroyed.</td> <td>The product was deleted.</td> </tr> <tr> <td><code>published</code></td> <td><code>product_title</code> was published.</td> <td>The product was published.</td> </tr> <tr> <td><code>unpublished</code></td> <td><code>product_title</code> was hidden.</td> <td>The product was hidden.</td> </tr> </tbody> </table>","_postman_id":"db081d4a-0264-429f-95c3-c71c49144e55"},{"name":"Webhook","item":[{"name":"Retrieves a list of webhooks","id":"d67cf203-0668-41fd-a7a5-834a99699f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks.json","description":"<p>Retrieves a list of webhooks. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","webhooks.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve webhook subscriptions that send the POST request to this URI. </p>\n","type":"text/plain"},"key":"address","value":""},{"disabled":true,"description":{"content":"<p>Retrieve webhook subscriptions that were created before a given date and time (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Retrieve webhook subscriptions that were created after a given date and time (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Maximum number of webhook subscriptions that should be returned. Setting this parameter outside the maximum range will return an error.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict the returned list to webhook subscriptions whose id is greater than the specified since_id. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show webhook subscriptions with a given topic. For a list of valid values, refer to the <a href=\"#topic-property-\"><code>topic</code> property</a>.&gt; </p>\n","type":"text/plain"},"key":"topic","value":""},{"disabled":true,"description":{"content":"<p>Retrieve webhooks that were updated before a given date and time (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Retrieve webhooks that were updated after a given date and time (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""}],"variable":[]}},"response":[{"id":"1a5106c4-daff-4a6a-9e08-d3ce269c7cbd","name":"Retrieve a list of all webhook subscriptions for your shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","webhooks.json"],"query":[{"key":"address","value":"","description":"Retrieve webhook subscriptions that send the POST request to this URI. ","disabled":true},{"key":"created_at_max","value":"","description":"Retrieve webhook subscriptions that were created before a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_min","value":"","description":"Retrieve webhook subscriptions that were created after a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. ","disabled":true},{"key":"limit","value":"","description":"Maximum number of webhook subscriptions that should be returned. Setting this parameter outside the maximum range will return an error.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict the returned list to webhook subscriptions whose id is greater than the specified since\\_id. ","disabled":true},{"key":"topic","value":"","description":"Show webhook subscriptions with a given topic. For a list of valid values, refer to the [`topic` property](#topic-property-).> ","disabled":true},{"key":"updated_at_min","value":"","description":"Retrieve webhooks that were updated before a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Retrieve webhooks that were updated after a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true}]},"description":"Retrieves a list of webhooks. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"webhooks\":[{\"id\":4759306,\"address\":\"https:\\/\\/apple.com\",\"topic\":\"orders\\/create\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"format\":\"json\",\"fields\":[],\"metafield_namespaces\":[],\"api_version\":\"2019-04\",\"private_metafield_namespaces\":[]},{\"id\":901431826,\"address\":\"https:\\/\\/apple.com\\/uninstall\",\"topic\":\"app\\/uninstalled\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"format\":\"json\",\"fields\":[],\"metafield_namespaces\":[],\"api_version\":\"2019-04\",\"private_metafield_namespaces\":[]}]}"},{"id":"b42e852d-5df4-48f6-a84b-443acdb39a6f","name":"Retrieve a list of all webhook subscriptions for your shop after a specified <code>id</code>","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","webhooks.json"],"query":[{"key":"address","value":"","description":"Retrieve webhook subscriptions that send the POST request to this URI. ","disabled":true},{"key":"created_at_max","value":"","description":"Retrieve webhook subscriptions that were created before a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_min","value":"","description":"Retrieve webhook subscriptions that were created after a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. ","disabled":true},{"key":"limit","value":"","description":"Maximum number of webhook subscriptions that should be returned. Setting this parameter outside the maximum range will return an error.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict the returned list to webhook subscriptions whose id is greater than the specified since\\_id. ","disabled":true},{"key":"topic","value":"","description":"Show webhook subscriptions with a given topic. For a list of valid values, refer to the [`topic` property](#topic-property-).> ","disabled":true},{"key":"updated_at_min","value":"","description":"Retrieve webhooks that were updated before a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Retrieve webhooks that were updated after a given date and time (format: 2014-04-25T16:15:47-04:00). ","disabled":true}]},"description":"Retrieves a list of webhooks. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"webhooks\":[{\"id\":901431826,\"address\":\"https:\\/\\/apple.com\\/uninstall\",\"topic\":\"app\\/uninstalled\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"format\":\"json\",\"fields\":[],\"metafield_namespaces\":[],\"api_version\":\"2019-04\",\"private_metafield_namespaces\":[]}]}"}],"_postman_id":"d67cf203-0668-41fd-a7a5-834a99699f75"},{"name":"Receive a count of all Webhooks","id":"b616b9b5-0d06-4d7f-b7c2-910b1638d420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/count.json","description":"<p>Retrieves a count of existing webhook subscriptions</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","webhooks","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve webhook subscriptions that send the POST request to this URI. </p>\n","type":"text/plain"},"key":"address","value":""},{"disabled":true,"description":{"content":"<p>Show webhook subscriptions with a given topic. For a list of valid values, refer to the <a href=\"#topic-property-\"><code>topic</code> property</a>.&gt; </p>\n","type":"text/plain"},"key":"topic","value":""}],"variable":[]}},"response":[{"id":"88cf5e3a-4f3a-46ae-9351-adf0fed7c725","name":"Count all of the webhook subscriptions for the topic <code>orders/create</code>","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","webhooks","count.json"],"query":[{"key":"address","value":"","description":"Retrieve webhook subscriptions that send the POST request to this URI. ","disabled":true},{"key":"topic","value":"","description":"Show webhook subscriptions with a given topic. For a list of valid values, refer to the [`topic` property](#topic-property-).> ","disabled":true}]},"description":"Retrieves a count of existing webhook subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"e1e7437a-42f3-482b-b08e-46b5c18a1cc0","name":"Count all of the webhook subscriptions for your shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","webhooks","count.json"],"query":[{"key":"address","value":"","description":"Retrieve webhook subscriptions that send the POST request to this URI. ","disabled":true},{"key":"topic","value":"","description":"Show webhook subscriptions with a given topic. For a list of valid values, refer to the [`topic` property](#topic-property-).> ","disabled":true}]},"description":"Retrieves a count of existing webhook subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"}],"_postman_id":"b616b9b5-0d06-4d7f-b7c2-910b1638d420"},{"name":"Receive a single Webhook","id":"58dca226-b46e-4466-9f94-0c1067e52ca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/{{webhook_id}}.json","description":"<p>Retrieves a single webhook subscription</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","webhooks","{{webhook_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"7ab5cc32-1009-4097-9e5f-0f5937d056de","name":"Retrieve a single webhook by its <code>id</code>","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/{{webhook_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","webhooks","{{webhook_id}}.json"],"query":[{"key":"fields","value":"","description":"Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. ","disabled":true}]},"description":"Retrieves a single webhook subscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"webhook\":{\"id\":4759306,\"address\":\"https:\\/\\/apple.com\",\"topic\":\"orders\\/create\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"format\":\"json\",\"fields\":[],\"metafield_namespaces\":[],\"api_version\":\"2019-04\",\"private_metafield_namespaces\":[]}}"}],"_postman_id":"58dca226-b46e-4466-9f94-0c1067e52ca9"},{"name":"Create a new Webhook","id":"1b5138e2-124c-4c2e-8c67-0e1cc98eb8ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks.json","description":"<p>Create a new webhook subscription by specifying both an <code>address</code> and a <code>topic</code></p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","webhooks.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"ba18b05e-33cf-41d2-a780-23f0f0b02387","name":"Trying to create a webhook subscription without an <code>address</code> and <code>topic</code> will return a <code>422 - Unprocessable Entity</code> error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webhook\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks.json","description":"Create a new webhook subscription by specifying both an <code>address</code> and a <code>topic</code>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"topic\":[\"can't be blank\",\"Invalid topic specified. Topics allowed: app\\/uninstalled, carts\\/create, carts\\/update, channels\\/delete, checkouts\\/create, checkouts\\/delete, checkouts\\/update, checkouts\\/paid, collection_listings\\/add, collection_listings\\/remove, collection_listings\\/update, collection_publications\\/create, collection_publications\\/delete, collection_publications\\/update, collections\\/create, collections\\/delete, collections\\/update, customer_groups\\/create, customer_groups\\/delete, customer_groups\\/update, customers\\/create, customers\\/delete, customers\\/disable, customers\\/enable, customers\\/update, disputes\\/create, disputes\\/update, draft_orders\\/create, draft_orders\\/delete, draft_orders\\/update, fulfillment_events\\/create, fulfillment_events\\/delete, fulfillments\\/create, fulfillments\\/update, order_transactions\\/create, orders\\/cancelled, orders\\/create, orders\\/delete, orders\\/edited, orders\\/fulfilled, orders\\/paid, orders\\/partially_fulfilled, orders\\/updated, product_listings\\/add, product_listings\\/remove, product_listings\\/update, product_publications\\/create, product_publications\\/delete, product_publications\\/update, products\\/create, products\\/delete, products\\/update, refunds\\/create, shop\\/update, tax_services\\/create, tax_services\\/update, themes\\/create, themes\\/delete, themes\\/publish, themes\\/update, variants\\/in_stock, variants\\/out_of_stock, inventory_levels\\/connect, inventory_levels\\/update, inventory_levels\\/disconnect, inventory_items\\/create, inventory_items\\/update, inventory_items\\/delete, locations\\/create, locations\\/update, locations\\/delete, tender_transactions\\/create, app_purchases_one_time\\/update, app_subscriptions\\/update\"],\"address\":[\"can't be blank\"]}}"},{"id":"f67b9c73-d244-4beb-a6df-cc772e02a6fa","name":"Subscribe to order creation webhooks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webhook\": {\n    \"topic\": \"orders\\/create\",\n    \"address\": \"https:\\/\\/whatever.hostname.com\\/\",\n    \"format\": \"json\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks.json","description":"Create a new webhook subscription by specifying both an <code>address</code> and a <code>topic</code>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"webhook\":{\"id\":1047897672,\"address\":\"https:\\/\\/whatever.hostname.com\\/\",\"topic\":\"orders\\/create\",\"created_at\":\"2020-01-14T10:37:32-05:00\",\"updated_at\":\"2020-01-14T10:37:32-05:00\",\"format\":\"json\",\"fields\":[],\"metafield_namespaces\":[],\"api_version\":\"2019-04\",\"private_metafield_namespaces\":[]}}"}],"_postman_id":"1b5138e2-124c-4c2e-8c67-0e1cc98eb8ed"},{"name":"Modify an existing Webhook","id":"6c7c2b66-3d29-470c-801a-292aeeb83c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/{{webhook_id}}.json","description":"<p>Update a webhook subscription's topic or address URIs</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","webhooks","{{webhook_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"5b39902d-dbec-416a-927d-e870ce02ebb6","name":"Update a webhook subscription so that it POSTs to a different address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"webhook\": {\n    \"id\": 4759306,\n    \"address\": \"https:\\/\\/somewhere-else.com\\/\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/{{webhook_id}}.json","description":"Update a webhook subscription's topic or address URIs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"webhook\":{\"id\":4759306,\"address\":\"https:\\/\\/somewhere-else.com\\/\",\"topic\":\"orders\\/create\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:37:35-05:00\",\"format\":\"json\",\"fields\":[],\"metafield_namespaces\":[],\"api_version\":\"2019-04\",\"private_metafield_namespaces\":[]}}"}],"_postman_id":"6c7c2b66-3d29-470c-801a-292aeeb83c94"},{"name":"Remove an existing Webhook","id":"8e9a11f2-eaf0-4069-a637-93f9f80ec4e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/{{webhook_id}}.json","description":"<p>Delete a webhook subscription</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","webhooks","{{webhook_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"96ed4e5d-a99f-4e46-a9a3-2bd50906e7d3","name":"Delete an existing webhook from a shop","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/webhooks/{{webhook_id}}.json","description":"Delete a webhook subscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8e9a11f2-eaf0-4069-a637-93f9f80ec4e2"}],"id":"f18fd9a7-0a01-4254-b1b1-0b472dbd5df2","description":"<p> You can use webhook subscriptions to receive notifications about particular events in a shop. After you've subscribed to a webhook, you can let your app execute code immediately after specific <a href=\"#events-\">events</a> occur in shops that have your app installed, instead of having to make API calls periodically to check their status. For example, you can rely on webhooks to trigger an action in your app when a customer creates a cart, or when a merchant creates a new product in their Shopify admin. By using webhooks subscriptions you can make fewer API calls overall, which makes sure that your apps are more efficient and update quickly.</p> <h3>Anatomy of a webhook</h3> <p>After you <a href=\"https://help.shopify.com/api/getting-started/webhooks#configure-webhook\">configure a webhook subscription</a>, the events that you specified will trigger a webhook notification each time they occur. This notification contains a JSON payload, and HTTP headers that provide context. For example, the <code>orders/create</code> webhook includes the following headers:</p> <p> </p><ul> <li><strong>X-Shopify-Topic:</strong> <code>orders/create</code></li> <li><strong>X-Shopify-Hmac-Sha256:</strong> <code>XWmrwMey6OsLMeiZKwP4FppHH3cmAiiJJAweH5Jo4bM=</code> </li> <li><strong>X-Shopify-Shop-Domain:</strong> <code>johns-apparel.myshopify.com</code></li> <li><strong>X-Shopify-API-Version:</strong> <code>2019-04</code></li> </ul> <p></p> <p>Some HTTP headers are particularly useful for your app. For example, <code>X-Shopify-Hmac-Sha256</code> is used to <a href=\"https://help.shopify.com/api/getting-started/webhooks#verify-webhook\">verify webhooks</a>, and <code>X-Shopify-Shop-Domain</code> is used to identify the store that's associated with them.</p> <p><code>X-Shopify-API-Version</code> is used to confirm what version of the Admin API used to serialize the webhook event payload. You can <a href=\"https://help.shopify.com/en/api/versioning/webhooks\">configure your app</a> to use a specific API version for all webhooks and that version will be used whenever possible. If an app is set to use an API version that is no longer supported, then Shopify will fall forward to use the oldest supported version.</p> <p>Webhook subscriptions are scoped only to the app that they're registered to. This means that when a webhook subscription is registered to an app, other apps can't view, modify, or delete it. For more information about how to authenticate webhooks, see <a href=\"https://help.shopify.com/api/tutorials/webhooks\"><i>Using webhooks</i></a>. For general information about authentication, see the <a href=\"https://help.shopify.com/api/guides/authentication\">OAuth documentation</a>.</p> <h3>List of supported webhook events and topics</h3> <p>You can retrieve data in either JSON or XML format. Webhooks are available for the following events:</p> ","_postman_id":"f18fd9a7-0a01-4254-b1b1-0b472dbd5df2"}],"id":"a05a3f73-3a17-4c91-a3d5-85b8e2d79bc3","_postman_id":"a05a3f73-3a17-4c91-a3d5-85b8e2d79bc3","description":""},{"name":"Inventory","item":[{"name":"InventoryItem","item":[{"name":"Retrieves a list of inventory items","id":"e9250774-6f84-416a-baf2-917e0119e36e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items.json","description":"<p>Retrieves a list of inventory items. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_items.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only inventory items specified by a comma-separated list of IDs.(maximum: 100) </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"9e783460-3ce5-4324-ae2b-45087a29ddfc","name":"Retrieve a list of inventory items","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","inventory_items.json"],"query":[{"key":"ids","value":"","description":"Show only inventory items specified by a comma-separated list of IDs.(maximum: 100) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true}]},"description":"Retrieves a list of inventory items. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_items\":[{\"id\":39072856,\"sku\":\"IPOD2008GREEN\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"requires_shipping\":true,\"cost\":\"25.00\",\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"tracked\":true,\"country_harmonized_system_codes\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryItem\\/39072856\"},{\"id\":457924702,\"sku\":\"IPOD2008BLACK\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"requires_shipping\":true,\"cost\":\"25.00\",\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"tracked\":true,\"country_harmonized_system_codes\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryItem\\/457924702\"},{\"id\":808950810,\"sku\":\"IPOD2008PINK\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"requires_shipping\":true,\"cost\":\"25.00\",\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"tracked\":true,\"country_harmonized_system_codes\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryItem\\/808950810\"}]}"}],"_postman_id":"e9250774-6f84-416a-baf2-917e0119e36e"},{"name":"Retrieves a single inventory item by ID","id":"19a58d6c-182f-4af5-8ec1-606e896a048c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items/{{inventory_item_id}}.json","description":"<p>Retrieves a single inventory item by ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_items","{{inventory_item_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fc9d07ce-ac7f-425c-a50b-41110c7bcc72","name":"Retrieve an inventory item by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items/{{inventory_item_id}}.json","description":"Retrieves a single inventory item by ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_item\":{\"id\":808950810,\"sku\":\"IPOD2008PINK\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"requires_shipping\":true,\"cost\":\"25.00\",\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"tracked\":true,\"country_harmonized_system_codes\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryItem\\/808950810\"}}"}],"_postman_id":"19a58d6c-182f-4af5-8ec1-606e896a048c"},{"name":"Updates an existing inventory item","id":"675b6720-9dc6-4efe-a8b6-16349cdd64a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items/{{inventory_item_id}}.json","description":"<p>Updates an existing inventory item</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_items","{{inventory_item_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0a5f31a8-6379-4dfe-a9ad-5880b99dc724","name":"Update an inventory item's SKU","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inventory_item\": {\n    \"id\": 808950810,\n    \"sku\": \"new sku\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items/{{inventory_item_id}}.json","description":"Updates an existing inventory item"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_item\":{\"id\":808950810,\"sku\":\"new sku\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:39-05:00\",\"requires_shipping\":true,\"cost\":\"25.00\",\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"tracked\":true,\"country_harmonized_system_codes\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryItem\\/808950810\"}}"},{"id":"f4fa991d-95f1-44ec-bb34-eba36b9b46c0","name":"Update an inventory item's unit cost","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inventory_item\": {\n    \"id\": 808950810,\n    \"cost\": \"25.00\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_items/{{inventory_item_id}}.json","description":"Updates an existing inventory item"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_item\":{\"id\":808950810,\"sku\":\"IPOD2008PINK\",\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"requires_shipping\":true,\"cost\":\"25.00\",\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"tracked\":true,\"country_harmonized_system_codes\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryItem\\/808950810\"}}"}],"_postman_id":"675b6720-9dc6-4efe-a8b6-16349cdd64a4"}],"id":"a23927b0-d57c-4de7-b454-fbcaca3a46f4","description":"<p>An inventory item represents the physical good available to be shipped to a customer. It holds essential information about the physical good, including its SKU and whether its inventory is tracked.</p> <p>There is a 1:1 relationship between a product variant and an inventory item. Each product variant includes the ID of its related inventory item. You can use the inventory item ID to query the <a href=\"https://help.shopify.com/api/reference/inventorylevel/\">InventoryLevel</a> resource to retrieve inventory information.</p> <p>Use the InventoryItem resource together with the <a href=\"https://help.shopify.com/api/reference/inventorylevel\">InventoryLevel</a> and <a href=\"https://help.shopify.com/api/reference/location\">Location</a> resources to manage a store's inventory across multiple locations.</p>","_postman_id":"a23927b0-d57c-4de7-b454-fbcaca3a46f4"},{"name":"InventoryLevel","item":[{"name":"Retrieves a list of inventory levels","id":"f8d252e3-350f-46b9-afc3-31ca4cadd94c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json","description":"<p>Retrieves a list of inventory levels.</p> <p>You must include <code>inventory_item_ids</code>, <code>location_ids</code>, or both as filter parameters.</p> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_levels.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of inventory item IDs.(maximum: 50) </p>\n","type":"text/plain"},"key":"inventory_item_ids","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of location IDs. To find the ID of a location, use the <a href=\"/api/reference/location\">Location resource</a>.(maximum: 50) </p>\n","type":"text/plain"},"key":"location_ids","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show inventory levels updated at or after date (format: 2019-03-19T01:21:44-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""}],"variable":[]}},"response":[{"id":"1e39a1fc-3b13-4414-82bb-e3b44471aeef","name":"Retrieve inventory levels for the specified inventory items and locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","inventory_levels.json"],"query":[{"key":"inventory_item_ids","value":"","description":"A comma-separated list of inventory item IDs.(maximum: 50) ","disabled":true},{"key":"location_ids","value":"","description":"A comma-separated list of location IDs. To find the ID of a location, use the [Location resource](/api/reference/location).(maximum: 50) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show inventory levels updated at or after date (format: 2019-03-19T01:21:44-04:00). ","disabled":true}]},"description":"<p>Retrieves a list of inventory levels.</p> <p>You must include <code>inventory_item_ids</code>, <code>location_ids</code>, or both as filter parameters.</p> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_levels\":[{\"inventory_item_id\":808950810,\"location_id\":487838322,\"available\":9,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=808950810\"},{\"inventory_item_id\":39072856,\"location_id\":487838322,\"available\":27,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=39072856\"},{\"inventory_item_id\":808950810,\"location_id\":905684977,\"available\":1,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=808950810\"},{\"inventory_item_id\":39072856,\"location_id\":905684977,\"available\":3,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=39072856\"}]}"},{"id":"8a32ecb3-0eeb-4d77-977d-afb56f20f065","name":"Retrieve inventory levels at a single location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","inventory_levels.json"],"query":[{"key":"inventory_item_ids","value":"","description":"A comma-separated list of inventory item IDs.(maximum: 50) ","disabled":true},{"key":"location_ids","value":"","description":"A comma-separated list of location IDs. To find the ID of a location, use the [Location resource](/api/reference/location).(maximum: 50) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show inventory levels updated at or after date (format: 2019-03-19T01:21:44-04:00). ","disabled":true}]},"description":"<p>Retrieves a list of inventory levels.</p> <p>You must include <code>inventory_item_ids</code>, <code>location_ids</code>, or both as filter parameters.</p> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_levels\":[{\"inventory_item_id\":49148385,\"location_id\":905684977,\"available\":2,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=49148385\"},{\"inventory_item_id\":808950810,\"location_id\":905684977,\"available\":1,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=808950810\"},{\"inventory_item_id\":457924702,\"location_id\":905684977,\"available\":4,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=457924702\"},{\"inventory_item_id\":39072856,\"location_id\":905684977,\"available\":3,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=39072856\"}]}"},{"id":"90e0d57f-2c20-4fa1-ad53-71ebf5d34f2c","name":"Retrieve inventory levels for a single inventory item","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","inventory_levels.json"],"query":[{"key":"inventory_item_ids","value":"","description":"A comma-separated list of inventory item IDs.(maximum: 50) ","disabled":true},{"key":"location_ids","value":"","description":"A comma-separated list of location IDs. To find the ID of a location, use the [Location resource](/api/reference/location).(maximum: 50) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show inventory levels updated at or after date (format: 2019-03-19T01:21:44-04:00). ","disabled":true}]},"description":"<p>Retrieves a list of inventory levels.</p> <p>You must include <code>inventory_item_ids</code>, <code>location_ids</code>, or both as filter parameters.</p> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_levels\":[{\"inventory_item_id\":808950810,\"location_id\":487838322,\"available\":9,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=808950810\"},{\"inventory_item_id\":808950810,\"location_id\":905684977,\"available\":1,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=808950810\"}]}"},{"id":"f69804e2-16a1-4b8d-8d8f-3e0595ce7cad","name":"Retrieving inventory levels without specifying <code>location_ids</code> or <code>inventory_item_ids</code> fails and returns an error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","inventory_levels.json"],"query":[{"key":"inventory_item_ids","value":"","description":"A comma-separated list of inventory item IDs.(maximum: 50) ","disabled":true},{"key":"location_ids","value":"","description":"A comma-separated list of location IDs. To find the ID of a location, use the [Location resource](/api/reference/location).(maximum: 50) ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show inventory levels updated at or after date (format: 2019-03-19T01:21:44-04:00). ","disabled":true}]},"description":"<p>Retrieves a list of inventory levels.</p> <p>You must include <code>inventory_item_ids</code>, <code>location_ids</code>, or both as filter parameters.</p> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8d252e3-350f-46b9-afc3-31ca4cadd94c"},{"name":"Adjusts the inventory level of an inventory item at a location","id":"8283972c-3875-4071-8efa-0f7a475c72eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/adjust.json","description":"<p>Adjusts the inventory level of an inventory item at a single location</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_levels","adjust.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4e4abd0d-661e-4e73-b743-04ce09f29ae3","name":"Adjusting inventory levels at a non-existent location fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 905684977,\n  \"inventory_item_id\": 808950810,\n  \"available_adjustment\": 5\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/adjust.json","description":"<p>Adjusts the inventory level of an inventory item at a single location</p>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":\"Not Found\"}"},{"id":"4ec12e2e-e29b-4bf4-af0a-d5e34ff2123d","name":"Adjusting inventory levels for an inventory item that is untracked fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 905684977,\n  \"inventory_item_id\": 808950810,\n  \"available_adjustment\": 5\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/adjust.json","description":"<p>Adjusts the inventory level of an inventory item at a single location</p>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""},{"id":"86ffc69e-8c7d-4b13-b125-ada0215d5db1","name":"Adjust the available quantity of an inventory item by 5 at a single location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 905684977,\n  \"inventory_item_id\": 808950810,\n  \"available_adjustment\": 5\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/adjust.json","description":"<p>Adjusts the inventory level of an inventory item at a single location</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_level\":{\"inventory_item_id\":808950810,\"location_id\":905684977,\"available\":6,\"updated_at\":\"2020-01-14T10:46:57-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=808950810\"}}"}],"_postman_id":"8283972c-3875-4071-8efa-0f7a475c72eb"},{"name":"Deletes an inventory level from a location","id":"125a8878-db22-4c97-b0c4-e14e98ad2fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json","description":"<p>Deletes an inventory level of an inventory item at a location. Deleting an inventory level for an inventory item removes that item from the specified location. Every inventory item must have at least one inventory level. To move inventory to another location, first connect the inventory item to another location, and then delete the previous inventory level.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_levels.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"53ee83df-9a47-448b-8128-22257dbbc3df","name":"Delete an inventory level","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels.json?inventory_item_id=808950810&amp;location_id=905684977","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","inventory_levels.json"],"query":[{"key":"inventory_item_id","value":"808950810"},{"key":"amp;location_id","value":"905684977"}]},"description":"Deletes an inventory level of an inventory item at a location. Deleting an inventory level for an inventory item removes that item from the specified location. Every inventory item must have at least one inventory level. To move inventory to another location, first connect the inventory item to another location, and then delete the previous inventory level."},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"125a8878-db22-4c97-b0c4-e14e98ad2fde"},{"name":"Connects an inventory item to a location","id":"6f6742b8-7d2a-4780-a8a5-9a9a82d3b1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/connect.json","description":"<p>Connects an inventory item to a location by creating an inventory level at that location.</p> <p>When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_levels","connect.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"8a18f88d-e29e-491d-ac29-ee847f12be8f","name":"Connecting an inventory item to a fulfillment service location without <code>\"relocate_if_necessary\": true</code> fails with a 422 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 48752903,\n  \"inventory_item_id\": 808950810\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/connect.json","description":"<p>Connects an inventory item to a location by creating an inventory level at that location.</p> <p>When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>.</p>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[\"An item cannot be active at more than one location if one of them is a fulfillment service location.\"]}"},{"id":"98a4fc7a-9e1d-4884-ae47-55374dca985b","name":"Connect an inventory item to a location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 192722535,\n  \"inventory_item_id\": 457924702\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/connect.json","description":"<p>Connects an inventory item to a location by creating an inventory level at that location.</p> <p>When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_level\":{\"inventory_item_id\":457924702,\"location_id\":192722535,\"available\":0,\"updated_at\":\"2020-01-14T10:47:01-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/192722535?inventory_item_id=457924702\"}}"},{"id":"a08038d1-5289-47e3-838e-889ed6129409","name":"Connecting an inventory item to a non-existent location fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 123,\n  \"inventory_item_id\": 457924702\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/connect.json","description":"<p>Connects an inventory item to a location by creating an inventory level at that location.</p> <p>When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>.</p>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":\"Not Found\"}"},{"id":"c47252c2-8799-4134-9c8c-8685d789448e","name":"Connecting an inventory item to a location when the store hasn't enabled multiple locations fails with a 403 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 192722535,\n  \"inventory_item_id\": 457924702\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/connect.json","description":"<p>Connects an inventory item to a location by creating an inventory level at that location.</p> <p>When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>.</p>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[\"Shop does not have multi-location enabled\"]}"}],"_postman_id":"6f6742b8-7d2a-4780-a8a5-9a9a82d3b1e5"},{"name":"Sets the inventory level for an inventory item at a location","id":"a68352b6-4c92-4f10-9073-8cd7a1115528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/set.json","description":"<p>Sets the inventory level for an inventory item at a location. If the specified location is not connected, it will be automatically connected first. When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","inventory_levels","set.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"536e1e0b-0629-4e1c-80ad-5f3969cc1583","name":"Setting an inventory item to a fulfillment service without <code>\"disconnect_if_necessary\": true</code> fails with a 422 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 61629186,\n  \"inventory_item_id\": 808950810,\n  \"available\": 42\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/set.json","description":"Sets the inventory level for an inventory item at a location. If the specified location is not connected, it will be automatically connected first. When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[\"An item cannot be active at more than one location if one of them is a fulfillment service location.\"]}"},{"id":"7665771d-15ea-4bca-9ef8-e3f28bdb85f0","name":"Set the available inventory at a location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": 905684977,\n  \"inventory_item_id\": 808950810,\n  \"available\": 42\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/inventory_levels/set.json","description":"Sets the inventory level for an inventory item at a location. If the specified location is not connected, it will be automatically connected first. When connecting inventory items to locations, it's important to understand the rules around <a href=\"#inventory-levels-and-fulfillment-service-locations\">fulfillment service locations</a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_level\":{\"inventory_item_id\":808950810,\"location_id\":905684977,\"available\":42,\"updated_at\":\"2020-01-14T10:47:04-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/905684977?inventory_item_id=808950810\"}}"}],"_postman_id":"a68352b6-4c92-4f10-9073-8cd7a1115528"}],"id":"9661cd66-0675-47b1-93c9-afcb373d9761","description":"<p>An inventory level represents the available quantity of an inventory item at a specific location.</p> <p>Each inventory level belongs to one inventory item and has one location. For every location where an inventory item is available, there's an inventory level that represents the inventory item's quantity at that location:</p> <h2>Inventory levels and fulfillment service locations</h2> <p>A fulfillment service <a href=\"https://help.shopify.com/api/reference/location\">location</a> has a 1:1 relationship with a third-party fulfillment service. When an app <a href=\"https://help.shopify.com/api/reference/fulfillmentservice\">creates a new fulfillment service</a> on a store, Shopify automatically creates a location that's associated with that fulfillment service. The FulfillmentService resource has a <code>location_id</code> property, which identifies the associated location.</p> <p>An inventory item connected to a fulfillment service location can't be connected to any other locations at the same time:</p> <h3>Connecting an inventory item to a fulfillment service location</h3> <p>When you work with items that have been or will be connected a fulfillment location, you should include <code>\"relocate_if_necessary\": true</code> in the body of the request. There are two situations where you might do this:</p> <ul> <li>connecting an inventory item to a fulfillment service location and disconnecting it from all standard locations</li> <li>connecting an inventory item to one or more standard locations and disconnecting it from a fulfillment service location</li> </ul> <p>If <code>relocate_if_necessary</code> is <code>true</code>, then all inventory for the item is relocated to the new location and disconnected from any other locations. If a fulfillment service location is involved but <code>relocate_if_necessary</code> is <code>false</code>, then the connection will fail. If no fulfillment service is involved, then the property is ignored and no inventory is relocated.</p> <h3>Setting the inventory level at a fulfillment service location</h3> <p>When you set inventory for a location, the inventory item is connected to the location if they are not already connected. If the item has been or will be connected to a fulfillment service location, then you should include <code>\"disconnect_if_necessary\": true</code> in the body of the request. There are two situations where you might do this:</p> <ul> <li>setting inventory for an inventory item at a fulfillment service location when the item is already connected to one or more standard locations</li> <li>setting inventory for an inventory item at a standard location when the item is already connected to a fulfillment service location</li> </ul> <p>The inventory at the new location is set to the value of the <code>available</code> property. The inventory for other locations is set to 0 and the locations are disconnected from the inventory item.</p> <p>If <code>disconnect_if_necessary</code> is set to <code>false</code> when you set inventory at a location and a fulfillment service location is involved, then the action will fail. If no fulfillment service location is involved, then this property is ignored.</p>","_postman_id":"9661cd66-0675-47b1-93c9-afcb373d9761"},{"name":"Location","item":[{"name":"Retrieves a list of locations","id":"2af6b8a5-41e9-453f-8d4f-d1033795d7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations.json","description":"<p>Retrieves a list of locations</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","locations.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4eb8322b-b165-4452-81bd-84911af93bd2","name":"Retrieve a list of all locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations.json","description":"Retrieves a list of locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"locations\":[{\"id\":905684977,\"name\":\"50 Rideau Street\",\"address1\":\"50 Rideau Street\",\"address2\":null,\"city\":\"Ottawa\",\"zip\":\"K1N 9J7\",\"province\":\"Ontario\",\"country\":\"CA\",\"phone\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"province_code\":\"ON\",\"legacy\":false,\"active\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Location\\/905684977\"},{\"id\":48752903,\"name\":\"Apple Api Shipwire\",\"address1\":null,\"address2\":null,\"city\":null,\"zip\":null,\"province\":null,\"country\":\"DE\",\"phone\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"country_code\":\"DE\",\"country_name\":\"Germany\",\"province_code\":null,\"legacy\":true,\"active\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Location\\/48752903\"},{\"id\":192722535,\"name\":\"Apple Cupertino\",\"address1\":null,\"address2\":null,\"city\":null,\"zip\":null,\"province\":null,\"country\":\"US\",\"phone\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"country_code\":\"US\",\"country_name\":\"United States\",\"province_code\":null,\"legacy\":false,\"active\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Location\\/192722535\"},{\"id\":61629186,\"name\":\"Apple Shipwire\",\"address1\":null,\"address2\":null,\"city\":null,\"zip\":null,\"province\":null,\"country\":\"DE\",\"phone\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"country_code\":\"DE\",\"country_name\":\"Germany\",\"province_code\":null,\"legacy\":true,\"active\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Location\\/61629186\"},{\"id\":487838322,\"name\":\"Fifth Avenue AppleStore\",\"address1\":null,\"address2\":null,\"city\":null,\"zip\":null,\"province\":null,\"country\":\"US\",\"phone\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"country_code\":\"US\",\"country_name\":\"United States\",\"province_code\":null,\"legacy\":false,\"active\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Location\\/487838322\"}]}"}],"_postman_id":"2af6b8a5-41e9-453f-8d4f-d1033795d7a4"},{"name":"Retrieves a single location by its ID","id":"04fddaa9-2218-4dd8-9503-e89f67e6494a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations/{{location_id}}.json","description":"<p>Retrieves a single location by its ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","locations","{{location_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"06f23af5-9db8-4d46-bfce-5e500a2d1dbd","name":"Retrieve a single location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations/{{location_id}}.json","description":"Retrieves a single location by its ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"location\":{\"id\":487838322,\"name\":\"Fifth Avenue AppleStore\",\"address1\":null,\"address2\":null,\"city\":null,\"zip\":null,\"province\":null,\"country\":\"US\",\"phone\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"country_code\":\"US\",\"country_name\":\"United States\",\"province_code\":null,\"legacy\":false,\"active\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Location\\/487838322\"}}"}],"_postman_id":"04fddaa9-2218-4dd8-9503-e89f67e6494a"},{"name":"Retrieves a count of locations","id":"a56f2430-302f-4eb8-8380-7de4bb0aa13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations/count.json","description":"<p>Retrieves a count of locations</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","locations","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"abe8244c-487e-46ca-b764-3657babf83de","name":"Count all store locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations/count.json","description":"Retrieves a count of locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":5}"}],"_postman_id":"a56f2430-302f-4eb8-8380-7de4bb0aa13c"},{"name":"Retrieves a list of inventory levels for a location.","id":"f9b989be-af6c-41d9-b37b-d92c3c8afefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations/{{location_id}}/inventory_levels.json","description":"<p>Retrieves a list of inventory levels for a location. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","locations","{{location_id}}","inventory_levels.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7bd27d68-ab8b-460c-9807-0c097e614874","name":"Retrieve a list of all inventory for a location by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/locations/{{location_id}}/inventory_levels.json","description":"Retrieves a list of inventory levels for a location. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"inventory_levels\":[{\"inventory_item_id\":49148385,\"location_id\":487838322,\"available\":18,\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=49148385\"},{\"inventory_item_id\":808950810,\"location_id\":487838322,\"available\":9,\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=808950810\"},{\"inventory_item_id\":457924702,\"location_id\":487838322,\"available\":36,\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=457924702\"},{\"inventory_item_id\":39072856,\"location_id\":487838322,\"available\":27,\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/InventoryLevel\\/690933842?inventory_item_id=39072856\"}]}"}],"_postman_id":"f9b989be-af6c-41d9-b37b-d92c3c8afefb"}],"id":"ada8ac87-d92a-4d1a-aec0-d6bf24772878","description":"<p>A location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist. You can use the Location resource to track sales, manage inventory, and configure the tax rates to apply at checkout.</p>","_postman_id":"ada8ac87-d92a-4d1a-aec0-d6bf24772878"}],"id":"325d8515-6626-4d7e-815b-98e74cfb0ce2","_postman_id":"325d8515-6626-4d7e-815b-98e74cfb0ce2","description":""},{"name":"Marketingevent","item":[{"name":"MarketingEvent","item":[{"name":"Retrieves a list of all marketing events","id":"a7eb952b-a049-4c87-bf9c-36be9d50010e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events.json","description":"<p>Retrieves a list of all marketing events. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The amount of results to return.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The number of marketing events to skip. </p>\n","type":"text/plain"},"key":"offset","value":""}],"variable":[]}},"response":[{"id":"1c7c8385-aa52-4572-b53f-ffca82daaa82","name":"Retrieve all marketing events","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","marketing_events.json"],"query":[{"key":"limit","value":"","description":"The amount of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"offset","value":"","description":"The number of marketing events to skip. ","disabled":true}]},"description":"Retrieves a list of all marketing events. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"marketing_events\":[{\"id\":998730532,\"event_type\":\"post\",\"remote_id\":\"12345678\",\"started_at\":\"2020-01-15T10:56:18-05:00\",\"ended_at\":null,\"scheduled_to_end_at\":null,\"budget\":\"10.11\",\"currency\":\"GBP\",\"manage_url\":null,\"preview_url\":null,\"utm_campaign\":\"1234567890\",\"utm_source\":\"facebook\",\"utm_medium\":\"facebook-post\",\"budget_type\":\"daily\",\"description\":null,\"marketing_channel\":\"social\",\"paid\":false,\"referring_domain\":\"facebook.com\",\"breadcrumb_id\":null,\"marketing_activity_id\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/MarketingEvent\\/998730532\",\"marketed_resources\":[]}]}"}],"_postman_id":"a7eb952b-a049-4c87-bf9c-36be9d50010e"},{"name":"Retrieves a count of all marketing events","id":"f3697459-3da5-42f8-8c24-d28606c26c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/count.json","description":"<p>Retrieves a count of all marketing events</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"1e98b729-d279-4412-9b9d-7b9926e279ba","name":"Retrieve a count all marketing events","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/count.json","description":"Retrieves a count of all marketing events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"f3697459-3da5-42f8-8c24-d28606c26c24"},{"name":"Retrieves a single marketing event","id":"a373a765-861e-40e0-8fcb-e5a5008e6aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}.json","description":"<p>Retrieves a single marketing event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events","{{marketing_event_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"1408b485-4012-478f-8bf8-603e28c97def","name":"Retrieve a single marketing event by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}.json","description":"Retrieves a single marketing event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"marketing_event\":{\"id\":998730532,\"event_type\":\"post\",\"remote_id\":\"12345678\",\"started_at\":\"2020-01-15T10:56:18-05:00\",\"ended_at\":null,\"scheduled_to_end_at\":null,\"budget\":\"10.11\",\"currency\":\"GBP\",\"manage_url\":null,\"preview_url\":null,\"utm_campaign\":\"1234567890\",\"utm_source\":\"facebook\",\"utm_medium\":\"facebook-post\",\"budget_type\":\"daily\",\"description\":null,\"marketing_channel\":\"social\",\"paid\":false,\"referring_domain\":\"facebook.com\",\"breadcrumb_id\":null,\"marketing_activity_id\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/MarketingEvent\\/998730532\",\"marketed_resources\":[]}}"}],"_postman_id":"a373a765-861e-40e0-8fcb-e5a5008e6aa0"},{"name":"Creates a marketing event","id":"4c7c5c25-e19e-406e-b955-9fd0f63bd8d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events.json","description":"<p>Creates a marketing event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"22eb458b-979b-4cee-8d84-8740137ebb06","name":"Create a marketing event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"marketing_event\": {\n    \"started_at\": \"2020-12-15\",\n    \"utm_campaign\": \"Christmas2020\",\n    \"utm_source\": \"facebook\",\n    \"utm_medium\": \"cpc\",\n    \"event_type\": \"ad\",\n    \"referring_domain\": \"facebook.com\",\n    \"marketing_channel\": \"social\",\n    \"paid\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events.json","description":"Creates a marketing event"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"marketing_event\":{\"id\":1056048232,\"event_type\":\"ad\",\"remote_id\":null,\"started_at\":\"2020-12-15T00:00:00-05:00\",\"ended_at\":null,\"scheduled_to_end_at\":null,\"budget\":null,\"currency\":null,\"manage_url\":null,\"preview_url\":null,\"utm_campaign\":\"Christmas2020\",\"utm_source\":\"facebook\",\"utm_medium\":\"cpc\",\"budget_type\":null,\"description\":null,\"marketing_channel\":\"social\",\"paid\":true,\"referring_domain\":\"facebook.com\",\"breadcrumb_id\":null,\"marketing_activity_id\":1061830883,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/MarketingEvent\\/1056048232\",\"marketed_resources\":[]}}"}],"_postman_id":"4c7c5c25-e19e-406e-b955-9fd0f63bd8d8"},{"name":"Updates a marketing event","id":"feafe2c1-dd93-4650-a8db-2275817b2351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}.json","description":"<p>Updates a marketing event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events","{{marketing_event_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c35853d4-fa9b-4f74-aa3f-66243f00924e","name":"Update a marketing event. Can modify only timestamps, remote_id, and budget/currency.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"marketing_event\": {\n    \"id\": 998730532,\n    \"remote_id\": \"1000:2000\",\n    \"started_at\": \"2020-02-02T00:00 +00:00\",\n    \"ended_at\": \"2020-02-03T00:00 +00:00\",\n    \"scheduled_to_end_at\": \"2020-02-04T00:00 +00:00\",\n    \"budget\": \"11.1\",\n    \"budget_type\": \"daily\",\n    \"currency\": \"CAD\",\n    \"utm_campaign\": \"other\",\n    \"utm_source\": \"other\",\n    \"utm_medium\": \"other\",\n    \"event_type\": \"ad\",\n    \"referring_domain\": \"instagram.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}.json","description":"Updates a marketing event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"marketing_event\":{\"id\":998730532,\"event_type\":\"post\",\"remote_id\":\"1000:2000\",\"started_at\":\"2020-02-01T19:00:00-05:00\",\"ended_at\":\"2020-02-02T19:00:00-05:00\",\"scheduled_to_end_at\":\"2020-02-03T19:00:00-05:00\",\"budget\":\"11.1\",\"currency\":\"CAD\",\"manage_url\":null,\"preview_url\":null,\"utm_campaign\":\"1234567890\",\"utm_source\":\"facebook\",\"utm_medium\":\"facebook-post\",\"budget_type\":\"daily\",\"description\":null,\"marketing_channel\":\"social\",\"paid\":false,\"referring_domain\":\"facebook.com\",\"breadcrumb_id\":null,\"marketing_activity_id\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/MarketingEvent\\/998730532\",\"marketed_resources\":[]}}"}],"_postman_id":"feafe2c1-dd93-4650-a8db-2275817b2351"},{"name":"Deletes a marketing event","id":"53d711b1-6ce3-4270-93d2-628a0f6c62a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}.json","description":"<p>Deletes a marketing event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events","{{marketing_event_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"6d171206-47f7-4335-af2f-6a3a3a3ba692","name":"Delete a marketing event","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}.json","description":"Deletes a marketing event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"53d711b1-6ce3-4270-93d2-628a0f6c62a3"},{"name":"Creates marketing engagements on a marketing event","id":"3149b2b1-2098-4004-8e4d-9578b74d8b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}/engagements.json","description":"<p>Engagements on marketing events represent customer activity taken on the marketing event before customers reach the shop’s website. Not all types of marketing events will necessarily have engagement, and most types of marketing events will only use a subset of the possible engagement types.</p> <br /> <p>Engagements are aggregated on a daily basis. However, the data can be sent more often than once a day if the information is available. If you create an engagement with the same value for <code>occurred_on</code> as an existing engagement, then the new engagement will overwrite the previous one.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","marketing_events","{{marketing_event_id}}","engagements.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"46adc5c1-61db-4c25-8711-1235b128954b","name":"Add engagements to a marketing engagement","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"engagements\": [\n    {\n      \"occurred_on\": \"2020-01-15\",\n      \"views_count\": 0,\n      \"clicks_count\": 0,\n      \"favorites_count\": 0,\n      \"ad_spend\": 10.0,\n      \"is_cumulative\": true\n    },\n    {\n      \"occurred_on\": \"2020-01-16\",\n      \"views_count\": 100,\n      \"clicks_count\": 50,\n      \"is_cumulative\": true\n    },\n    {\n      \"occurred_on\": \"2020-01-17\",\n      \"views_count\": 200,\n      \"clicks_count\": 100,\n      \"is_cumulative\": true\n    }\n  ]\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/marketing_events/{{marketing_event_id}}/engagements.json","description":"<p>Engagements on marketing events represent customer activity taken on the marketing event before customers reach the shop’s website. Not all types of marketing events will necessarily have engagement, and most types of marketing events will only use a subset of the possible engagement types.</p> <br> <p>Engagements are aggregated on a daily basis. However, the data can be sent more often than once a day if the information is available. If you create an engagement with the same value for <code>occurred_on</code> as an existing engagement, then the new engagement will overwrite the previous one.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"engagements\":[{\"occurred_on\":\"2020-01-15\",\"fetched_at\":null,\"views_count\":0,\"impressions_count\":null,\"clicks_count\":0,\"favorites_count\":0,\"comments_count\":null,\"shares_count\":null,\"ad_spend\":\"10.0\",\"currency_code\":null,\"is_cumulative\":true,\"unsubscribes_count\":null,\"complaints_count\":null,\"fails_count\":null,\"sends_count\":null,\"unique_views_count\":null,\"unique_clicks_count\":null,\"utc_offset\":null},{\"occurred_on\":\"2020-01-16\",\"fetched_at\":null,\"views_count\":100,\"impressions_count\":null,\"clicks_count\":50,\"favorites_count\":null,\"comments_count\":null,\"shares_count\":null,\"ad_spend\":null,\"currency_code\":null,\"is_cumulative\":true,\"unsubscribes_count\":null,\"complaints_count\":null,\"fails_count\":null,\"sends_count\":null,\"unique_views_count\":null,\"unique_clicks_count\":null,\"utc_offset\":null},{\"occurred_on\":\"2020-01-17\",\"fetched_at\":null,\"views_count\":200,\"impressions_count\":null,\"clicks_count\":100,\"favorites_count\":null,\"comments_count\":null,\"shares_count\":null,\"ad_spend\":null,\"currency_code\":null,\"is_cumulative\":true,\"unsubscribes_count\":null,\"complaints_count\":null,\"fails_count\":null,\"sends_count\":null,\"unique_views_count\":null,\"unique_clicks_count\":null,\"utc_offset\":null}]}"}],"_postman_id":"3149b2b1-2098-4004-8e4d-9578b74d8b90"}],"id":"fcc9f5fa-6f96-4e97-8633-350cc9f97236","description":"<p>Marketing events represent actions taken by your app, on behalf of the merchant, to market products, collections, discounts, pages, blog posts, and other features. Marketing events represent actions that target multiple potential customers, rather than specific individuals. For example, you should model your marketing event at the email campaign level, rather than on a per-email basis.</p> <p><a href=\"https://help.shopify.com/api/reference/marketingevent#properties\">Marketing events</a> include the <code>event_type</code> and <code>marketing_channel</code> properties that help Shopify to rank your app and surface it in the Shopify admin in ways that are useful to merchants. Traffic and order attribution for your app is handled by providing UTM parameters with your marketing events. The same UTM parameters are also used in the links provided in the marketing event. <a href=\"https://help.shopify.com/api/reference/marketingevent#engagements\">Engagements</a> can also be added to marketing events to give merchants more insight into how potential customers interact with your marketing events. For example, engagements for ad campaigns can include clicks, shares, and comments.</p>","_postman_id":"fcc9f5fa-6f96-4e97-8633-350cc9f97236"}],"id":"7ff5ea0f-21aa-4e47-a8eb-4cf3b1093717","_postman_id":"7ff5ea0f-21aa-4e47-a8eb-4cf3b1093717","description":""},{"name":"Metafield","item":[{"name":"Metafield","item":[{"name":"Retrieves a list of metafields that belong to a resource","id":"6ba93850-a284-4902-b84e-2757977cc12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","description":"<p>Retrieves a list of metafields that belong to a resource. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Amount of results(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show metafields created after date (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show metafields created before date (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show metafields last updated after date (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show metafields last updated before date (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show metafields with given namespace </p>\n","type":"text/plain"},"key":"namespace","value":""},{"disabled":true,"description":{"content":"<p>Show metafields with given key </p>\n","type":"text/plain"},"key":"key","value":""},{"disabled":true,"key":"value_type","value":""},{"disabled":true,"description":{"content":"<p>comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"064ea2e1-37a8-499f-a14c-de707271d427","name":"Retrieve metafields that belong to a Shop resource","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","metafields.json"],"query":[{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"created_at_min","value":"","description":"Show metafields created after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show metafields created before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show metafields last updated after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show metafields last updated before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"namespace","value":"","description":"Show metafields with given namespace ","disabled":true},{"key":"key","value":"","description":"Show metafields with given key ","disabled":true},{"key":"value_type","value":"","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of metafields that belong to a resource. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafields\":[{\"id\":721389482,\"namespace\":\"affiliates\",\"key\":\"app_key\",\"value\":\"app_key\",\"value_type\":\"string\",\"description\":null,\"owner_id\":690933842,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"owner_resource\":\"shop\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/721389482\"}]}"},{"id":"697a687d-17d0-4303-8e9b-06b80d14e950","name":"Retrieve a list of metafields that belong to a Product resource","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/metafields.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","metafields.json"],"query":[{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"created_at_min","value":"","description":"Show metafields created after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show metafields created before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show metafields last updated after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show metafields last updated before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"namespace","value":"","description":"Show metafields with given namespace ","disabled":true},{"key":"key","value":"","description":"Show metafields with given key ","disabled":true},{"key":"value_type","value":"","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of metafields that belong to a resource. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafields\":[{\"id\":845366454,\"namespace\":\"translations\",\"key\":\"title_fr\",\"value\":\"produit\",\"value_type\":\"string\",\"description\":\"French product title\",\"owner_id\":632910392,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"owner_resource\":\"product\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/845366454\"}]}"},{"id":"cc72b5e4-c365-419d-aed7-4e179bc6c638","name":"Retrieve metafields after the specified ID that belong to a Shop resource","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","metafields.json"],"query":[{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"created_at_min","value":"","description":"Show metafields created after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show metafields created before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show metafields last updated after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show metafields last updated before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"namespace","value":"","description":"Show metafields with given namespace ","disabled":true},{"key":"key","value":"","description":"Show metafields with given key ","disabled":true},{"key":"value_type","value":"","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of metafields that belong to a resource. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafields\":[{\"id\":1063298187,\"namespace\":\"inventory\",\"key\":\"warehouse\",\"value\":25,\"value_type\":\"integer\",\"description\":null,\"owner_id\":690933842,\"created_at\":\"2020-01-14T10:43:29-05:00\",\"updated_at\":\"2020-01-14T10:43:29-05:00\",\"owner_resource\":\"shop\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/1063298187\"}]}"}],"_postman_id":"6ba93850-a284-4902-b84e-2757977cc12a"},{"name":"Retrieves a list of metafields that belong to a Product Image resource","id":"df13c3bf-ed95-4a19-8ebc-20b7a79cc776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","description":"<p>Retrieves a list of metafields that belong to a Product Image resource.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"9c21c2a6-dd46-4a48-aaf1-9072927f00ba","name":"Retrieve a list of metafields that belong to a Product Image resource","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json?metafield[owner_id]=850703190&amp;metafield[owner_resource]=product_image","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","metafields.json"],"query":[{"key":"metafield[owner_id]","value":"850703190"},{"key":"amp;metafield[owner_resource]","value":"product_image"}]},"description":"Retrieves a list of metafields that belong to a Product Image resource."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafields\":[{\"id\":625663657,\"namespace\":\"translation\",\"key\":\"title_fr\",\"value\":\"tbn\",\"value_type\":\"string\",\"description\":\"French product image title\",\"owner_id\":850703190,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"owner_resource\":\"product_image\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/625663657\"}]}"}],"_postman_id":"df13c3bf-ed95-4a19-8ebc-20b7a79cc776"},{"name":"Retrieves a count of a resource's metafields","id":"f0db82c8-545b-43f3-b350-7afb45c566b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/count.json","description":"<p>Retrieves a count of a resource's metafields.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"08987aa3-1a02-4838-85a0-50f4e95898b0","name":"Retrieve a count of metafields that belong to a Shop resource","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/count.json","description":"Retrieves a count of a resource's metafields."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"5494d140-fe9d-47b6-88d9-5c0af35d2aa8","name":"Retrieve a count of metafields that belong to a Product resource","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/metafields/count.json","description":"Retrieves a count of a resource's metafields."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"f0db82c8-545b-43f3-b350-7afb45c566b5"},{"name":"Retrieves a single metafield from a resource by its ID","id":"e408f0c4-da01-471a-85b9-9a5e350594d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/{{metafield_id}}.json","description":"<p>Retrieves a single metafield from a resource by its ID.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields","{{metafield_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"40ee4c2f-093a-4862-a247-fc86b280a9e7","name":"Retrieve a single metafield by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/metafields/{{metafield_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","metafields","{{metafield_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single metafield from a resource by its ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafield\":{\"id\":845366454,\"namespace\":\"translations\",\"key\":\"title_fr\",\"value\":\"produit\",\"value_type\":\"string\",\"description\":\"French product title\",\"owner_id\":632910392,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"owner_resource\":\"product\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/845366454\"}}"},{"id":"bdd6ed03-80e4-4f3a-af52-daaca337fb43","name":"Retrieve a single metafield by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/{{metafield_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","metafields","{{metafield_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single metafield from a resource by its ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafield\":{\"id\":721389482,\"namespace\":\"affiliates\",\"key\":\"app_key\",\"value\":\"app_key\",\"value_type\":\"string\",\"description\":null,\"owner_id\":690933842,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"owner_resource\":\"shop\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/721389482\"}}"}],"_postman_id":"e408f0c4-da01-471a-85b9-9a5e350594d2"},{"name":"Creates a new metafield for a resource","id":"2adfed6a-8fe3-4cde-8f38-bd0cfe3a4ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","description":"<p>Creates a new metafield for a resource.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2a4fbd8e-47ea-4ac5-ba75-0ae2daec9844","name":"Create a new metafield for a Product resource","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metafield\": {\n    \"namespace\": \"inventory\",\n    \"key\": \"warehouse\",\n    \"value\": 25,\n    \"value_type\": \"integer\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/metafields.json","description":"Creates a new metafield for a resource."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafield\":{\"id\":1063298189,\"namespace\":\"inventory\",\"key\":\"warehouse\",\"value\":25,\"value_type\":\"integer\",\"description\":null,\"owner_id\":632910392,\"created_at\":\"2020-01-14T10:43:35-05:00\",\"updated_at\":\"2020-01-14T10:43:35-05:00\",\"owner_resource\":\"product\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/1063298189\"}}"},{"id":"315b6f83-6d20-4dd6-9416-4986961a2d31","name":"Creating a metafield without a key will fail and return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metafield\": {\n    \"key\": null\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","description":"Creates a new metafield for a resource."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"namespace\":[\"can't be blank\",\"is too short (minimum is 3 characters)\"],\"key\":[\"can't be blank\",\"is too short (minimum is 3 characters)\"],\"value\":[\"can't be blank\"],\"value_type\":[\"can't be blank\",\"is not included in the list\"]}}"},{"id":"f8346fb8-dc68-47df-b684-3b69a2696bff","name":"Create a new metafield for a Shop resource","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metafield\": {\n    \"namespace\": \"inventory\",\n    \"key\": \"warehouse\",\n    \"value\": 25,\n    \"value_type\": \"integer\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields.json","description":"Creates a new metafield for a resource."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafield\":{\"id\":1063298188,\"namespace\":\"inventory\",\"key\":\"warehouse\",\"value\":25,\"value_type\":\"integer\",\"description\":null,\"owner_id\":690933842,\"created_at\":\"2020-01-14T10:43:34-05:00\",\"updated_at\":\"2020-01-14T10:43:34-05:00\",\"owner_resource\":\"shop\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/1063298188\"}}"}],"_postman_id":"2adfed6a-8fe3-4cde-8f38-bd0cfe3a4ef6"},{"name":"Updates a metafield","id":"ad53bcdc-53ac-4256-9ddd-7177d3eaa0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/{{metafield_id}}.json","description":"<p>Updates a metafield.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields","{{metafield_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"47d1bf01-8616-4123-a58f-39ef60b3e6c0","name":"Update a metafield. The namespace and key of an existing metafield can't be changed.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metafield\": {\n    \"id\": 845366454,\n    \"value\": \"titre\",\n    \"value_type\": \"string\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/metafields/{{metafield_id}}.json","description":"Updates a metafield."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafield\":{\"id\":845366454,\"namespace\":\"translations\",\"key\":\"title_fr\",\"value\":\"titre\",\"value_type\":\"string\",\"description\":\"French product title\",\"owner_id\":632910392,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:43:37-05:00\",\"owner_resource\":\"product\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/845366454\"}}"},{"id":"61bbe56e-bb25-4748-b927-d573edb69f5b","name":"Update a metafield. The namespace and key of an existing metafield can't be changed.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metafield\": {\n    \"id\": 721389482,\n    \"value\": \"something new\",\n    \"value_type\": \"string\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/{{metafield_id}}.json","description":"Updates a metafield."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"metafield\":{\"id\":721389482,\"namespace\":\"affiliates\",\"key\":\"app_key\",\"value\":\"something new\",\"value_type\":\"string\",\"description\":null,\"owner_id\":690933842,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:43:36-05:00\",\"owner_resource\":\"shop\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Metafield\\/721389482\"}}"}],"_postman_id":"ad53bcdc-53ac-4256-9ddd-7177d3eaa0cc"},{"name":"Deletes a metafield by its ID","id":"6935b829-dd54-421a-953e-c255c4151720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/{{metafield_id}}.json","description":"<p>Deletes a metafield by its ID.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","metafields","{{metafield_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"066c8501-6c18-4e5f-a72d-42aed35270c3","name":"Delete a metafield by its ID","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/metafields/{{metafield_id}}.json","description":"Deletes a metafield by its ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a6d97a5e-7663-441b-a71d-88535d42e2e1","name":"Delete a metafield by its ID","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/metafields/{{metafield_id}}.json","description":"Deletes a metafield by its ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6935b829-dd54-421a-953e-c255c4151720"}],"id":"3dd96bb6-3408-48c1-9b64-3f48f36b95ce","description":"<p>The Metafield resource allows you to add additional information to other Admin API resources. Metafields can be used in several ways, such as to add a summary to a blog post. You can also use metafields to share information with other Shopify apps.</p> <h2>Resources that can have metafields</h2> <p>Metafields can be added to the following resources:</p> <table> <tr> <th>Type of resource</th> <th>Location of metafields</th> </tr> <tr> <td>Article</td> <td><code>/admin/blogs/#{id}/articles/#{id}/metafields.json</code></td> </tr> <tr> <td>Blog</td> <td><code>/admin/blogs/#{id}/metafields.json</code></td> </tr> <tr> <td>CustomCollection and SmartCollection</td> <td><code>/admin/collections/#{id}/metafields.json</code></td> </tr> <tr> <td>Customer</td> <td><code>/admin/customers/#{id}/metafields.json</code></td> </tr> <tr> <td>Draft Order</td> <td><code>/admin/draft_orders/#{id}/metafields.json</code></td> </tr> <tr> <td>Order</td> <td><code>/admin/orders/#{id}/metafields.json</code></td> </tr> <tr> <td>Page</td> <td><code>/admin/pages/#{id}/metafields.json</code></td> </tr> <tr> <td>Product</td> <td><code>/admin/products/#{id}/metafields.json</code></td> </tr> <tr> <td>Product Variant</td> <td><code>/admin/products/#{id}/variants/#{id}/metafields.json</code></td> </tr> <tr> <td>Product Image</td> <td> <p><code>/admin/metafields.json?metafield[owner_id]=#{id}&amp;metafield[owner_resource]=product_image</code></p> <p>This endpoint will let you view the metafields for a product image. To add or change product image metafields, use the <a href=\"https://help.shopify.com/api/reference/product_image#metafield\">product image endpoint</a>.</p></td> </tr> <tr> <td>Shop</td> <td><code>/admin/metafields.json</code></td> </tr> </table>","_postman_id":"3dd96bb6-3408-48c1-9b64-3f48f36b95ce"}],"id":"cb1504f1-5e3d-4fb2-a27f-fb6fbfbdd4ea","_postman_id":"cb1504f1-5e3d-4fb2-a27f-fb6fbfbdd4ea","description":""},{"name":"Online store","item":[{"name":"Article","item":[{"name":"Retrieves a list of all articles from a blog","id":"92c02207-5866-477e-92fd-5ce1d959b9cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"<p>Retrieves a list of all articles from a blog. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show articles created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show articles created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show articles last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show articles last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show articles published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show articles published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Retrieve results based on their published status.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""},{"disabled":true,"description":{"content":"<p>Retrieve an article with a specific handle. </p>\n","type":"text/plain"},"key":"handle","value":""},{"disabled":true,"description":{"content":"<p>Filter articles with a specific tag. </p>\n","type":"text/plain"},"key":"tag","value":""},{"disabled":true,"description":{"content":"<p>Filter articles by article author. </p>\n","type":"text/plain"},"key":"author","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"10fcdb95-6906-4eec-949f-f2dfd0282cdc","name":"Retrieve all articles from a blog after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show articles created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show articles created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show articles last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show articles last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show articles published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show articles published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Retrieve results based on their published status.(default: any) ","disabled":true},{"key":"handle","value":"","description":"Retrieve an article with a specific handle. ","disabled":true},{"key":"tag","value":"","description":"Filter articles with a specific tag. ","disabled":true},{"key":"author","value":"","description":"Filter articles by article author. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of all articles from a blog. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"articles\":[{\"id\":294160202,\"title\":\"Just us bots here\",\"created_at\":\"2013-11-06T19:00:00-05:00\",\"body_html\":\"beep boop\",\"blog_id\":241253187,\"author\":\"dennis\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"just-us-bots-here\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/294160202\"},{\"id\":989034056,\"title\":\"Some crazy article I'm coming up with\",\"created_at\":\"2008-12-31T19:00:00-05:00\",\"body_html\":\"I have no idea what to write about, but it's going to rock!\",\"blog_id\":241253187,\"author\":\"John\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2009-01-31T19:00:00-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"some-crazy-article-im-coming-up-with\",\"tags\":\"Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/989034056\"},{\"id\":1051293780,\"title\":\"Welcome to the world of tomorrow!\",\"created_at\":\"2013-11-06T19:00:00-05:00\",\"body_html\":\"Good news, everybody!\",\"blog_id\":241253187,\"author\":\"dennis\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"welcome-to-the-world-of-tomorrow\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293780\"}]}"},{"id":"142f8613-b387-4c4a-9ac8-4a7ec5367eef","name":"Retrieve a list of articles from a blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show articles created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show articles created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show articles last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show articles last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show articles published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show articles published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Retrieve results based on their published status.(default: any) ","disabled":true},{"key":"handle","value":"","description":"Retrieve an article with a specific handle. ","disabled":true},{"key":"tag","value":"","description":"Filter articles with a specific tag. ","disabled":true},{"key":"author","value":"","description":"Filter articles by article author. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of all articles from a blog. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"articles\":[{\"id\":1051293780,\"title\":\"Welcome to the world of tomorrow!\",\"created_at\":\"2013-11-06T19:00:00-05:00\",\"body_html\":\"Good news, everybody!\",\"blog_id\":241253187,\"author\":\"dennis\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"welcome-to-the-world-of-tomorrow\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293780\"},{\"id\":989034056,\"title\":\"Some crazy article I'm coming up with\",\"created_at\":\"2008-12-31T19:00:00-05:00\",\"body_html\":\"I have no idea what to write about, but it's going to rock!\",\"blog_id\":241253187,\"author\":\"John\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2009-01-31T19:00:00-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"some-crazy-article-im-coming-up-with\",\"tags\":\"Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/989034056\"},{\"id\":294160202,\"title\":\"Just us bots here\",\"created_at\":\"2013-11-06T19:00:00-05:00\",\"body_html\":\"beep boop\",\"blog_id\":241253187,\"author\":\"dennis\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"just-us-bots-here\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/294160202\"},{\"id\":134645308,\"title\":\"get on the train now\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eDo \\u003cem\\u003eyou\\u003c\\/em\\u003e have an \\u003cstrong\\u003eIPod\\u003c\\/strong\\u003e yet?\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Dennis\",\"user_id\":799407056,\"published_at\":\"2008-07-31T20:00:00-04:00\",\"updated_at\":\"2008-07-31T20:00:00-04:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Announcing\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"alt\":\"iMac\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/imac.jpg?v=1579016490\"}}]}"}],"_postman_id":"92c02207-5866-477e-92fd-5ce1d959b9cf"},{"name":"Retrieves a count of all articles from a blog","id":"7ca8979b-64df-4980-8ff5-a979142850d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/count.json","description":"<p>Retrieves a count of all articles from a blog</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count articles created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count articles created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count articles last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count articles last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count articles published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count articles published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count articles with a given published status.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""}],"variable":[]}},"response":[{"id":"9af6f870-556e-4d8e-be07-bcf68d4bded7","name":"Count all a blog's articles","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count articles created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count articles created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count articles last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count articles last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Count articles published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Count articles published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Count articles with a given published status.(default: any) ","disabled":true}]},"description":"Retrieves a count of all articles from a blog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":4}"}],"_postman_id":"7ca8979b-64df-4980-8ff5-a979142850d0"},{"name":"Receive a single Article","id":"5df40e26-c285-4bf5-9fd3-0825ef8bb9f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"<p>Retrieves a single article</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","{{article_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specifed by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"892fabc1-7f38-45f8-b05d-b632798a1299","name":"Retrieve a single article","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","{{article_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specifed by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"get on the train now\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eDo \\u003cem\\u003eyou\\u003c\\/em\\u003e have an \\u003cstrong\\u003eIPod\\u003c\\/strong\\u003e yet?\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Dennis\",\"user_id\":799407056,\"published_at\":\"2008-07-31T20:00:00-04:00\",\"updated_at\":\"2008-07-31T20:00:00-04:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Announcing\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"alt\":\"iMac\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/imac.jpg?v=1579016490\"}}}"}],"_postman_id":"5df40e26-c285-4bf5-9fd3-0825ef8bb9f3"},{"name":"Creates an article for a blog","id":"42ac9016-ec58-44f6-8668-6c6ed2f77055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"<p>Creates an article for a blog</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"01ebe17b-6d09-44de-9fd1-48426390df7e","name":"Creating an article without a title fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"body\": \"something\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"Creates an article for a blog"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"title\":[\"can't be blank\"]}}"},{"id":"35e67c9a-5a04-40b4-bfbc-2de23358d4dc","name":"Create an article with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"title\": \"My new Article title\",\n    \"author\": \"John Smith\",\n    \"tags\": \"This Post, Has Been Tagged\",\n    \"body_html\": \"<h1>I like articles<\\/h1>\\n<p><strong>Yea<\\/strong>, I like posting them through <span class=\\\"caps\\\">REST<\\/span>.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\",\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"Creates an article for a blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":1051293787,\"title\":\"My new Article title\",\"created_at\":\"2020-01-14T10:42:37-05:00\",\"body_html\":\"\\u003ch1\\u003eI like articles\\u003c\\/h1\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYea\\u003c\\/strong\\u003e, I like posting them through \\u003cspan class=\\\"caps\\\"\\u003eREST\\u003c\\/span\\u003e.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"John Smith\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:37-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"my-new-article-title\",\"tags\":\"Has Been Tagged, This Post\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293787\"}}"},{"id":"5d161fc0-1938-4817-b1fa-f834002ac5a7","name":"Create an article with an image, which will be downloaded by Shopify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"title\": \"My new Article title\",\n    \"author\": \"John Smith\",\n    \"tags\": \"This Post, Has Been Tagged\",\n    \"body_html\": \"<h1>I like articles<\\/h1>\\n<p><strong>Yea<\\/strong>, I like posting them through <span class=\\\"caps\\\">REST<\\/span>.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\",\n    \"image\": {\n      \"src\": \"http:\\/\\/example.com\\/rails_logo.gif\",\n      \"alt\": \"Rails logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"Creates an article for a blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":1051293786,\"title\":\"My new Article title\",\"created_at\":\"2020-01-14T10:42:36-05:00\",\"body_html\":\"\\u003ch1\\u003eI like articles\\u003c\\/h1\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYea\\u003c\\/strong\\u003e, I like posting them through \\u003cspan class=\\\"caps\\\"\\u003eREST\\u003c\\/span\\u003e.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"John Smith\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:36-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"my-new-article-title\",\"tags\":\"Has Been Tagged, This Post\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293786\",\"image\":{\"created_at\":\"2020-01-14T10:42:36-05:00\",\"alt\":\"Rails logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/rails_logo20200114-23200-1m2ix6e-8.gif?v=1579016556\"}}}"},{"id":"74d9a977-02c6-4d36-8a03-55680971b743","name":"Create an article with HTML markup for a blog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"title\": \"My new Article title\",\n    \"author\": \"John Smith\",\n    \"tags\": \"This Post, Has Been Tagged\",\n    \"body_html\": \"<h1>I like articles<\\/h1>\\n<p><strong>Yea<\\/strong>, I like posting them through <span class=\\\"caps\\\">REST<\\/span>.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"Creates an article for a blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":1051293783,\"title\":\"My new Article title\",\"created_at\":\"2020-01-14T10:42:34-05:00\",\"body_html\":\"\\u003ch1\\u003eI like articles\\u003c\\/h1\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYea\\u003c\\/strong\\u003e, I like posting them through \\u003cspan class=\\\"caps\\\"\\u003eREST\\u003c\\/span\\u003e.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"John Smith\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:34-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"my-new-article-title\",\"tags\":\"Has Been Tagged, This Post\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293783\"}}"},{"id":"a973e577-1813-46a6-9d06-7a9ec5251474","name":"Create an article with a base64 encoded image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"title\": \"My new Article title\",\n    \"author\": \"John Smith\",\n    \"tags\": \"This Post, Has Been Tagged\",\n    \"body_html\": \"<h1>I like articles<\\/h1>\\n<p><strong>Yea<\\/strong>, I like posting them through <span class=\\\"caps\\\">REST<\\/span>.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\",\n    \"image\": {\n      \"attachment\": \"R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\\n\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"Creates an article for a blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":1051293785,\"title\":\"My new Article title\",\"created_at\":\"2020-01-14T10:42:35-05:00\",\"body_html\":\"\\u003ch1\\u003eI like articles\\u003c\\/h1\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYea\\u003c\\/strong\\u003e, I like posting them through \\u003cspan class=\\\"caps\\\"\\u003eREST\\u003c\\/span\\u003e.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"John Smith\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:35-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"my-new-article-title\",\"tags\":\"Has Been Tagged, This Post\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293785\",\"image\":{\"created_at\":\"2020-01-14T10:42:35-05:00\",\"alt\":null,\"width\":1,\"height\":1,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/df3e567d6f16d040326c7a0ea29a4f41.gif?v=1579016555\"}}}"},{"id":"fb1f2ef1-b2c0-4b3d-8f8c-81bf34cd3cf8","name":"Create an unpublished article for a blog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"title\": \"My new Article title\",\n    \"author\": \"John Smith\",\n    \"tags\": \"This Post, Has Been Tagged\",\n    \"body_html\": \"<h1>I like articles<\\/h1>\\n<p><strong>Yea<\\/strong>, I like posting them through <span class=\\\"caps\\\">REST<\\/span>.<\\/p>\",\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles.json","description":"Creates an article for a blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":1051293784,\"title\":\"My new Article title\",\"created_at\":\"2020-01-14T10:42:34-05:00\",\"body_html\":\"\\u003ch1\\u003eI like articles\\u003c\\/h1\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYea\\u003c\\/strong\\u003e, I like posting them through \\u003cspan class=\\\"caps\\\"\\u003eREST\\u003c\\/span\\u003e.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"John Smith\",\"user_id\":null,\"published_at\":null,\"updated_at\":\"2020-01-14T10:42:34-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"my-new-article-title\",\"tags\":\"Has Been Tagged, This Post\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/1051293784\"}}"}],"_postman_id":"42ac9016-ec58-44f6-8668-6c6ed2f77055"},{"name":"Updates an article","id":"e835e7e6-08fb-4678-9132-6cfe90e6e4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"<p>Updates an article</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","{{article_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"201f2a39-af54-4329-bfb4-8437ee2f6cc0","name":"Update an article's image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"title\": \"My new Title\",\n    \"author\": \"Your name\",\n    \"tags\": \"Tags, Will Be, Updated\",\n    \"body_html\": \"<p>Look, I can even update through a web service.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\",\n    \"image\": {\n      \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"My new Title\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eLook, I can even update through a web service.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Your name\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:44-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Tags, Updated, Will Be\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:42:44-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/fd43f2c8883f6e9b680e3295fd990d2c.gif?v=1579016564\"}}}"},{"id":"274ac418-871e-48d0-a602-aa588a996bb1","name":"Hide a published article","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"get on the train now\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eDo \\u003cem\\u003eyou\\u003c\\/em\\u003e have an \\u003cstrong\\u003eIPod\\u003c\\/strong\\u003e yet?\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Dennis\",\"user_id\":799407056,\"published_at\":null,\"updated_at\":\"2020-01-14T10:42:42-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Announcing\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"alt\":\"iMac\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/imac.jpg?v=1579016490\"}}}"},{"id":"2f28f118-99fa-499c-8cd4-096e00c474f0","name":"Update the alt text for an article image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"title\": \"My new Title\",\n    \"author\": \"Your name\",\n    \"tags\": \"Tags, Will Be, Updated\",\n    \"body_html\": \"<p>Look, I can even update through a web service.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\",\n    \"image\": {\n      \"alt\": \"Rails logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"My new Title\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eLook, I can even update through a web service.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Your name\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:45-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Tags, Updated, Will Be\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:42:45-05:00\",\"alt\":\"Rails logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/rails_logo20200114-23200-1hbqbht.gif?v=1579016565\"}}}"},{"id":"6f1a5b78-909f-40a4-83ce-09bbb427529f","name":"Update an existing article of a blog","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"title\": \"My new Title\",\n    \"author\": \"Your name\",\n    \"tags\": \"Tags, Will Be, Updated\",\n    \"body_html\": \"<p>Look, I can even update through a web service.<\\/p>\",\n    \"published_at\": \"Thu Mar 24 15:45:47 UTC 2011\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"My new Title\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eLook, I can even update through a web service.\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Your name\",\"user_id\":null,\"published_at\":\"2011-03-24T11:45:47-04:00\",\"updated_at\":\"2020-01-14T10:42:41-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Tags, Updated, Will Be\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"alt\":\"iMac\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/imac.jpg?v=1579016490\"}}}"},{"id":"d3ad2927-4d9a-4ad9-bf62-dcfd578df150","name":"Publish a hidden article","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"published\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"get on the train now\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eDo \\u003cem\\u003eyou\\u003c\\/em\\u003e have an \\u003cstrong\\u003eIPod\\u003c\\/strong\\u003e yet?\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Dennis\",\"user_id\":799407056,\"published_at\":\"2020-01-14T10:42:42-05:00\",\"updated_at\":\"2020-01-14T10:42:42-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Announcing\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"alt\":\"iMac\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/imac.jpg?v=1579016490\"}}}"},{"id":"da93a867-7bda-4da6-aedc-f6b8dcfead75","name":"Remove the image from an article","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"image\": \"\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"get on the train now\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eDo \\u003cem\\u003eyou\\u003c\\/em\\u003e have an \\u003cstrong\\u003eIPod\\u003c\\/strong\\u003e yet?\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Dennis\",\"user_id\":799407056,\"published_at\":\"2008-07-31T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:42:47-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Announcing\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\"}}"},{"id":"f2d72bc8-3941-4e3d-9e6d-64f78ba980b6","name":"Add a metafield to an existing article","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"article\": {\n    \"id\": 134645308,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Updates an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"article\":{\"id\":134645308,\"title\":\"get on the train now\",\"created_at\":\"2008-07-31T20:00:00-04:00\",\"body_html\":\"\\u003cp\\u003eDo \\u003cem\\u003eyou\\u003c\\/em\\u003e have an \\u003cstrong\\u003eIPod\\u003c\\/strong\\u003e yet?\\u003c\\/p\\u003e\",\"blog_id\":241253187,\"author\":\"Dennis\",\"user_id\":799407056,\"published_at\":\"2008-07-31T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:42:47-05:00\",\"summary_html\":null,\"template_suffix\":null,\"handle\":\"get-on-the-train-now\",\"tags\":\"Announcing\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreArticle\\/134645308\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"alt\":\"iMac\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/articles\\/imac.jpg?v=1579016490\"}}}"}],"_postman_id":"e835e7e6-08fb-4678-9132-6cfe90e6e4fc"},{"name":"Retrieves a list of all article authors","id":"ae575f6b-113a-4486-bec9-fb9b29be6648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/articles/authors.json","description":"<p>Retrieves a list all of article authors</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","articles","authors.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"927b5a06-b647-4054-aa2d-65214b979bc6","name":"Retrieve a list of all article authors","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/articles/authors.json","description":"Retrieves a list all of article authors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"authors\":[\"dennis\",\"John\",\"Rob\",\"Dennis\"]}"}],"_postman_id":"ae575f6b-113a-4486-bec9-fb9b29be6648"},{"name":"Retrieves a list of all article tags","id":"0db68287-bad1-483a-b262-77ae633b7aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/articles/tags.json","description":"<p>Retrieves a list of all the tags</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","articles","tags.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of tags to retrieve. </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>A flag for ordering retrieved tags. If present in the request, then the results will be ordered by popularity, starting with the most popular tag. </p>\n","type":"text/plain"},"key":"popular","value":""}],"variable":[]}},"response":[{"id":"318193ca-9fbd-480e-930c-62532bb073d3","name":"Retrieve a list of all tags from a specific blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","tags.json"],"query":[{"key":"limit","value":"","description":"The maximum number of tags to retrieve. ","disabled":true},{"key":"popular","value":"","description":"A flag for ordering retrieved tags. If present in the request, then the results will be ordered by popularity, starting with the most popular tag. ","disabled":true}]},"description":"Retrieves a list of all the tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tags\":[\"Announcing\",\"Mystery\"]}"},{"id":"b3516137-3c11-4f9b-9af5-0f79088a18dd","name":"Retrieve a list of the most popular tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/articles/tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","articles","tags.json"],"query":[{"key":"limit","value":"","description":"The maximum number of tags to retrieve. ","disabled":true},{"key":"popular","value":"","description":"A flag for ordering retrieved tags. If present in the request, then the results will be ordered by popularity, starting with the most popular tag. ","disabled":true}]},"description":"Retrieves a list of all the tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tags\":[\"Announcing\"]}"},{"id":"d9380817-7f57-4e6b-a10e-2159a7561871","name":"Retrieve a list of all tags for all articles","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/articles/tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","articles","tags.json"],"query":[{"key":"limit","value":"","description":"The maximum number of tags to retrieve. ","disabled":true},{"key":"popular","value":"","description":"A flag for ordering retrieved tags. If present in the request, then the results will be ordered by popularity, starting with the most popular tag. ","disabled":true}]},"description":"Retrieves a list of all the tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tags\":[\"Announcing\",\"Mystery\"]}"},{"id":"f11e65eb-586c-4094-bbd9-08c0a7a5b9c4","name":"Retrieve a list of the most popular tags from a specific blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","tags.json"],"query":[{"key":"limit","value":"","description":"The maximum number of tags to retrieve. ","disabled":true},{"key":"popular","value":"","description":"A flag for ordering retrieved tags. If present in the request, then the results will be ordered by popularity, starting with the most popular tag. ","disabled":true}]},"description":"Retrieves a list of all the tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tags\":[\"Announcing\"]}"}],"_postman_id":"0db68287-bad1-483a-b262-77ae633b7aba"},{"name":"Deletes an article","id":"93eb2def-f8da-43d7-8dcf-c55733a626a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"<p>Deletes an article</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}","articles","{{article_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4f2ec375-143e-4fe4-b46d-016c0aecc5a8","name":"Delete an existing article from a blog","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}/articles/{{article_id}}.json","description":"Deletes an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"93eb2def-f8da-43d7-8dcf-c55733a626a9"}],"id":"8544456f-3e46-457e-98c3-10241ad22140","description":"<p>The Article resource allows your app to create, publish, and edit articles on a shop's blog. Articles belong to a single blog, and can have any number of comments.</p> ![A diagram that shows the relationship between articles, blogs, and comments.](/api/reference/article.png)","_postman_id":"8544456f-3e46-457e-98c3-10241ad22140"},{"name":"Asset","item":[{"name":"Retrieves a list of assets for a theme","id":"45d3ee7c-6e87-4795-8b2c-faf73e1d85c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Retrieves a list of assets for a theme. Listing theme assets returns only metadata about each asset. To get an asset's contents, you need to <a href=\"#show\">retrieve the asset individually</a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"881bf43e-229c-4a7f-8758-149a439957bd","name":"Retrieve a list of all assets for a theme","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names ","disabled":true}]},"description":"Retrieves a list of assets for a theme. Listing theme assets returns only metadata about each asset. To get an asset's contents, you need to <a href=\"#show\">retrieve the asset individually</a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"assets\":[{\"key\":\"templates\\/page.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":147,\"theme_id\":828155753},{\"key\":\"config\\/settings_schema.json\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"application\\/json\",\"size\":4570,\"theme_id\":828155753},{\"key\":\"assets\\/bg-main.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-main.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":297,\"theme_id\":828155753},{\"key\":\"assets\\/sidebar-devider.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/sidebar-devider.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1016,\"theme_id\":828155753},{\"key\":\"sections\\/content_section.liquid\",\"public_url\":null,\"created_at\":\"2016-02-11T14:31:50-05:00\",\"updated_at\":\"2016-02-11T14:31:50-05:00\",\"content_type\":\"text\\/x-liquid\",\"size\":997,\"theme_id\":828155753},{\"key\":\"assets\\/bg-footer.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-footer.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1434,\"theme_id\":828155753},{\"key\":\"assets\\/shop.css.liquid\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/shop.css.liquid?1\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":14675,\"theme_id\":828155753},{\"key\":\"assets\\/bg-body-pink.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-body-pink.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1562,\"theme_id\":828155753},{\"key\":\"assets\\/shop.js\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/shop.js?1\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"application\\/javascript\",\"size\":348,\"theme_id\":828155753},{\"key\":\"sections\\/footer_section.liquid\",\"public_url\":null,\"created_at\":\"2017-04-28T10:30:00-04:00\",\"updated_at\":\"2017-04-28T10:30:00-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":999,\"theme_id\":828155753},{\"key\":\"assets\\/bg-body-green.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-body-green.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1542,\"theme_id\":828155753},{\"key\":\"assets\\/bg-content.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-content.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":134,\"theme_id\":828155753},{\"key\":\"templates\\/product.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":2796,\"theme_id\":828155753},{\"key\":\"templates\\/cart.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":2047,\"theme_id\":828155753},{\"key\":\"assets\\/bg-body.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-body.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1571,\"theme_id\":828155753},{\"key\":\"layout\\/theme.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":3252,\"theme_id\":828155753},{\"key\":\"templates\\/index.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":1068,\"theme_id\":828155753},{\"key\":\"assets\\/sidebar-menu.jpg\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/sidebar-menu.jpg?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/jpeg\",\"size\":1609,\"theme_id\":828155753},{\"key\":\"templates\\/article.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":2486,\"theme_id\":828155753},{\"key\":\"sections\\/header_section.liquid\",\"public_url\":null,\"created_at\":\"2017-04-28T10:30:00-04:00\",\"updated_at\":\"2017-04-28T10:30:00-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":998,\"theme_id\":828155753},{\"key\":\"templates\\/collection.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":946,\"theme_id\":828155753},{\"key\":\"assets\\/bg-sidebar.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-sidebar.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":124,\"theme_id\":828155753},{\"key\":\"assets\\/bg-body-orange.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-body-orange.gif?v=1278963110\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1548,\"theme_id\":828155753},{\"key\":\"sections\\/product_section.liquid\",\"public_url\":null,\"created_at\":\"2016-02-14T16:31:41-05:00\",\"updated_at\":\"2016-02-14T16:31:41-05:00\",\"content_type\":\"text\\/x-liquid\",\"size\":2440,\"theme_id\":828155753},{\"key\":\"assets\\/shop.css\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/shop.css?1\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2020-01-14T10:28:47-05:00\",\"content_type\":\"text\\/css\",\"size\":14138,\"theme_id\":828155753},{\"key\":\"templates\\/blog.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":786,\"theme_id\":828155753},{\"key\":\"config\\/settings_data.json\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"application\\/json\",\"size\":4570,\"theme_id\":828155753}]}"}],"_postman_id":"45d3ee7c-6e87-4795-8b2c-faf73e1d85c3"},{"name":"Retrieves a single asset for a theme","id":"95aea2d2-9fa9-4142-b6be-03860f5e10d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Retrieves a single asset for a theme by its key.</p> <p>To retrieve a single asset, include <code>asset[key]=#{asset_key}</code> as a request parameter. For example, to retrieve the asset with a key of <code>templates/index.liquid</code>, the request might be <code>/admin/themes/828155753/assets.json?asset[key]=templates/index.liquid</code>.</p> <p>For more information on the <code>key</code> property, see <a href=\"#key-property\"><em>Asset properties</em></a>.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"804f2280-5dbb-459d-8c5d-878acb17de0f","name":"Retrieve a theme image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names ","disabled":true}]},"description":"<p>Retrieves a single asset for a theme by its key.</p> <p>To retrieve a single asset, include <code>asset[key]=#{asset_key}</code> as a request parameter. For example, to retrieve the asset with a key of <code>templates/index.liquid</code>, the request might be <code>/admin/themes/828155753/assets.json?asset[key]=templates/index.liquid</code>.</p> <p>For more information on the <code>key</code> property, see <a href=\"#key-property\"><em>Asset properties</em></a>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"asset\":{\"key\":\"assets\\/bg-body.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-body.gif?v=1278963110\",\"attachment\":\"R0lGODlhBgCTAPcAAIzH6Xu423y53IO\\/4pXP8CAgIJPN75HM7X263YvG6Hq3\\n2nq325XP8X+835LM7pDL7YTA45TO8I3I6pLN7oG+4IfD5ZPO75DK7I7J64K+\\n4YC94IbC5ITA4onF54rF54C834jD5o\\/K7JDL7JHM7nq424XB45TP8JXQ8YC9\\n34jE5onE5pTO74K\\/4ZbQ8n+73u7u7iQkJDU1NYrF6FpaWsvLy+Xl5VNTU47K\\n63y63YnE51dXVzw8PEJCQk5OTkhISITB49TU1CkpKS8vL5HL7X263JXQ8IG+\\n4X+83o\\/J64XB5Hy43Hy63IbB5IfD5obC5YvH6ZPN7n673Xu43IjD5Y\\/K64fC\\n5IPA4pbR8o3J6oG94Hu53Hu323273Xq42orG6IfC5X663ZfQ8pLN73663nu5\\n25fQ8ZPO8IzI6ovF6Hy53YvH6I7I6o7J6nm32ny524O\\/4Y3H6pbR8YzI6X+7\\n34XC45fR8oPA44G934fD5H253Y3I63y424K+4Hm42o3I6X273ozG6Y7I64C8\\n4IzH6oC734O\\/45bQ8JLO7pHL7oS\\/4obD5X253InF5pTP8YK94H6735XO8JDK\\n7ZTN8JbP8Hm324jE54\\/L7IXA44TB5JLM7YO+4YnG54zG6I7J7Hu32oK94YK\\/\\n4n673pbQ8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAGAJMAAAj+AMvUaXGlThiC\\nLeKEEZUwTJgrokSVaSERIsOIGDNSjHgiIoOMogyd6HiCAYMiJk8UKTnJZBEC\\nK2GaJNCIgE0GERiYILAzAgFINk1EMCE0gk8CRomuWFHUzIoISw2skGrAjAUL\\nkqxaMADlqoGtBsJe3QplwiExEwyg5VoWrYMJb+PChevAwQi7I0Yc0HvArgNE\\nIzLtPTDkgGHCBx4QfsD4wRARiocwliwC8gXIlSNZuhxCRIgLny+IBh06BBUq\\nSEIg6XTj9A0kr0NgeH0Dg+3ZbGyzCWQ7EBssGLBgWSNBjx4sEpKvIZ68uQQ\\/\\nfs7IgSPnzCAA1gFo1w5nu3dA25\\/+POEE6EkCAGrMJ0igXs16L+7Xy0CDxgsa\\nGV4S4Pcgo7+H\\/x5s0oEHA3aQA4E55NDBggumkKAKOahQiQqMpKDChSmAoEKG\\nIICQQoYpTAFCBU2QOEWJTYAgYolTVPBFBYpUIOMXVVRRQRV4bPCFE058gYcT\\nG2zAYxVBFrkBE0gmUQITJSTBRBJ00FHCD01WCUEJmFwyJQQ\\/QOAllxBwwCUH\\ndtjxg5hhQmAFB2wWksiaHFgxgJwD1PnGACwMcGedA4DCgiZvsJAnnhmwkEGh\\nGVBwqBF8ZGDEoRnwQYERlFLgCAUUZPEJphpkgSkFGtyRRRYaaIBCqafegQIK\\nH5z6gQb+HwiyaqwfNNBArR\\/UaqutRzTgAiG2uiDsHMI+ckQox86B7LGhNOts\\nKFFAK+0YoXARyhjU\\/gFGKGAgwAUYYHCBQBR\\/iIvAuecSsQQRRCCAQx44LIED\\nETicK4C8eaSBgAD03rvIvWmkIcDABGvhhgBaDKyEGwEkrIQWSkjBsBJkkBGA\\nFEoEsMceAQRgsRQkSBEACR13TPICWwSwxckoK9DxAguQEDPKMC\\/gCQkKLNBF\\nzgq00UcXXfisgAI470xJz0MrUMDSTM\\/g9NM6RC21DVRX3cPVWPug9dY8dO31\\nDmCHHcPYZAth9tlBpK02DGy3zTTTNMQtNxB0113D3Xi\\/oPcD3gEBADs=\\n\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"image\\/gif\",\"size\":1571,\"theme_id\":828155753}}"},{"id":"a487829b-b3bd-4828-b486-218aa7e24490","name":"Retrieve a Liquid template","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names ","disabled":true}]},"description":"<p>Retrieves a single asset for a theme by its key.</p> <p>To retrieve a single asset, include <code>asset[key]=#{asset_key}</code> as a request parameter. For example, to retrieve the asset with a key of <code>templates/index.liquid</code>, the request might be <code>/admin/themes/828155753/assets.json?asset[key]=templates/index.liquid</code>.</p> <p>For more information on the <code>key</code> property, see <a href=\"#key-property\"><em>Asset properties</em></a>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"asset\":{\"key\":\"templates\\/index.liquid\",\"public_url\":null,\"value\":\"\\u003c!-- LIST 3 PER ROW --\\u003e\\n\\u003ch2\\u003eFeatured Products\\u003c\\/h2\\u003e\\n\\u003ctable id=\\\"products\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\"\\u003e\\n  {% tablerow product in collections.frontpage.products cols:3 %}\\n    \\u003ca href=\\\"{{product.url}}\\\"\\u003e{{ product.featured_image | product_img_url: 'small' | img_tag }}\\u003c\\/a\\u003e\\n    \\u003ch3\\u003e\\u003ca href=\\\"{{product.url}}\\\"\\u003e{{product.title}}\\u003c\\/a\\u003e\\u003c\\/h3\\u003e\\n    \\u003cul class=\\\"attributes\\\"\\u003e\\n      \\u003cli\\u003e\\u003cspan class=\\\"money\\\"\\u003e{{product.price_min | money}}\\u003c\\/span\\u003e\\u003c\\/li\\u003e\\n    \\u003c\\/ul\\u003e\\n  {% endtablerow %}\\n\\u003c\\/table\\u003e\\n\\u003c!-- \\/LIST 3 PER ROW --\\u003e\\n\\n{{ content_for_index }}\\n\\n\\u003cdiv id=\\\"articles\\\"\\u003e\\n  {% assign article = pages.frontpage %}\\n  \\u003cdiv class=\\\"article\\\"\\u003e\\n    {% if article.content != \\\"\\\" %}\\n      \\u003ch3\\u003e{{ article.title }}\\u003c\\/h3\\u003e\\n      \\u003cdiv class=\\\"article-body textile\\\"\\u003e\\n        {{ article.content }}\\n      \\u003c\\/div\\u003e\\n    {% else %}\\n      \\u003cdiv class=\\\"article-body textile\\\"\\u003e\\n        In \\u003cem\\u003eAdmin \\u0026gt; Blogs \\u0026amp; Pages\\u003c\\/em\\u003e, create a page with the handle \\u003cstrong\\u003e\\u003ccode\\u003efrontpage\\u003c\\/code\\u003e\\u003c\\/strong\\u003e and it will show up here.\\n        \\u003cbr \\/\\u003e\\n        {{ \\\"Learn more about handles\\\" | link_to \\\"http:\\/\\/wiki.shopify.com\\/Handle\\\" }}\\n      \\u003c\\/div\\u003e\\n    {% endif %}\\n  \\u003c\\/div\\u003e\\n\\u003c\\/div\\u003e\\n\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2010-07-12T15:31:50-04:00\",\"content_type\":\"text\\/x-liquid\",\"size\":1068,\"theme_id\":828155753}}"}],"_postman_id":"95aea2d2-9fa9-4142-b6be-03860f5e10d0"},{"name":"Creates or updates an asset for a theme","id":"8d092eff-a154-408e-a616-3d7ba6d4fd07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Creates or updates an asset for a theme.</p> <p>In the PUT request, you can include the <code>src</code> or <code>source_key</code> property to create the asset from an existing file.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2406943c-4a98-405b-848e-09f518b9c433","name":"Create an image asset by providing a base64-encoded attachment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset\": {\n    \"key\": \"assets\\/empty.gif\",\n    \"attachment\": \"R0lGODlhAQABAPABAP\\/\\/\\/wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==\\n\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Creates or updates an asset for a theme.</p> <p>In the PUT request, you can include the <code>src</code> or <code>source_key</code> property to create the asset from an existing file.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"asset\":{\"key\":\"assets\\/empty.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/empty.gif?v=1579015731\",\"created_at\":\"2020-01-14T10:28:51-05:00\",\"updated_at\":\"2020-01-14T10:28:51-05:00\",\"content_type\":\"image\\/gif\",\"size\":43,\"theme_id\":828155753}}"},{"id":"7c2c80c6-bb27-470d-b413-f920c83a2398","name":"Create an image asset by providing a source URL from which to upload the image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset\": {\n    \"key\": \"assets\\/bg-body.gif\",\n    \"src\": \"http:\\/\\/apple.com\\/new_bg.gif\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Creates or updates an asset for a theme.</p> <p>In the PUT request, you can include the <code>src</code> or <code>source_key</code> property to create the asset from an existing file.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"asset\":{\"key\":\"assets\\/bg-body.gif\",\"public_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/t\\/1\\/assets\\/bg-body.gif?v=1579015732\",\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2020-01-14T10:28:52-05:00\",\"content_type\":\"image\\/gif\",\"size\":43,\"theme_id\":828155753}}"},{"id":"ab2417aa-c5af-4ea1-9f0e-4d166e0e6769","name":"Change an existing Liquid template's value","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset\": {\n    \"key\": \"templates\\/index.liquid\",\n    \"value\": \"<img src='backsoon-postit.png'><p>We are busy updating the store for you and will be back within the hour.<\\/p>\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Creates or updates an asset for a theme.</p> <p>In the PUT request, you can include the <code>src</code> or <code>source_key</code> property to create the asset from an existing file.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"asset\":{\"key\":\"templates\\/index.liquid\",\"public_url\":null,\"created_at\":\"2010-07-12T15:31:50-04:00\",\"updated_at\":\"2020-01-14T10:28:50-05:00\",\"content_type\":\"text\\/x-liquid\",\"size\":110,\"theme_id\":828155753}}"},{"id":"c1d7e01a-8dfb-4b55-b4f0-577c2f906044","name":"Duplicate an existing asset by providing a source key","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset\": {\n    \"key\": \"layout\\/alternate.liquid\",\n    \"source_key\": \"layout\\/theme.liquid\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Creates or updates an asset for a theme.</p> <p>In the PUT request, you can include the <code>src</code> or <code>source_key</code> property to create the asset from an existing file.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"asset\":{\"key\":\"layout\\/alternate.liquid\",\"public_url\":null,\"created_at\":\"2020-01-14T10:28:53-05:00\",\"updated_at\":\"2020-01-14T10:28:53-05:00\",\"content_type\":\"text\\/x-liquid\",\"size\":2976,\"theme_id\":828155753}}"}],"_postman_id":"8d092eff-a154-408e-a616-3d7ba6d4fd07"},{"name":"Deletes an asset from a theme","id":"acc6c80e-d8ee-4df3-b75c-34d0953be01b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json","description":"<p>Deletes an asset from a theme.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"341a0d6c-22da-4895-9dc9-2f484e21b33c","name":"Delete an image from a theme","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json?asset[key]=assets/bg-body.gif","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"query":[{"key":"asset[key]","value":"assets/bg-body.gif"}]},"description":"Deletes an asset from a theme."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"assets\\/bg-body.gif was successfully deleted\"}"},{"id":"e3e5a1dd-bb1d-4361-879a-48bb9ac18dc4","name":"Deleting an asset required by the theme fails with an error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}/assets.json?asset[key]=layout/theme.liquid","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes","{{theme_id}}","assets.json"],"query":[{"key":"asset[key]","value":"layout/theme.liquid"}]},"description":"Deletes an asset from a theme."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"layout\\/theme.liquid could not be deleted\"}"}],"_postman_id":"acc6c80e-d8ee-4df3-b75c-34d0953be01b"}],"id":"3836551e-b8cf-4300-837d-a731b7bb1c53","description":"<p>Theme assets are the individual files that make up a shop's theme.</p> <p>A theme's assets include its templates, images, stylesheets, and extra snippets of code. They are arranged among the theme's directories, such as <strong>layout</strong>, <strong>templates</strong>, and <strong>assets</strong>. You can use the Asset resource to add, change, or remove asset files from a shop's theme. For a complete list of theme directories, see <a href=\"https://help.shopify.com/themes/development/templates#theme-structure\"><em>Theme structure</em></a>.</p> <p>To learn how to create your own theme, see <a href=\"https://help.shopify.com/themes/development\"><em>Building themes</em></a>.</p>","_postman_id":"3836551e-b8cf-4300-837d-a731b7bb1c53"},{"name":"Blog","item":[{"name":"Retrieve a list of all blogs","id":"7e63ecc1-4166-4f2c-8ea1-c0c17e702a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","description":"<p>Retrieve a list of all blogs. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Filter by blog handle </p>\n","type":"text/plain"},"key":"handle","value":""},{"disabled":true,"description":{"content":"<p>comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"8cd951c3-a151-4fcc-b5e2-b478a91d72d3","name":"Get all blogs for a shop after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"handle","value":"","description":"Filter by blog handle ","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieve a list of all blogs. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blogs\":[{\"id\":382285388,\"handle\":\"banana-blog\",\"title\":\"A Gnu Blog\",\"updated_at\":\"2006-02-02T19:00:00-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/382285388\"},{\"id\":1008414249,\"handle\":\"apple-main-blog\",\"title\":\"Apple main blog\",\"updated_at\":\"2020-01-14T10:46:23-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:46:23-05:00\",\"template_suffix\":null,\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/1008414249\"}]}"},{"id":"ec41da5b-a218-4935-a472-a2828cf96d8c","name":"Get all blogs for a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"handle","value":"","description":"Filter by blog handle ","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieve a list of all blogs. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blogs\":[{\"id\":382285388,\"handle\":\"banana-blog\",\"title\":\"A Gnu Blog\",\"updated_at\":\"2006-02-02T19:00:00-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/382285388\"},{\"id\":241253187,\"handle\":\"apple-blog\",\"title\":\"Mah Blog\",\"updated_at\":\"2006-02-01T19:00:00-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"Announcing, Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/241253187\"}]}"}],"_postman_id":"7e63ecc1-4166-4f2c-8ea1-c0c17e702a9c"},{"name":"Receive a count of all Blogs","id":"ac4fa3af-85b3-4d04-8566-327a2875e7d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/count.json","description":"<p>Get a count of all blogs</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"6d0d2cad-8f9f-4fa7-b3c2-4010991e7dff","name":"Get all blogs for a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/count.json","description":"Get a count of all blogs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"}],"_postman_id":"ac4fa3af-85b3-4d04-8566-327a2875e7d3"},{"name":"Receive a single Blog","id":"22e4b123-2eb1-4cf0-ab44-1337dcf227aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"<p>Get a single blog by its ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"f5b23b06-5f9f-4431-8ee0-123b689eded1","name":"Get a single blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","blogs","{{blog_id}}.json"],"query":[{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Get a single blog by its ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blog\":{\"id\":241253187,\"handle\":\"apple-blog\",\"title\":\"Mah Blog\",\"updated_at\":\"2006-02-01T19:00:00-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"Announcing, Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/241253187\"}}"}],"_postman_id":"22e4b123-2eb1-4cf0-ab44-1337dcf227aa"},{"name":"Create a new Blog","id":"da8c4ef7-bb77-4d67-b59e-5e9da5ffb4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","description":"<p>Create a new blog</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2f8a98d2-4c5c-415e-800f-f093b613a25c","name":"Create a new empty blog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"blog\": {\n    \"title\": \"Apple main blog\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","description":"Create a new blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blog\":{\"id\":1008414250,\"handle\":\"apple-main-blog\",\"title\":\"Apple main blog\",\"updated_at\":\"2020-01-14T10:46:25-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:46:25-05:00\",\"template_suffix\":null,\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/1008414250\"}}"},{"id":"a44d9f52-1a30-4bdd-8065-d3afc4bfd9d0","name":"Trying to create a blog without a title will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"blog\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","description":"Create a new blog"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"title\":[\"can't be blank\"]}}"},{"id":"c92357d3-324b-4236-9cbd-44ef31ab4021","name":"Create a new empty blog with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"blog\": {\n    \"title\": \"Apple main blog\",\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs.json","description":"Create a new blog"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blog\":{\"id\":1008414251,\"handle\":\"apple-main-blog\",\"title\":\"Apple main blog\",\"updated_at\":\"2020-01-14T10:46:27-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:46:27-05:00\",\"template_suffix\":null,\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/1008414251\"}}"}],"_postman_id":"da8c4ef7-bb77-4d67-b59e-5e9da5ffb4de"},{"name":"Modify an existing Blog","id":"15d505ba-d47c-48a7-be85-ac53429f90e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"<p>Update a blog</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"26bdcfe0-47e1-495a-8f18-7191c725d496","name":"Add a metafield to an existing blog","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"blog\": {\n    \"id\": 241253187,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"Update a blog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blog\":{\"id\":241253187,\"handle\":\"apple-blog\",\"title\":\"Mah Blog\",\"updated_at\":\"2020-01-14T10:46:29-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"Announcing, Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/241253187\"}}"},{"id":"2f3de027-9056-4c87-afe5-8cfedafecf08","name":"Update an existing blog title and handle and also activate comments","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"blog\": {\n    \"id\": 241253187,\n    \"title\": \"IPod Updates\",\n    \"handle\": \"ipod-updates\",\n    \"commentable\": \"moderate\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"Update a blog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blog\":{\"id\":241253187,\"handle\":\"ipod-updates\",\"title\":\"IPod Updates\",\"updated_at\":\"2020-01-14T10:46:28-05:00\",\"commentable\":\"moderate\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"Announcing, Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/241253187\"}}"},{"id":"b35a9ff7-2f41-4f8f-a7a2-94be7f6c373f","name":"Update an existing blog title","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"blog\": {\n    \"id\": 241253187,\n    \"title\": \"IPod Updates\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"Update a blog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"blog\":{\"id\":241253187,\"handle\":\"apple-blog\",\"title\":\"IPod Updates\",\"updated_at\":\"2020-01-14T10:46:27-05:00\",\"commentable\":\"no\",\"feedburner\":null,\"feedburner_location\":null,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"template_suffix\":null,\"tags\":\"Announcing, Mystery\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStoreBlog\\/241253187\"}}"}],"_postman_id":"15d505ba-d47c-48a7-be85-ac53429f90e0"},{"name":"Remove an existing Blog","id":"9d403cce-4db3-4268-8b51-9463164d2aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"<p>Delete a blog</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","blogs","{{blog_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"27430694-0159-4139-861f-1933ef4602ee","name":"Remove an existing blog from a shop","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/blogs/{{blog_id}}.json","description":"Delete a blog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9d403cce-4db3-4268-8b51-9463164d2aeb"}],"id":"2117ecfa-3178-49d0-8157-c79598c38d12","description":"<p>In addition to an online storefront, Shopify shops come with a built-in blogging engine, allowing a shop to have one or more blogs.</p> <p>Shop owners are encouraged to use blogs to:</p> <ul> <li>Make announcements</li> <li>Talk about their products in more detail</li> <li>Show off their expertise</li> <li>Connect with their customers and</li> <li>Boost their shop's search engine rankings</li> </ul> <p>Shopify blogs are like most other blogs: a content management system for articles posted in reverse chronological order. Articles can be posted under one or more user-defined categories and tagged with one or more user-defined tags, with an option to allow readers to post comments to articles. An Atom feed is automatically generated for each blog, allowing for syndication. The search functionality built into every shop also searches the text in blog articles.</p> <p>Blogs are meant to be used as a type of magazine or newsletter for the shop, with content that changes over time. If your shop needs a static page (such as an \"About Us\" page), we recommend that you use a Page instead.</p> <p>Also see the <a href=\"https://help.shopify.com/api/reference/online-store/article\">Article resource</a> for managing blog articles.</p>","_postman_id":"2117ecfa-3178-49d0-8157-c79598c38d12"},{"name":"Comment","item":[{"name":"Retrieves a list of comments","id":"7e98db9c-941f-4953-9048-dec4bbbb47bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","description":"<p>Retrieves a list of comments. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show comments created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show comments created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show comments last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show comments last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show comments published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show comments published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Filter results by their published status.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""},{"disabled":true,"description":{"content":"<p>Filter results by their status. </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"190ca792-d014-4cf4-bb44-b6a4f677c49a","name":"Retrieve all the comments for a certain article of a blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"published_status","value":"","description":"Filter results by their published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Filter results by their status. ","disabled":true}]},"description":"Retrieves a list of comments. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comments\":[{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"unapproved\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null},{\"id\":118373535,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}]}"},{"id":"3e55e32e-de46-4634-ba66-1550007d6006","name":"Retrieve all the comments for this shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"published_status","value":"","description":"Filter results by their published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Filter results by their status. ","disabled":true}]},"description":"Retrieves a list of comments. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comments\":[{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"unapproved\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null},{\"id\":118373535,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}]}"},{"id":"aa5ae025-3320-4f1e-861b-8aec97d48e57","name":"Retrieve all comments for this shop after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"published_status","value":"","description":"Filter results by their published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Filter results by their status. ","disabled":true}]},"description":"Retrieves a list of comments. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comments\":[{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"unapproved\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}]}"},{"id":"e7376765-0549-458b-a5e1-453c1fb1b449","name":"Retrieve all the comments for all the articles of a blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"published_status","value":"","description":"Filter results by their published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Filter results by their status. ","disabled":true}]},"description":"Retrieves a list of comments. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comments\":[{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"unapproved\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null},{\"id\":118373535,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}]}"}],"_postman_id":"7e98db9c-941f-4953-9048-dec4bbbb47bb"},{"name":"Retrieves a count of comments","id":"9ff7dde5-7e7c-40bc-9b8a-fecf47da74e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/count.json","description":"<p>Retrieves a count of comments</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count comments created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count comments created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count comments last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count comments last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count comments published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count comments published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Retrieve a count of comments with a given published status.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""},{"disabled":true,"description":{"content":"<p>Retrieve a count of comments with a given status. </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"053c9869-cbb1-41d8-9c81-daf22377ac28","name":"Count all comments for a certain article of a blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Count comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Count comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Retrieve a count of comments with a given published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Retrieve a count of comments with a given status. ","disabled":true}]},"description":"Retrieves a count of comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"},{"id":"58f97a5b-2dee-4439-b9c1-aab709fc0bdc","name":"Count all the comments for all the articles of a blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Count comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Count comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Retrieve a count of comments with a given published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Retrieve a count of comments with a given status. ","disabled":true}]},"description":"Retrieves a count of comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"},{"id":"6a58670d-d473-4a67-9d32-6082ed8879d2","name":"Count all the comments for this shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count comments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count comments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count comments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count comments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Count comments published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Count comments published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Retrieve a count of comments with a given published status.(default: any) ","disabled":true},{"key":"status","value":"","description":"Retrieve a count of comments with a given status. ","disabled":true}]},"description":"Retrieves a count of comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"}],"_postman_id":"9ff7dde5-7e7c-40bc-9b8a-fecf47da74e7"},{"name":"Retrieves a single comment by its ID","id":"4b3db8c4-eb12-4cfe-b151-3ac7d4795cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}.json","description":"<p>Retrieves a single comment by its ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"2b8a9068-f898-4ed6-b7a0-8953466eb715","name":"Retrieve a single comment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","comments","{{comment_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single comment by its ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comment\":{\"id\":118373535,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}}"}],"_postman_id":"4b3db8c4-eb12-4cfe-b151-3ac7d4795cca"},{"name":"Creates a comment for an article","id":"5b64731f-6641-47eb-ba03-cfbe5942251d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","description":"<p>Creates a comment for an article</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"32f7c85a-568d-409e-80ec-d1946cd025ab","name":"Create a comment for an article of a blog using basic Textile markup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": {\n    \"body\": \"I like comments\\nAnd I like posting them *RESTfully*.\",\n    \"author\": \"Your name\",\n    \"email\": \"your@email.com\",\n    \"ip\": \"107.20.160.121\",\n    \"blog_id\": 241253187,\n    \"article_id\": 134645308\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","description":"Creates a comment for an article"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comment\":{\"id\":757536352,\"body\":\"I like comments\\nAnd I like posting them *RESTfully*.\",\"body_html\":\"\\u003cp\\u003eI like comments\\u003cbr\\u003e\\nAnd I like posting them \\u003cstrong\\u003eRESTfully\\u003c\\/strong\\u003e.\\u003c\\/p\\u003e\",\"author\":\"Your name\",\"email\":\"your@email.com\",\"status\":\"pending\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:42:12-05:00\",\"updated_at\":\"2020-01-14T10:42:12-05:00\",\"ip\":\"107.20.160.121\",\"user_agent\":null,\"published_at\":null}}"},{"id":"5e3748d3-6acd-4333-a6c5-7157ac787b44","name":"Creating a comment without a body, author, and email fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": {\n    \"article_id\": 134645308\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments.json","description":"Creates a comment for an article"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"author\":[\"can't be blank\"],\"body\":[\"can't be blank\"],\"email\":[\"must be formatted as an email\"]}}"}],"_postman_id":"5b64731f-6641-47eb-ba03-cfbe5942251d"},{"name":"Updates a comment of an article","id":"5c7f6fe7-9aad-4b4f-bc18-8f819b025b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}.json","description":"<p>Updates a comment of an article</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4dcae59a-bdf6-4d16-af7f-0f51a4512884","name":"Update the body of an existing comment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": {\n    \"id\": 118373535,\n    \"body\": \"You can even update through a web service.\",\n    \"author\": \"Your new name\",\n    \"email\": \"your@updated-email.com\",\n    \"published_at\": \"2020-01-14T15:42:13.430Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}.json","description":"Updates a comment of an article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"comment\":{\"id\":118373535,\"body\":\"You can even update through a web service.\",\"body_html\":\"\\u003cp\\u003eYou can even update through a web service.\\u003c\\/p\\u003e\",\"author\":\"Your new name\",\"email\":\"your@updated-email.com\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:42:13-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":\"2020-01-14T10:42:13-05:00\"}}"}],"_postman_id":"5c7f6fe7-9aad-4b4f-bc18-8f819b025b78"},{"name":"Marks a comment as spam","id":"9f8bc026-2799-46c4-bcc2-4145544e5ebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/spam.json","description":"<p>Marks a comment as spam</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}","spam.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c8910975-3a9a-40e8-a147-d8b09d9e0292","name":"Mark a comment as spam","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/spam.json","description":"Marks a comment as spam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"spam\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:42:14-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}"}],"_postman_id":"9f8bc026-2799-46c4-bcc2-4145544e5ebb"},{"name":"Marks a comment as not spam","id":"02b0d533-e7b6-4018-88e8-a977a18c8b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/not_spam.json","description":"<p>Marks a comment as not spam</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}","not_spam.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3cdbb2da-2154-4ad3-81fd-3e4a1ba69d87","name":"Mark a comment as not spam, restoring it to an unapproved or published state","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/not_spam.json","description":"Marks a comment as not spam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:42:16-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":\"2020-01-14T10:42:16-05:00\"}"}],"_postman_id":"02b0d533-e7b6-4018-88e8-a977a18c8b2b"},{"name":"Approves a comment","id":"99dd5874-8eba-41be-a2ca-4c9fa77fd651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/approve.json","description":"<p>Approves a comment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}","approve.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"d21fffb5-434e-4e46-b715-0331419ff24d","name":"Approve a comment and publish it to the blog","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/approve.json","description":"Approves a comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:42:17-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":\"2020-01-14T10:42:17-05:00\"}"}],"_postman_id":"99dd5874-8eba-41be-a2ca-4c9fa77fd651"},{"name":"Removes a comment","id":"6249cc60-78f5-47fd-8631-9b4de996c177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/remove.json","description":"<p>Removes a comment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}","remove.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"e804371f-8f9d-430e-9d1d-42058875315a","name":"Remove a comment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/remove.json","description":"Removes a comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"removed\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:42:18-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":null}"}],"_postman_id":"6249cc60-78f5-47fd-8631-9b4de996c177"},{"name":"Restores a previously removed comment","id":"d069f966-c2ad-4edd-83b8-7c821dc13012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/restore.json","description":"<p>Restores a previously removed comment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","comments","{{comment_id}}","restore.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"e7b6054a-5aeb-426d-9c8c-145cb1080dfe","name":"Restore a removed comment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/comments/{{comment_id}}/restore.json","description":"Restores a previously removed comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\":653537639,\"body\":\"Hi author, I really _like_ what you're doing there.\",\"body_html\":\"\\u003cp\\u003eHi author, I really \\u003cem\\u003elike\\u003c\\/em\\u003e what you're doing there.\\u003c\\/p\\u003e\",\"author\":\"Soleone\",\"email\":\"sole@one.de\",\"status\":\"published\",\"article_id\":134645308,\"blog_id\":241253187,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"updated_at\":\"2020-01-14T10:42:19-05:00\",\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit\\/525.18 (KHTML, like Gecko) Version\\/3.1.2 Safari\\/525.20.1\",\"published_at\":\"2020-01-14T10:42:19-05:00\"}"}],"_postman_id":"d069f966-c2ad-4edd-83b8-7c821dc13012"}],"id":"727661e2-ed1b-4e69-9c09-874277bf0911","description":"<p>A comment is a reader's response to an article in a blog. Comments appear on the article page in reverse chronological order, typically after the article body. Just as a blog can have any number of articles, an article can have any number of comments.</p> <p>Article comments are a target for spammers, so Shopify blogs use a spam detection system to identify comments that are likely to be spam. Shop owners can also can mark comments as spam or not spam. Comments that are marked as spam are removed from the Shopify admin and don't appear in the blog.</p>","_postman_id":"727661e2-ed1b-4e69-9c09-874277bf0911"},{"name":"Page","item":[{"name":"Retrieves a list of pages","id":"9bc3c678-cd87-42c4-97b9-204a121cb7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","description":"<p>Retrieve a list of all pages. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","pages.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Retrieve pages with a given title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Retrieve a page with a given handle. </p>\n","type":"text/plain"},"key":"handle","value":""},{"disabled":true,"description":{"content":"<p>Show pages created after date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show pages created before date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show pages last updated after date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show pages last updated before date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show pages published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show pages published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to pages with a given published status:(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""}],"variable":[]}},"response":[{"id":"097e7a1c-3302-4e91-a49e-5b910a00e9eb","name":"Retrieve a list of all pages after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","pages.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Retrieve pages with a given title. ","disabled":true},{"key":"handle","value":"","description":"Retrieve a page with a given handle. ","disabled":true},{"key":"created_at_min","value":"","description":"Show pages created after date (format: 2008-12-31). ","disabled":true},{"key":"created_at_max","value":"","description":"Show pages created before date (format: 2008-12-31). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show pages last updated after date (format: 2008-12-31). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show pages last updated before date (format: 2008-12-31). ","disabled":true},{"key":"published_at_min","value":"","description":"Show pages published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show pages published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"published_status","value":"","description":"Restrict results to pages with a given published status:(default: any) ","disabled":true}]},"description":"Retrieve a list of all pages. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"pages\":[{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eWe make \\u003cstrong\\u003eperfect\\u003c\\/strong\\u003e stuff, we don't need a warranty.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2008-07-16T20:00:00-04:00\",\"published_at\":\"2008-07-15T20:00:00-04:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"},{\"id\":169524623,\"title\":\"Store hours\",\"shop_id\":690933842,\"handle\":\"store-hours\",\"body_html\":\"\\u003cp\\u003eWe never close.\\u003c\\/p\\u003e\",\"author\":\"Jobs\",\"created_at\":\"2013-12-31T19:00:00-05:00\",\"updated_at\":\"2013-12-31T19:00:00-05:00\",\"published_at\":\"2014-02-01T19:00:00-05:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/169524623\"}]}"},{"id":"28581115-cc71-4e33-b993-cbcf8fce58da","name":"Get all pages for a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","pages.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Retrieve pages with a given title. ","disabled":true},{"key":"handle","value":"","description":"Retrieve a page with a given handle. ","disabled":true},{"key":"created_at_min","value":"","description":"Show pages created after date (format: 2008-12-31). ","disabled":true},{"key":"created_at_max","value":"","description":"Show pages created before date (format: 2008-12-31). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show pages last updated after date (format: 2008-12-31). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show pages last updated before date (format: 2008-12-31). ","disabled":true},{"key":"published_at_min","value":"","description":"Show pages published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show pages published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"published_status","value":"","description":"Restrict results to pages with a given published status:(default: any) ","disabled":true}]},"description":"Retrieve a list of all pages. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"pages\":[{\"id\":108828309,\"title\":\"Sample Page\",\"shop_id\":690933842,\"handle\":\"sample\",\"body_html\":\"\\u003cp\\u003ethis is a \\u003cstrong\\u003esample\\u003c\\/strong\\u003e page.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2008-07-16T20:00:00-04:00\",\"published_at\":null,\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/108828309\"},{\"id\":169524623,\"title\":\"Store hours\",\"shop_id\":690933842,\"handle\":\"store-hours\",\"body_html\":\"\\u003cp\\u003eWe never close.\\u003c\\/p\\u003e\",\"author\":\"Jobs\",\"created_at\":\"2013-12-31T19:00:00-05:00\",\"updated_at\":\"2013-12-31T19:00:00-05:00\",\"published_at\":\"2014-02-01T19:00:00-05:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/169524623\"},{\"id\":322471,\"title\":\"Support\",\"shop_id\":690933842,\"handle\":\"support\",\"body_html\":\"\\u003cp\\u003eCome in store for support.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2009-07-15T20:00:00-04:00\",\"updated_at\":\"2009-07-16T20:00:00-04:00\",\"published_at\":null,\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/322471\"},{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eWe make \\u003cstrong\\u003eperfect\\u003c\\/strong\\u003e stuff, we don't need a warranty.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2008-07-16T20:00:00-04:00\",\"published_at\":\"2008-07-15T20:00:00-04:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}]}"}],"_postman_id":"9bc3c678-cd87-42c4-97b9-204a121cb7d9"},{"name":"Retrieves a page count","id":"5f7a0ccd-e39d-4e9f-9406-3350091a8336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/count.json","description":"<p>Retrieves a page count.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","pages","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count pages with a given title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Count pages created after date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count pages created before date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count pages last updated after date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count pages last updated before date (format: 2008-12-31). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show pages published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show pages published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count pages with a given published status:(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""}],"variable":[]}},"response":[{"id":"fdb79fcb-05d8-4517-aa76-b01e3a1b1b65","name":"Retrieve a count of all pages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","pages","count.json"],"query":[{"key":"title","value":"","description":"Count pages with a given title. ","disabled":true},{"key":"created_at_min","value":"","description":"Count pages created after date (format: 2008-12-31). ","disabled":true},{"key":"created_at_max","value":"","description":"Count pages created before date (format: 2008-12-31). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count pages last updated after date (format: 2008-12-31). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count pages last updated before date (format: 2008-12-31). ","disabled":true},{"key":"published_at_min","value":"","description":"Show pages published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show pages published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Count pages with a given published status:(default: any) ","disabled":true}]},"description":"Retrieves a page count."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":4}"}],"_postman_id":"5f7a0ccd-e39d-4e9f-9406-3350091a8336"},{"name":"Retrieves a single page by its ID","id":"428cde10-0d66-45ba-a92e-70b048e7341d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"<p>Retrieves a single page by its ID.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","pages","{{page_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"34feea8d-1413-4153-9035-bd6adb3b808e","name":"Retrieve a single page","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","pages","{{page_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single page by its ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eWe make \\u003cstrong\\u003eperfect\\u003c\\/strong\\u003e stuff, we don't need a warranty.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2008-07-16T20:00:00-04:00\",\"published_at\":\"2008-07-15T20:00:00-04:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}}"}],"_postman_id":"428cde10-0d66-45ba-a92e-70b048e7341d"},{"name":"Create a new Page","id":"a5f991f9-2dbe-474e-8f82-cbb8e522c3b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","description":"<p>Creates a page.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","pages.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7426798e-e461-4f4c-a2a0-710192045f64","name":"Create a page with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"title\": \"Warranty information\",\n    \"body_html\": \"<h2>Warranty<\\/h2>\\n<p>Returns accepted if we receive items <strong>30 days after purchase<\\/strong>.<\\/p>\",\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"new value\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","description":"Creates a page."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":1025371371,\"title\":\"Warranty information\",\"shop_id\":690933842,\"handle\":\"warranty-information\",\"body_html\":\"\\u003ch2\\u003eWarranty\\u003c\\/h2\\u003e\\n\\u003cp\\u003eReturns accepted if we receive items \\u003cstrong\\u003e30 days after purchase\\u003c\\/strong\\u003e.\\u003c\\/p\\u003e\",\"author\":\"Shopify API\",\"created_at\":\"2020-01-14T10:45:21-05:00\",\"updated_at\":\"2020-01-14T10:45:21-05:00\",\"published_at\":\"2020-01-14T10:45:21-05:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/1025371371\"}}"},{"id":"76635b84-1245-49d0-b123-6a77e8de5135","name":"Create a page with HTML markup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"title\": \"Warranty information\",\n    \"body_html\": \"<h2>Warranty<\\/h2>\\n<p>Returns accepted if we receive items <strong>30 days after purchase<\\/strong>.<\\/p>\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","description":"Creates a page."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":1025371369,\"title\":\"Warranty information\",\"shop_id\":690933842,\"handle\":\"warranty-information\",\"body_html\":\"\\u003ch2\\u003eWarranty\\u003c\\/h2\\u003e\\n\\u003cp\\u003eReturns accepted if we receive items \\u003cstrong\\u003e30 days after purchase\\u003c\\/strong\\u003e.\\u003c\\/p\\u003e\",\"author\":\"Shopify API\",\"created_at\":\"2020-01-14T10:45:19-05:00\",\"updated_at\":\"2020-01-14T10:45:19-05:00\",\"published_at\":\"2020-01-14T10:45:19-05:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/1025371369\"}}"},{"id":"8e65d44e-f218-409e-a2c9-f7c4b882de67","name":"Creating a page without a title fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","description":"Creates a page."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"title\":[\"can't be blank\"]}}"},{"id":"c59be416-76f4-424d-848a-5c07ed3054df","name":"Create an unpublished page","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"title\": \"Warranty information\",\n    \"body_html\": \"<h2>Warranty<\\/h2>\\n<p>Returns accepted if we receive items <strong>30 days after purchase<\\/strong>.<\\/p>\",\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages.json","description":"Creates a page."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":1025371370,\"title\":\"Warranty information\",\"shop_id\":690933842,\"handle\":\"warranty-information\",\"body_html\":\"\\u003ch2\\u003eWarranty\\u003c\\/h2\\u003e\\n\\u003cp\\u003eReturns accepted if we receive items \\u003cstrong\\u003e30 days after purchase\\u003c\\/strong\\u003e.\\u003c\\/p\\u003e\",\"author\":\"Shopify API\",\"created_at\":\"2020-01-14T10:45:20-05:00\",\"updated_at\":\"2020-01-14T10:45:20-05:00\",\"published_at\":null,\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/1025371370\"}}"}],"_postman_id":"a5f991f9-2dbe-474e-8f82-cbb8e522c3b8"},{"name":"Updates a page","id":"ce991130-c17e-4152-be39-ac94d28cfa11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"<p>Updates a page.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","pages","{{page_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2c32f347-a2bb-46c4-89c3-34e596b842a1","name":"Update an existing page completely","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"id\": 131092082,\n    \"body_html\": \"<p>Returns accepted if we receive the items <strong>14 days<\\/strong> after purchase.<\\/p>\",\n    \"author\": \"Christopher Gorski\",\n    \"title\": \"New warranty\",\n    \"handle\": \"new-warranty\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"Updates a page."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":131092082,\"title\":\"New warranty\",\"shop_id\":690933842,\"handle\":\"new-warranty\",\"body_html\":\"\\u003cp\\u003eReturns accepted if we receive the items \\u003cstrong\\u003e14 days\\u003c\\/strong\\u003e after purchase.\\u003c\\/p\\u003e\",\"author\":\"Christopher Gorski\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:45:23-05:00\",\"published_at\":\"2008-07-15T20:00:00-04:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}}"},{"id":"7aeb450a-dacf-49b1-8f75-2d89395a38c9","name":"Add a metafield to a page","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"id\": 131092082,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"new value\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"Updates a page."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eWe make \\u003cstrong\\u003eperfect\\u003c\\/strong\\u003e stuff, we don't need a warranty.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:45:25-05:00\",\"published_at\":\"2008-07-15T20:00:00-04:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}}"},{"id":"8a871d48-21b0-481b-942f-d5b240e19083","name":"Show a hidden page","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"id\": 131092082,\n    \"published\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"Updates a page."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eWe make \\u003cstrong\\u003eperfect\\u003c\\/strong\\u003e stuff, we don't need a warranty.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:45:23-05:00\",\"published_at\":\"2020-01-14T10:45:23-05:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}}"},{"id":"cf7640e3-f723-49b2-bf56-17caa381106d","name":"Update the body HTML of an existing page","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"id\": 131092082,\n    \"body_html\": \"<p>Returns accepted if we receive the items 14 days after purchase.<\\/p>\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"Updates a page."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eReturns accepted if we receive the items 14 days after purchase.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:45:22-05:00\",\"published_at\":\"2008-07-15T20:00:00-04:00\",\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}}"},{"id":"e898393d-ab6c-4ecc-b8eb-62b993bb15df","name":"Hide a published page","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"id\": 131092082,\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"Updates a page."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"page\":{\"id\":131092082,\"title\":\"Terms of Services\",\"shop_id\":690933842,\"handle\":\"tos\",\"body_html\":\"\\u003cp\\u003eWe make \\u003cstrong\\u003eperfect\\u003c\\/strong\\u003e stuff, we don't need a warranty.\\u003c\\/p\\u003e\",\"author\":\"Dennis\",\"created_at\":\"2008-07-15T20:00:00-04:00\",\"updated_at\":\"2020-01-14T10:45:24-05:00\",\"published_at\":null,\"template_suffix\":null,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OnlineStorePage\\/131092082\"}}"}],"_postman_id":"ce991130-c17e-4152-be39-ac94d28cfa11"},{"name":"Deletes a page","id":"99006898-727e-4250-bc77-6863983492fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"<p>Deletes a page.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","pages","{{page_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2b8f9cb1-5f18-47ad-acf9-d263ff8047bd","name":"Delete a page","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/pages/{{page_id}}.json","description":"Deletes a page."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"99006898-727e-4250-bc77-6863983492fc"}],"id":"292943f4-c255-43cf-a8fc-a271caaa1bd1","description":"<p>In addition to an online storefront, Shopify stores come with a tool for creating basic HTML web pages. Store owners can create any number of pages to hold static content, such as an <strong>About us</strong> page, a <strong>Contact us</strong> page, or a page with customer testimonials.</p> <p>These web pages are represented by the Page resource, and their HTML content is contained in the value of the <code>body_html</code> property. The Page resource lets you retrieve, create, update, and delete web pages for a store.</p> <p>Pages are meant to be used for long-term, static content that rarely changes. For creating content on a regular basis, use the <a href=\"https://help.shopify.com/api/reference/online-store/blog\">Blog</a> resource instead.</p>","_postman_id":"292943f4-c255-43cf-a8fc-a271caaa1bd1"},{"name":"Redirect","item":[{"name":"Retrieves a list of URL redirects","id":"1fdecc61-fc2f-4935-b809-cfe4da425056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","description":"<p>Retrieves a list of URL redirects. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","redirects.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show redirects with a given path. </p>\n","type":"text/plain"},"key":"path","value":""},{"disabled":true,"description":{"content":"<p>Show redirects with a given target. </p>\n","type":"text/plain"},"key":"target","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"46d76e61-e763-4445-993d-3564b4cfc27e","name":"Retrieve a list of URL redirects after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","redirects.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"path","value":"","description":"Show redirects with a given path. ","disabled":true},{"key":"target","value":"","description":"Show redirects with a given target. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of URL redirects. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirects\":[{\"id\":950115854,\"path\":\"\\/ibook\",\"target\":\"\\/products\\/macbook\"}]}"},{"id":"fd03e168-ae9c-4978-91ff-e0566abac38e","name":"Retrieve a list of all redirects","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","redirects.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"path","value":"","description":"Show redirects with a given path. ","disabled":true},{"key":"target","value":"","description":"Show redirects with a given target. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of URL redirects. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirects\":[{\"id\":304339089,\"path\":\"\\/products.php\",\"target\":\"\\/products\"},{\"id\":668809255,\"path\":\"\\/leopard\",\"target\":\"\\/pages\\/macosx\"},{\"id\":950115854,\"path\":\"\\/ibook\",\"target\":\"\\/products\\/macbook\"}]}"}],"_postman_id":"1fdecc61-fc2f-4935-b809-cfe4da425056"},{"name":"Retrieves a count of URL redirects","id":"ad7d8135-68c8-4f4b-a0e3-9c9211b56e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/count.json","description":"<p>Retrieves a count of URL redirects</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","redirects","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count redirects with given path. </p>\n","type":"text/plain"},"key":"path","value":""},{"disabled":true,"description":{"content":"<p>Count redirects with given target. </p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"d78fded4-afdb-46aa-abe4-c76d64a2b037","name":"Count all redirects","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","redirects","count.json"],"query":[{"key":"path","value":"","description":"Count redirects with given path. ","disabled":true},{"key":"target","value":"","description":"Count redirects with given target. ","disabled":true}]},"description":"Retrieves a count of URL redirects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"}],"_postman_id":"ad7d8135-68c8-4f4b-a0e3-9c9211b56e64"},{"name":"Retrieves a single redirect","id":"46915392-3acf-4a01-b4c2-1e1f8c7685d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","description":"<p>Retrieves a single redirect</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","redirects","{{redirect_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"f50b6f8c-a9e5-4c44-ba0b-03c821e2db18","name":"Retrieve a single redirect by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","redirects","{{redirect_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single redirect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirect\":{\"id\":668809255,\"path\":\"\\/leopard\",\"target\":\"\\/pages\\/macosx\"}}"}],"_postman_id":"46915392-3acf-4a01-b4c2-1e1f8c7685d8"},{"name":"Creates a redirect","id":"2b08f998-0898-4d45-8892-fcd7e5544916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","description":"<p>Creates a redirect. When you provide a full URL as the value of the <code>path</code> property, it will be saved as an absolute path without the domain. For example, <code>\"path\": \"<a href=\"http://www.johns-apparel.com/springwear\">http://www.johns-apparel.com/springwear</a>\"</code> will be saved as <code>\"path\": \"springwear\"</code>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","redirects.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2595a9e0-eb5d-4f61-84f8-6c8666aba1ef","name":"Create a redirect using a full URL for the path, which will be saved as an absolute path without a domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"redirect\": {\n    \"path\": \"http:\\/\\/www.apple.com\\/forums\",\n    \"target\": \"http:\\/\\/forums.apple.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","description":"Creates a redirect. When you provide a full URL as the value of the <code>path</code> property, it will be saved as an absolute path without the domain. For example, <code>\"path\": \"http://www.johns-apparel.com/springwear\"</code> will be saved as <code>\"path\": \"springwear\"</code>."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirect\":{\"id\":979034145,\"path\":\"\\/forums\",\"target\":\"http:\\/\\/forums.apple.com\\/\"}}"},{"id":"3d3f2039-fc6e-4da9-be49-81b77e154db4","name":"Create a redirect","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"redirect\": {\n    \"path\": \"\\/ipod\",\n    \"target\": \"\\/pages\\/itunes\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","description":"Creates a redirect. When you provide a full URL as the value of the <code>path</code> property, it will be saved as an absolute path without the domain. For example, <code>\"path\": \"http://www.johns-apparel.com/springwear\"</code> will be saved as <code>\"path\": \"springwear\"</code>."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirect\":{\"id\":979034144,\"path\":\"\\/ipod\",\"target\":\"\\/pages\\/itunes\"}}"},{"id":"3e19d78a-0da3-442a-a117-24e94b19e356","name":"Creating a redirect without a path or target fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"redirect\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects.json","description":"Creates a redirect. When you provide a full URL as the value of the <code>path</code> property, it will be saved as an absolute path without the domain. For example, <code>\"path\": \"http://www.johns-apparel.com/springwear\"</code> will be saved as <code>\"path\": \"springwear\"</code>."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"path\":[\"can't be blank\"],\"target\":[\"can't be blank\",\"can't be the same as path\"]}}"}],"_postman_id":"2b08f998-0898-4d45-8892-fcd7e5544916"},{"name":"Updates an existing redirect","id":"f7fd8635-093e-41c3-874f-6e62217a337e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","description":"<p>Updates an existing redirect</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","redirects","{{redirect_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"29d5f8a9-056a-47a4-9ea9-1716e2cbdc2c","name":"Update the path URI of a redirect","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"redirect\": {\n    \"id\": 668809255,\n    \"path\": \"\\/tiger\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","description":"Updates an existing redirect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirect\":{\"id\":668809255,\"path\":\"\\/tiger\",\"target\":\"\\/pages\\/macosx\"}}"},{"id":"83b372af-e68d-45c2-a2fe-1f95b71e806a","name":"Update both the path and target URIs of a redirect","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"redirect\": {\n    \"id\": 950115854,\n    \"path\": \"\\/powermac\",\n    \"target\": \"\\/pages\\/macpro\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","description":"Updates an existing redirect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"redirect\":{\"id\":950115854,\"path\":\"\\/powermac\",\"target\":\"\\/pages\\/macpro\"}}"}],"_postman_id":"f7fd8635-093e-41c3-874f-6e62217a337e"},{"name":"Deletes a redirect","id":"f0b25409-5e43-4b9d-8b7a-d92f7a31a898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","description":"<p>Deletes a redirect</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","redirects","{{redirect_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"addbce52-b318-41d3-b1c2-56c3316a1a6d","name":"Delete an existing redirect","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/redirects/{{redirect_id}}.json","description":"Deletes a redirect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f0b25409-5e43-4b9d-8b7a-d92f7a31a898"}],"id":"5dae324d-30a7-4c65-ade3-a7d55d5563d8","description":"<p>A redirect causes a visitor on a specific path on the shop's site to be automatically sent to a different location, called the <strong>target</strong>. The target can be a new path on the shop's site or a full URL. The new URL can even be on a completely different domain. Redirect paths are unique, so a shop can't have more than one redirect with the same path.</p>\n","_postman_id":"5dae324d-30a7-4c65-ade3-a7d55d5563d8"},{"name":"ScriptTag","item":[{"name":"Retrieves a list of all script tags","id":"d17f60cf-677f-43e8-8e8b-3ea734b98bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","description":"<p>Retrieves a list of all script tags. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","script_tags.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The number of results to return.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show script tags created after this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show script tags created before this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show script tags last updated after this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show script tags last updated before this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show script tags with this URL. </p>\n","type":"text/plain"},"key":"src","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"2303cf98-25d5-4bc1-8c93-b2d25e559b86","name":"Retrieve a list of all script tags after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","script_tags.json"],"query":[{"key":"limit","value":"","description":"The number of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show script tags created after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show script tags created before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show script tags last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show script tags last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"src","value":"","description":"Show script tags with this URL. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of all script tags. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"script_tags\":[{\"id\":596726825,\"src\":\"https:\\/\\/js-aplenty.com\\/foo.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"display_scope\":\"all\"}]}"},{"id":"32da91d5-655b-4ac0-be58-b772079998fa","name":"Retrieve a list of all script tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","script_tags.json"],"query":[{"key":"limit","value":"","description":"The number of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show script tags created after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show script tags created before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show script tags last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show script tags last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"src","value":"","description":"Show script tags with this URL. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of all script tags. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"script_tags\":[{\"id\":421379493,\"src\":\"https:\\/\\/js-aplenty.com\\/bar.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"display_scope\":\"all\"},{\"id\":596726825,\"src\":\"https:\\/\\/js-aplenty.com\\/foo.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"display_scope\":\"all\"}]}"},{"id":"f1a7fab6-e7c3-435c-9634-1dc0d0bcf444","name":"Retrieve a list of all script tags with a particular URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","script_tags.json"],"query":[{"key":"limit","value":"","description":"The number of results to return.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show script tags created after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show script tags created before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show script tags last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show script tags last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"src","value":"","description":"Show script tags with this URL. ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a list of all script tags. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"script_tags\":[{\"id\":596726825,\"src\":\"https:\\/\\/js-aplenty.com\\/foo.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"display_scope\":\"all\"}]}"}],"_postman_id":"d17f60cf-677f-43e8-8e8b-3ea734b98bf8"},{"name":"Retrieves a count of all script tags","id":"2fc0f4b4-3f87-4550-9de9-2d6ffd5c87fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/count.json","description":"<p>Retrieves a count of all script tags</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","script_tags","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count only script tags with a given URL. </p>\n","type":"text/plain"},"key":"src","value":""}],"variable":[]}},"response":[{"id":"4a6cf424-e191-4712-ace3-fa91d2791740","name":"Retrieve a count of all script tags for your shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","script_tags","count.json"],"query":[{"key":"src","value":"","description":"Count only script tags with a given URL. ","disabled":true}]},"description":"Retrieves a count of all script tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"}],"_postman_id":"2fc0f4b4-3f87-4550-9de9-2d6ffd5c87fc"},{"name":"Retrieves a single script tag","id":"8c1f719e-8273-4f58-921d-be61dd25e616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/{{script_tag_id}}.json","description":"<p>Retrieves a single script tag</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","script_tags","{{script_tag_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"7da616b5-c6b9-4670-b71e-cd664f36ec3e","name":"Retrieve a single script tag by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/{{script_tag_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","script_tags","{{script_tag_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single script tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"script_tag\":{\"id\":596726825,\"src\":\"https:\\/\\/js-aplenty.com\\/foo.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"display_scope\":\"all\"}}"}],"_postman_id":"8c1f719e-8273-4f58-921d-be61dd25e616"},{"name":"Creates a new script tag","id":"57aaac39-54ae-43b7-9082-37542a31d563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","description":"<p>Creates a new script tag</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","script_tags.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"928df98a-b320-4e2e-a65e-a36a6590d006","name":"Create a new script tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"script_tag\": {\n    \"event\": \"onload\",\n    \"src\": \"https:\\/\\/djavaskripped.org\\/fancy.js\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","description":"Creates a new script tag"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"script_tag\":{\"id\":870402688,\"src\":\"https:\\/\\/djavaskripped.org\\/fancy.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:39:12-05:00\",\"updated_at\":\"2020-01-14T10:39:12-05:00\",\"display_scope\":\"all\"}}"},{"id":"d0512857-cb81-4db8-8ec5-3af84c238470","name":"Creating a script tag without a src and event will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"script_tag\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags.json","description":"Creates a new script tag"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"src\":[\"can't be blank\",\"must be secure (HTTPS)\"],\"event\":[\"can't be blank\",\"is invalid\"]}}"}],"_postman_id":"57aaac39-54ae-43b7-9082-37542a31d563"},{"name":"Updates a script tag","id":"687b5a18-f15f-4581-808c-28feae81d8a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/{{script_tag_id}}.json","description":"<p>Updates a script tag</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","script_tags","{{script_tag_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"32846f8c-aaf2-4466-a451-e8af4b89a3c1","name":"Update a script tag's URL","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"script_tag\": {\n    \"id\": 596726825,\n    \"src\": \"https:\\/\\/somewhere-else.com\\/another.js\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/{{script_tag_id}}.json","description":"Updates a script tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"script_tag\":{\"id\":596726825,\"src\":\"https:\\/\\/somewhere-else.com\\/another.js\",\"event\":\"onload\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:39:13-05:00\",\"display_scope\":\"all\"}}"}],"_postman_id":"687b5a18-f15f-4581-808c-28feae81d8a6"},{"name":"Deletes a script tag","id":"5e131dd8-e9d3-4194-9691-a0148c7e7875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/{{script_tag_id}}.json","description":"<p>Deletes a script tag</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","script_tags","{{script_tag_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"d75963d5-1bff-455d-b970-04733f93ad09","name":"Delete an existing script tag","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/script_tags/{{script_tag_id}}.json","description":"Deletes a script tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5e131dd8-e9d3-4194-9691-a0148c7e7875"}],"id":"168b1fce-b378-41e1-8067-90803e4da3c9","description":"<p>The ScriptTag resource represents remote JavaScript code that is loaded into the pages of a shop's storefront or the order status page of checkout. This lets you add functionality to those pages without using theme templates.</p> <p>Script tags are scoped to the app that created them. When an app is uninstalled from a shop, all of the script tags that it created are automatically removed along with it.</p>","_postman_id":"168b1fce-b378-41e1-8067-90803e4da3c9"},{"name":"Theme","item":[{"name":"Retrieves a list of themes","id":"430e3af5-6bc8-4016-b273-0582146cdb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes.json","description":"<p>Retrieves a list of themes.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"d0434d4e-17c5-4dbe-ae7c-8af32fd77aee","name":"Retrieve a list of themes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of themes."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"themes\":[{\"id\":828155753,\"name\":\"Comfort\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"role\":\"main\",\"theme_store_id\":null,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/828155753\"},{\"id\":976877075,\"name\":\"Preview of Parallax\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"role\":\"demo\",\"theme_store_id\":688,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/976877075\"},{\"id\":752253240,\"name\":\"Sandbox\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"role\":\"unpublished\",\"theme_store_id\":null,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/752253240\"}]}"}],"_postman_id":"430e3af5-6bc8-4016-b273-0582146cdb35"},{"name":"Retrieves a single theme","id":"230cab82-0bb4-4e55-815c-ab804b468b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","description":"<p>Retrieves a single theme.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"260a3775-543f-48f7-b645-5796ed42a218","name":"Retrieve a single theme","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","themes","{{theme_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single theme."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"theme\":{\"id\":828155753,\"name\":\"Comfort\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"role\":\"main\",\"theme_store_id\":null,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/828155753\"}}"}],"_postman_id":"230cab82-0bb4-4e55-815c-ab804b468b5e"},{"name":"Creates a theme","id":"3b9bcac1-438a-4ad2-8874-ac037a98a7c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes.json","description":"<p>Creates a theme by providing the public URL of a ZIP file that contains the theme. </p><p>A new theme is always unpublished by default. To publish a theme when you create it, include <code>\"role\": \"main\"</code> in the POST request. The theme will be published only after all of its files have been extracted and stored by Shopify, which might take a couple of minutes.</p><p></p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"17c799f3-7bd6-4dc2-8ce5-ec0e9b672832","name":"Create a theme that has a custom name and is published","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"theme\": {\n    \"name\": \"Lemongrass\",\n    \"src\": \"http:\\/\\/themes.shopify.com\\/theme.zip\",\n    \"role\": \"main\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes.json","description":"Creates a theme by providing the public URL of a ZIP file that contains the theme. <p>A new theme is always unpublished by default. To publish a theme when you create it, include <code>\"role\": \"main\"</code> in the POST request. The theme will be published only after all of its files have been extracted and stored by Shopify, which might take a couple of minutes.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"theme\":{\"id\":1049083723,\"name\":\"Lemongrass\",\"created_at\":\"2020-01-14T10:41:13-05:00\",\"updated_at\":\"2020-01-14T10:41:13-05:00\",\"role\":\"unpublished\",\"theme_store_id\":null,\"previewable\":false,\"processing\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/1049083723\"}}"},{"id":"e1c5ba7a-59f2-4d45-8545-491bb74c16fe","name":"Creating a theme without a name fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"theme\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes.json","description":"Creates a theme by providing the public URL of a ZIP file that contains the theme. <p>A new theme is always unpublished by default. To publish a theme when you create it, include <code>\"role\": \"main\"</code> in the POST request. The theme will be published only after all of its files have been extracted and stored by Shopify, which might take a couple of minutes.</p>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"name\":[\"can't be blank\"]}}"}],"_postman_id":"3b9bcac1-438a-4ad2-8874-ac037a98a7c1"},{"name":"Modify an existing Theme","id":"f0b656e9-aeef-42cd-aec7-f8cc3920a7fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","description":"<p>Updates an existing theme.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c50a8abc-241d-40e7-8958-7ae1379cc41d","name":"Publish an unpublished theme","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"theme\": {\n    \"id\": 752253240,\n    \"role\": \"main\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","description":"Updates an existing theme."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"theme\":{\"id\":752253240,\"name\":\"Sandbox\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:41:15-05:00\",\"role\":\"main\",\"theme_store_id\":null,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/752253240\"}}"},{"id":"fa261f6d-2828-4c84-b4ef-f971453a0647","name":"Update a theme's name","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"theme\": {\n    \"id\": 752253240,\n    \"name\": \"Experimental\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","description":"Updates an existing theme."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"theme\":{\"id\":752253240,\"name\":\"Experimental\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:41:14-05:00\",\"role\":\"unpublished\",\"theme_store_id\":null,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/752253240\"}}"}],"_postman_id":"f0b656e9-aeef-42cd-aec7-f8cc3920a7fd"},{"name":"Remove an existing Theme","id":"abd16939-8c97-4e93-bc84-185ff3f4aa51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","description":"<p>Deletes a theme.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","themes","{{theme_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"544fe8f0-b6bb-4deb-a32d-a8240834a915","name":"Delete a theme","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/themes/{{theme_id}}.json","description":"Deletes a theme."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\":752253240,\"name\":\"Sandbox\",\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"role\":\"unpublished\",\"theme_store_id\":null,\"previewable\":true,\"processing\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Theme\\/752253240\"}"}],"_postman_id":"abd16939-8c97-4e93-bc84-185ff3f4aa51"}],"id":"9f0891c4-629c-49a4-92f3-8625f0a64756","description":"<p>A theme controls the look and feel of a Shopify online store.</p> <p>A store can have a maximum of 20 themes, one of which is the published theme that customers see when they visit the online store. Customers can't see unpublished themes. When you publish a theme, the previously published theme becomes unpublished.</p> <p>To modify the files of a theme after it has been uploaded, use the <a href=\"https://help.shopify.com/api/reference/online-store/asset\">Asset</a> resource. To learn how to create your own theme, see <a href=\"https://help.shopify.com/themes/development\"><em>Building themes</em></a></p>","_postman_id":"9f0891c4-629c-49a4-92f3-8625f0a64756"}],"id":"d1051e59-e88b-4437-820f-6b39f324527e","_postman_id":"d1051e59-e88b-4437-820f-6b39f324527e","description":""},{"name":"Orders","item":[{"name":"Abandoned checkouts","item":[{"name":"Retrieves a count of checkouts","id":"602a1492-366e-406f-9abf-fcb5daeebc34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/count.json","description":"<p>Retrieves a count of checkouts from the past 90 days</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count checkouts with a given status.(default: open) </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"5ff4d978-bd35-4772-a56a-6e7b25c688b7","name":"Count all checkouts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","checkouts","count.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"status","value":"","description":"Count checkouts with a given status.(default: open) ","disabled":true}]},"description":"Retrieves a count of checkouts from the past 90 days"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":7}"}],"_postman_id":"602a1492-366e-406f-9abf-fcb5daeebc34"},{"name":"Retrieves a list of abandoned checkouts","id":"81f2b679-d328-470a-868d-62d584c0e38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","description":"<p>Retrieves a list of abandoned checkouts. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show only checkouts with a given status.(default: open) </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"15249e05-6747-42ff-b3c2-34154b695f71","name":"Retrieve all abandoned checkouts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","checkouts.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"status","value":"","description":"Show only checkouts with a given status.(default: open) ","disabled":true}]},"description":"Retrieves a list of abandoned checkouts. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkouts\":[{\"id\":26371164,\"token\":\"zs9ru89kuqcdagk8bz4r9hnxt22wwd42\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":\"bogus\",\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[{\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"applied_discounts\":[],\"id\":\"5da41c1738454765\"}],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":null,\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":49148385,\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":10,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"1990.00\",\"price\":\"199.00\"},{\"applied_discounts\":[],\"key\":808950810,\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":10,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":808950810,\"variant_title\":\"Pink\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"1990.00\",\"price\":\"199.00\"}],\"name\":\"#26371164\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/zs9ru89kuqcdagk8bz4r9hnxt22wwd42\\/recover\",\"discount_codes\":[],\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\"}],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"0.00\",\"total_line_items_price\":\"3980.00\",\"total_price\":\"3991.94\",\"total_tax\":\"11.94\",\"subtotal_price\":\"3980.00\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":86568385,\"token\":\"b490a9220cd14d7344024f4874f640a6\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":\"bogus\",\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":null,\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":49148385,\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":false,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"0.00\",\"price\":\"0.00\"}],\"name\":\"#86568385\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/b490a9220cd14d7344024f4874f640a6\\/recover\",\"discount_codes\":[],\"tax_lines\":[],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"0.00\",\"total_line_items_price\":\"0.00\",\"total_price\":\"0.00\",\"total_tax\":\"0.00\",\"subtotal_price\":\"0.00\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":446514532,\"token\":\"7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":\"bogus\",\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[{\"title\":\"Standard Shipping\",\"price\":\"10.99\",\"code\":\"Standard Shipping\",\"source\":\"shopify\",\"applied_discounts\":[],\"id\":\"5da41c1738454765\"}],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":null,\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":\"f559e6cc065c44e6\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"},{\"applied_discounts\":[],\"key\":\"04ab0c553160f7b1\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":808950810,\"variant_title\":\"Pink\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"}],\"name\":\"#446514532\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\\/recover\",\"discount_codes\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\"}],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"0.00\",\"total_line_items_price\":\"398.00\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"subtotal_price\":\"398.00\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":450789469,\"token\":\"2a1ace52255252df566af0faaedfbfa7\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":null,\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[{\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"applied_discounts\":[],\"id\":\"5da41c1738454765\"}],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":null,\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":\"f559e6cc065c44e6\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"},{\"applied_discounts\":[],\"key\":\"04ab0c553160f7b1\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":808950810,\"variant_title\":\"Pink\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"}],\"name\":\"#450789469\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/2a1ace52255252df566af0faaedfbfa7\\/recover\",\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"39.80\",\"type\":\"percentage\"}],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\"}],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"39.80\",\"total_line_items_price\":\"398.00\",\"total_price\":\"379.69\",\"total_tax\":\"21.49\",\"subtotal_price\":\"358.20\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":482379045,\"token\":\"mKjuzB2XqIsjtw18ubwx1twwD5B\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":\"bogus\",\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[{\"title\":\"Standard Shipping\",\"price\":\"10.99\",\"code\":\"Standard Shipping\",\"source\":\"shopify\",\"applied_discounts\":[],\"id\":\"5da41c1738454765\"}],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":null,\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":\"f559e6cc065c44e6\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"},{\"applied_discounts\":[],\"key\":\"04ab0c553160f7b1\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":808950810,\"variant_title\":\"Pink\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"}],\"name\":\"#482379045\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/mKjuzB2XqIsjtw18ubwx1twwD5B\\/recover\",\"discount_codes\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\"}],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"0.00\",\"total_line_items_price\":\"398.00\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"subtotal_price\":\"398.00\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":862052962,\"token\":\"exuw7apwoycchjuwtiqg8nytfhphr62a\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":\"bogus\",\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[{\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"applied_discounts\":[],\"id\":\"5da41c1738454765\"}],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":null,\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":\"f559e6cc065c44e6\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"},{\"applied_discounts\":[],\"key\":\"04ab0c553160f7b1\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":808950810,\"variant_title\":\"Pink\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"}],\"name\":\"#862052962\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/exuw7apwoycchjuwtiqg8nytfhphr62a\\/recover\",\"discount_codes\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\"}],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"0.00\",\"total_line_items_price\":\"398.00\",\"total_price\":\"419.49\",\"total_tax\":\"21.49\",\"subtotal_price\":\"398.00\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":901414060,\"token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"email\":\"bob.norman@hostmail.com\",\"gateway\":\"bogus\",\"buyer_accepts_marketing\":false,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"landing_site\":null,\"note\":null,\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"referring_site\":null,\"shipping_lines\":[{\"title\":\"Standard Shipping\",\"price\":\"10.99\",\"code\":\"Standard Shipping\",\"source\":\"shopify\",\"applied_discounts\":[],\"id\":\"5da41c1738454765\"}],\"taxes_included\":false,\"total_weight\":400,\"currency\":\"USD\",\"completed_at\":\"2005-07-31T11:57:11-04:00\",\"closed_at\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"line_items\":[{\"applied_discounts\":[],\"key\":\"f559e6cc065c44e6\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":49148385,\"variant_title\":\"Red\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"},{\"applied_discounts\":[],\"key\":\"04ab0c553160f7b1\",\"destination_location_id\":null,\"fulfillment_service\":\"manual\",\"gift_card\":false,\"grams\":200,\"origin_location_id\":null,\"product_id\":632910392,\"properties\":null,\"quantity\":1,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"tax_lines\":[],\"taxable\":true,\"title\":\"IPod Nano - 8GB\",\"variant_id\":808950810,\"variant_title\":\"Pink\",\"variant_price\":null,\"vendor\":\"Apple\",\"user_id\":null,\"unit_price_measurement\":null,\"country_hs_codes\":[],\"country_code_of_origin\":null,\"province_code_of_origin\":null,\"harmonized_system_code\":null,\"compare_at_price\":null,\"line_price\":\"199.00\",\"price\":\"199.00\"}],\"name\":\"#901414060\",\"source\":null,\"abandoned_checkout_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/bd5a8aa1ecd019dd3520ff791ee3a24c\\/recover\",\"discount_codes\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\"}],\"source_name\":\"web\",\"presentment_currency\":\"USD\",\"total_discounts\":\"0.00\",\"total_line_items_price\":\"398.00\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"subtotal_price\":\"398.00\",\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}]}"}],"_postman_id":"81f2b679-d328-470a-868d-62d584c0e38f"}],"id":"b0232c5a-94a6-4a7f-ab04-81513667ef83","description":"<p>You can query the Checkout resource to return abandoned checkouts. A checkout is considered abandoned when a customer leaves the checkout after the first page without completing their purchase.</p>\n","_postman_id":"b0232c5a-94a6-4a7f-ab04-81513667ef83"},{"name":"DraftOrder","item":[{"name":"Create a new DraftOrder","id":"8d30dc96-29e2-4dad-bd4f-4f6fd0f75fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Creates a draft order.</p> <p>Using the DraftOrder resource you can create orders in draft state using product variant line items, or custom line items. To create a product variant draft order, provide the <code>variant_id</code>, <code>quantity</code> and <code>discount</code> properties. To create a custom line item, provide the <code>title</code>, <code>price</code>, <code>taxable</code>, and <code>quantity</code> properties.</p> <br /> <aside> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can only create five draft orders per minute.</p> </aside> <h3>Polling</h3> When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order is created but these calculations haven't completed. In these cases, you need to poll the draft order until the calculations are finished. <br /> When a draft order requires polling, a <code>202 accepted</code> response code is returned along with <code>location</code> and <code>retry-after</code> response headers. The <code>location</code> header refers to the URL to be polled, and <code>retry-after</code> denotes the interval (in seconds) at which polling requests should be sent. When the draft order is ready, a <code>200 OK</code> response code will be returned. <h3>About custom shipping lines</h3> You can use the DraftOrder resource to send orders with custom shipping lines. A custom shipping line includes a <code>title</code> and <code>price</code> with <code>handle</code> set to <code>Nil</code>. A shipping line with a carrier provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle. <h3>Applying discounts</h3> <p>A draft order and its line items can have one discount each. Calculations for discounts are based on the setting of the <code>value_type</code> property, which can be set to either <code>fixed_amount</code> or <code>percentage</code>. For example, you can apply a fixed amount discount to a draft order to reduce the price by the specified <code>value</code> property. When you use a percentage discount, the discount <code>amount</code> property is the price multiplied by the <code>value</code> property. For line item discounts, the <code>value</code> property is applied per individual unit of the item, based on the line item's quantity.</p> <br /> <p><strong>Calculating line item discount amounts</strong></p> <p>For <code>fixed_amount</code> discounts, the total <code>amount</code> corresponds to the line item quantity times the value of the discount. For percentage discounts, the total amount corresponds to the following:</p> <br /> <p><code>amount = floor(price * quantity * value) / 100</code>, where <code>floor()</code> is the usual round down function.</p> <br /> <p>For non-fractional currencies, this formula needs to use round() instead of floor(), and the division by 100 takes place inside the rounding, resulting in a non-fractional value. Otherwise, an error is returned.</p> <br /> <p><code>amount = round(price * quantity * value / 100)</code></p> <br /> <strong>Line item examples</strong> <br /> <p><i>Fixed amount discount</i></p> <p>For a $19.99 line item with quantity of 2 and with $5 dollars off, discount amount corresponds to $10 ($5 * 2):</p> <br /> <p><code>applied_discount: { \"value_type\": \"fixed_amount\", \"value\": 5, \"amount\": 10 }</code></p> <br /> <p>For a fixed amount example, see <a href=\"#create-a-draft-order-with-a-discount-\"><i>Create a draft order with a discount</i></a>.</p> <br /> <p><i>Percentage discount</i></p> <p>For a $19.99 line item with quantity of 2 and with 15% off, discount amount corresponds to $5.99 (floor ($19.99 * 2 * 15) / 100):</p> <br /> <p><code>applied_discount: { \"value_type\": \"percentage\", \"value\": 15, \"amount\": 5.99 }</code></p> <br /> <p>For a percentage example, see <a href=\"#create-a-percent-discount-on-a-line-item-\"><i>Create a percent discount on a line item</i></a>.</p> <h3>Loading and removing customers</h3> <p>You can load a customer to a draft order by sending the <code>customer_id</code> as part of the draft order object. The recommended way to remove a customer from a draft order is to make a POST request with the Customer object set to null, without specifying an email, shipping address, or billing address. A customer may also be removed by setting <code>customer</code>, <code>email</code>, <code>shipping_address</code>, and <code>billing_address</code> to <code>null</code>. </p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"067347be-a107-4247-8c2f-8f6fda375da8","name":"<span id=\"create-a-percent-discount-on-a-line-item-{{ current_version }}\">Create a draft order with a percent discount on a line item</span>","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Custom Tee\",\n        \"price\": \"20.00\",\n        \"quantity\": 1,\n        \"applied_discount\": {\n          \"description\": \"Custom discount\",\n          \"value_type\": \"percentage\",\n          \"value\": \"10.0\",\n          \"amount\": \"2.0\",\n          \"title\": \"Custom\"\n        }\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Creates a draft order.</p> <p>Using the DraftOrder resource you can create orders in draft state using product variant line items, or custom line items. To create a product variant draft order, provide the <code>variant_id</code>, <code>quantity</code> and <code>discount</code> properties. To create a custom line item, provide the <code>title</code>, <code>price</code>, <code>taxable</code>, and <code>quantity</code> properties.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can only create five draft orders per minute.</p> </aside> <h3>Polling</h3> When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order is created but these calculations haven't completed. In these cases, you need to poll the draft order until the calculations are finished. <br> When a draft order requires polling, a <code>202 accepted</code> response code is returned along with <code>location</code> and <code>retry-after</code> response headers. The <code>location</code> header refers to the URL to be polled, and <code>retry-after</code> denotes the interval (in seconds) at which polling requests should be sent. When the draft order is ready, a <code>200 OK</code> response code will be returned. <h3>About custom shipping lines</h3> You can use the DraftOrder resource to send orders with custom shipping lines. A custom shipping line includes a <code>title</code> and <code>price</code> with <code>handle</code> set to <code>Nil</code>. A shipping line with a carrier provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle. <h3>Applying discounts</h3> <p>A draft order and its line items can have one discount each. Calculations for discounts are based on the setting of the <code>value_type</code> property, which can be set to either <code>fixed_amount</code> or <code>percentage</code>. For example, you can apply a fixed amount discount to a draft order to reduce the price by the specified <code>value</code> property. When you use a percentage discount, the discount <code>amount</code> property is the price multiplied by the <code>value</code> property. For line item discounts, the <code>value</code> property is applied per individual unit of the item, based on the line item's quantity.</p> <br> <p><strong>Calculating line item discount amounts</strong></p> <p>For <code>fixed_amount</code> discounts, the total <code>amount</code> corresponds to the line item quantity times the value of the discount. For percentage discounts, the total amount corresponds to the following:</p> <br> <p><code>amount = floor(price * quantity * value) / 100</code>, where <code>floor()</code> is the usual round down function.</p> <br> <p>For non-fractional currencies, this formula needs to use round() instead of floor(), and the division by 100 takes place inside the rounding, resulting in a non-fractional value. Otherwise, an error is returned.</p> <br> <p><code>amount = round(price * quantity * value / 100)</code></p> <br> <strong>Line item examples</strong> <br> <p><i>Fixed amount discount</i></p> <p>For a $19.99 line item with quantity of 2 and with $5 dollars off, discount amount corresponds to $10 ($5 * 2):</p> <br> <p><code>applied_discount: { \"value_type\": \"fixed_amount\", \"value\": 5, \"amount\": 10 }</code></p> <br> <p>For a fixed amount example, see <a href=\"#create-a-draft-order-with-a-discount-\"><i>Create a draft order with a discount</i></a>.</p> <br> <p><i>Percentage discount</i></p> <p>For a $19.99 line item with quantity of 2 and with 15% off, discount amount corresponds to $5.99 (floor ($19.99 * 2 * 15) / 100):</p> <br> <p><code>applied_discount: { \"value_type\": \"percentage\", \"value\": 15, \"amount\": 5.99 }</code></p> <br> <p>For a percentage example, see <a href=\"#create-a-percent-discount-on-a-line-item-\"><i>Create a percent discount on a line item</i></a>.</p> <h3>Loading and removing customers</h3> <p>You can load a customer to a draft order by sending the <code>customer_id</code> as part of the draft order object. The recommended way to remove a customer from a draft order is to make a POST request with the Customer object set to null, without specifying an email, shipping address, or billing address. A customer may also be removed by setting <code>customer</code>, <code>email</code>, <code>shipping_address</code>, and <code>billing_address</code> to <code>null</code>. </p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":1069920478,\"note\":null,\"email\":null,\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:21:24-05:00\",\"updated_at\":\"2020-01-14T10:21:24-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D5\",\"status\":\"open\",\"line_items\":[{\"variant_id\":null,\"product_id\":null,\"title\":\"Custom Tee\",\"variant_title\":null,\"sku\":null,\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":0,\"tax_lines\":[{\"rate\":0.05,\"title\":\"GST\",\"price\":\"0.90\"},{\"rate\":0.08,\"title\":\"Tax\",\"price\":\"1.44\"}],\"applied_discount\":{\"description\":\"Custom discount\",\"value\":\"10.0\",\"title\":\"Custom\",\"amount\":\"2.00\",\"value_type\":\"percentage\"},\"name\":\"Custom Tee\",\"properties\":[],\"custom\":true,\"price\":\"20.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118543\"}],\"shipping_address\":null,\"billing_address\":null,\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/e296e0eeac826c4d49756164d60dd398\",\"applied_discount\":null,\"order_id\":null,\"shipping_line\":null,\"tax_lines\":[{\"rate\":0.05,\"title\":\"GST\",\"price\":\"0.90\"},{\"rate\":0.08,\"title\":\"Tax\",\"price\":\"1.44\"}],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"20.34\",\"subtotal_price\":\"18.00\",\"total_tax\":\"2.34\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/1069920478\",\"customer\":null}}"},{"id":"5c1a8b27-dc7d-49c3-87b1-b00e79d4279a","name":"Create a simple draft order with only a product variant ID.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Creates a draft order.</p> <p>Using the DraftOrder resource you can create orders in draft state using product variant line items, or custom line items. To create a product variant draft order, provide the <code>variant_id</code>, <code>quantity</code> and <code>discount</code> properties. To create a custom line item, provide the <code>title</code>, <code>price</code>, <code>taxable</code>, and <code>quantity</code> properties.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can only create five draft orders per minute.</p> </aside> <h3>Polling</h3> When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order is created but these calculations haven't completed. In these cases, you need to poll the draft order until the calculations are finished. <br> When a draft order requires polling, a <code>202 accepted</code> response code is returned along with <code>location</code> and <code>retry-after</code> response headers. The <code>location</code> header refers to the URL to be polled, and <code>retry-after</code> denotes the interval (in seconds) at which polling requests should be sent. When the draft order is ready, a <code>200 OK</code> response code will be returned. <h3>About custom shipping lines</h3> You can use the DraftOrder resource to send orders with custom shipping lines. A custom shipping line includes a <code>title</code> and <code>price</code> with <code>handle</code> set to <code>Nil</code>. A shipping line with a carrier provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle. <h3>Applying discounts</h3> <p>A draft order and its line items can have one discount each. Calculations for discounts are based on the setting of the <code>value_type</code> property, which can be set to either <code>fixed_amount</code> or <code>percentage</code>. For example, you can apply a fixed amount discount to a draft order to reduce the price by the specified <code>value</code> property. When you use a percentage discount, the discount <code>amount</code> property is the price multiplied by the <code>value</code> property. For line item discounts, the <code>value</code> property is applied per individual unit of the item, based on the line item's quantity.</p> <br> <p><strong>Calculating line item discount amounts</strong></p> <p>For <code>fixed_amount</code> discounts, the total <code>amount</code> corresponds to the line item quantity times the value of the discount. For percentage discounts, the total amount corresponds to the following:</p> <br> <p><code>amount = floor(price * quantity * value) / 100</code>, where <code>floor()</code> is the usual round down function.</p> <br> <p>For non-fractional currencies, this formula needs to use round() instead of floor(), and the division by 100 takes place inside the rounding, resulting in a non-fractional value. Otherwise, an error is returned.</p> <br> <p><code>amount = round(price * quantity * value / 100)</code></p> <br> <strong>Line item examples</strong> <br> <p><i>Fixed amount discount</i></p> <p>For a $19.99 line item with quantity of 2 and with $5 dollars off, discount amount corresponds to $10 ($5 * 2):</p> <br> <p><code>applied_discount: { \"value_type\": \"fixed_amount\", \"value\": 5, \"amount\": 10 }</code></p> <br> <p>For a fixed amount example, see <a href=\"#create-a-draft-order-with-a-discount-\"><i>Create a draft order with a discount</i></a>.</p> <br> <p><i>Percentage discount</i></p> <p>For a $19.99 line item with quantity of 2 and with 15% off, discount amount corresponds to $5.99 (floor ($19.99 * 2 * 15) / 100):</p> <br> <p><code>applied_discount: { \"value_type\": \"percentage\", \"value\": 15, \"amount\": 5.99 }</code></p> <br> <p>For a percentage example, see <a href=\"#create-a-percent-discount-on-a-line-item-\"><i>Create a percent discount on a line item</i></a>.</p> <h3>Loading and removing customers</h3> <p>You can load a customer to a draft order by sending the <code>customer_id</code> as part of the draft order object. The recommended way to remove a customer from a draft order is to make a POST request with the Customer object set to null, without specifying an email, shipping address, or billing address. A customer may also be removed by setting <code>customer</code>, <code>email</code>, <code>shipping_address</code>, and <code>billing_address</code> to <code>null</code>. </p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":1069920475,\"note\":null,\"email\":null,\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:21:21-05:00\",\"updated_at\":\"2020-01-14T10:21:21-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D5\",\"status\":\"open\",\"line_items\":[{\"variant_id\":447654529,\"product_id\":921728736,\"title\":\"IPod Touch 8GB\",\"variant_title\":\"Black\",\"sku\":\"IPOD2009BLACK\",\"vendor\":\"Apple\",\"quantity\":1,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"shipwire-app\",\"grams\":567,\"tax_lines\":[{\"rate\":0.05,\"title\":\"GST\",\"price\":\"9.95\"},{\"rate\":0.08,\"title\":\"Tax\",\"price\":\"15.92\"}],\"applied_discount\":null,\"name\":\"IPod Touch 8GB - Black\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118540\"}],\"shipping_address\":null,\"billing_address\":null,\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/73240abf038eeb860fce7e551308afc8\",\"applied_discount\":null,\"order_id\":null,\"shipping_line\":null,\"tax_lines\":[{\"rate\":0.05,\"title\":\"GST\",\"price\":\"9.95\"},{\"rate\":0.08,\"title\":\"Tax\",\"price\":\"15.92\"}],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"224.87\",\"subtotal_price\":\"199.00\",\"total_tax\":\"25.87\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/1069920475\",\"customer\":null}}"},{"id":"84e4281d-0832-4e6b-8c44-5405d4beead9","name":"<span id=\"create-a-draft-order-with-a-discount-{{ current_version }}\">Create a draft order with a discount</span>","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Custom Tee\",\n        \"price\": \"20.00\",\n        \"quantity\": 2\n      }\n    ],\n    \"applied_discount\": {\n      \"description\": \"Custom discount\",\n      \"value_type\": \"fixed_amount\",\n      \"value\": \"10.0\",\n      \"amount\": \"10.00\",\n      \"title\": \"Custom\"\n    },\n    \"customer\": {\n      \"id\": 207119551\n    },\n    \"use_customer_default_address\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Creates a draft order.</p> <p>Using the DraftOrder resource you can create orders in draft state using product variant line items, or custom line items. To create a product variant draft order, provide the <code>variant_id</code>, <code>quantity</code> and <code>discount</code> properties. To create a custom line item, provide the <code>title</code>, <code>price</code>, <code>taxable</code>, and <code>quantity</code> properties.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can only create five draft orders per minute.</p> </aside> <h3>Polling</h3> When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order is created but these calculations haven't completed. In these cases, you need to poll the draft order until the calculations are finished. <br> When a draft order requires polling, a <code>202 accepted</code> response code is returned along with <code>location</code> and <code>retry-after</code> response headers. The <code>location</code> header refers to the URL to be polled, and <code>retry-after</code> denotes the interval (in seconds) at which polling requests should be sent. When the draft order is ready, a <code>200 OK</code> response code will be returned. <h3>About custom shipping lines</h3> You can use the DraftOrder resource to send orders with custom shipping lines. A custom shipping line includes a <code>title</code> and <code>price</code> with <code>handle</code> set to <code>Nil</code>. A shipping line with a carrier provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle. <h3>Applying discounts</h3> <p>A draft order and its line items can have one discount each. Calculations for discounts are based on the setting of the <code>value_type</code> property, which can be set to either <code>fixed_amount</code> or <code>percentage</code>. For example, you can apply a fixed amount discount to a draft order to reduce the price by the specified <code>value</code> property. When you use a percentage discount, the discount <code>amount</code> property is the price multiplied by the <code>value</code> property. For line item discounts, the <code>value</code> property is applied per individual unit of the item, based on the line item's quantity.</p> <br> <p><strong>Calculating line item discount amounts</strong></p> <p>For <code>fixed_amount</code> discounts, the total <code>amount</code> corresponds to the line item quantity times the value of the discount. For percentage discounts, the total amount corresponds to the following:</p> <br> <p><code>amount = floor(price * quantity * value) / 100</code>, where <code>floor()</code> is the usual round down function.</p> <br> <p>For non-fractional currencies, this formula needs to use round() instead of floor(), and the division by 100 takes place inside the rounding, resulting in a non-fractional value. Otherwise, an error is returned.</p> <br> <p><code>amount = round(price * quantity * value / 100)</code></p> <br> <strong>Line item examples</strong> <br> <p><i>Fixed amount discount</i></p> <p>For a $19.99 line item with quantity of 2 and with $5 dollars off, discount amount corresponds to $10 ($5 * 2):</p> <br> <p><code>applied_discount: { \"value_type\": \"fixed_amount\", \"value\": 5, \"amount\": 10 }</code></p> <br> <p>For a fixed amount example, see <a href=\"#create-a-draft-order-with-a-discount-\"><i>Create a draft order with a discount</i></a>.</p> <br> <p><i>Percentage discount</i></p> <p>For a $19.99 line item with quantity of 2 and with 15% off, discount amount corresponds to $5.99 (floor ($19.99 * 2 * 15) / 100):</p> <br> <p><code>applied_discount: { \"value_type\": \"percentage\", \"value\": 15, \"amount\": 5.99 }</code></p> <br> <p>For a percentage example, see <a href=\"#create-a-percent-discount-on-a-line-item-\"><i>Create a percent discount on a line item</i></a>.</p> <h3>Loading and removing customers</h3> <p>You can load a customer to a draft order by sending the <code>customer_id</code> as part of the draft order object. The recommended way to remove a customer from a draft order is to make a POST request with the Customer object set to null, without specifying an email, shipping address, or billing address. A customer may also be removed by setting <code>customer</code>, <code>email</code>, <code>shipping_address</code>, and <code>billing_address</code> to <code>null</code>. </p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":1069920476,\"note\":null,\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:21:22-05:00\",\"updated_at\":\"2020-01-14T10:21:22-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D5\",\"status\":\"open\",\"line_items\":[{\"variant_id\":null,\"product_id\":null,\"title\":\"Custom Tee\",\"variant_title\":null,\"sku\":null,\"vendor\":null,\"quantity\":2,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":0,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"Custom Tee\",\"properties\":[],\"custom\":true,\"price\":\"20.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118541\"}],\"shipping_address\":{\"first_name\":null,\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":null,\"address2\":\"\",\"company\":null,\"latitude\":null,\"longitude\":null,\"name\":\"\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":null,\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":null,\"address2\":\"\",\"company\":null,\"latitude\":null,\"longitude\":null,\"name\":\"\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/7b32aa19772429213bb7c63e3569fdb0\",\"applied_discount\":{\"description\":\"Custom discount\",\"value\":\"10.0\",\"title\":\"Custom\",\"amount\":\"10.00\",\"value_type\":\"fixed_amount\"},\"order_id\":null,\"shipping_line\":null,\"tax_lines\":[],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"30.00\",\"subtotal_price\":\"30.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/1069920476\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"},{"id":"925cd5c5-4f92-46f2-8735-0409b3f70063","name":"<span id=\"create-custom-draft-order-{{ current_version }}\">Create custom draft order</span>","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Custom Tee\",\n        \"price\": \"20.00\",\n        \"quantity\": 2\n      }\n    ],\n    \"customer\": {\n      \"id\": 207119551\n    },\n    \"use_customer_default_address\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Creates a draft order.</p> <p>Using the DraftOrder resource you can create orders in draft state using product variant line items, or custom line items. To create a product variant draft order, provide the <code>variant_id</code>, <code>quantity</code> and <code>discount</code> properties. To create a custom line item, provide the <code>title</code>, <code>price</code>, <code>taxable</code>, and <code>quantity</code> properties.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can only create five draft orders per minute.</p> </aside> <h3>Polling</h3> When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order is created but these calculations haven't completed. In these cases, you need to poll the draft order until the calculations are finished. <br> When a draft order requires polling, a <code>202 accepted</code> response code is returned along with <code>location</code> and <code>retry-after</code> response headers. The <code>location</code> header refers to the URL to be polled, and <code>retry-after</code> denotes the interval (in seconds) at which polling requests should be sent. When the draft order is ready, a <code>200 OK</code> response code will be returned. <h3>About custom shipping lines</h3> You can use the DraftOrder resource to send orders with custom shipping lines. A custom shipping line includes a <code>title</code> and <code>price</code> with <code>handle</code> set to <code>Nil</code>. A shipping line with a carrier provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle. <h3>Applying discounts</h3> <p>A draft order and its line items can have one discount each. Calculations for discounts are based on the setting of the <code>value_type</code> property, which can be set to either <code>fixed_amount</code> or <code>percentage</code>. For example, you can apply a fixed amount discount to a draft order to reduce the price by the specified <code>value</code> property. When you use a percentage discount, the discount <code>amount</code> property is the price multiplied by the <code>value</code> property. For line item discounts, the <code>value</code> property is applied per individual unit of the item, based on the line item's quantity.</p> <br> <p><strong>Calculating line item discount amounts</strong></p> <p>For <code>fixed_amount</code> discounts, the total <code>amount</code> corresponds to the line item quantity times the value of the discount. For percentage discounts, the total amount corresponds to the following:</p> <br> <p><code>amount = floor(price * quantity * value) / 100</code>, where <code>floor()</code> is the usual round down function.</p> <br> <p>For non-fractional currencies, this formula needs to use round() instead of floor(), and the division by 100 takes place inside the rounding, resulting in a non-fractional value. Otherwise, an error is returned.</p> <br> <p><code>amount = round(price * quantity * value / 100)</code></p> <br> <strong>Line item examples</strong> <br> <p><i>Fixed amount discount</i></p> <p>For a $19.99 line item with quantity of 2 and with $5 dollars off, discount amount corresponds to $10 ($5 * 2):</p> <br> <p><code>applied_discount: { \"value_type\": \"fixed_amount\", \"value\": 5, \"amount\": 10 }</code></p> <br> <p>For a fixed amount example, see <a href=\"#create-a-draft-order-with-a-discount-\"><i>Create a draft order with a discount</i></a>.</p> <br> <p><i>Percentage discount</i></p> <p>For a $19.99 line item with quantity of 2 and with 15% off, discount amount corresponds to $5.99 (floor ($19.99 * 2 * 15) / 100):</p> <br> <p><code>applied_discount: { \"value_type\": \"percentage\", \"value\": 15, \"amount\": 5.99 }</code></p> <br> <p>For a percentage example, see <a href=\"#create-a-percent-discount-on-a-line-item-\"><i>Create a percent discount on a line item</i></a>.</p> <h3>Loading and removing customers</h3> <p>You can load a customer to a draft order by sending the <code>customer_id</code> as part of the draft order object. The recommended way to remove a customer from a draft order is to make a POST request with the Customer object set to null, without specifying an email, shipping address, or billing address. A customer may also be removed by setting <code>customer</code>, <code>email</code>, <code>shipping_address</code>, and <code>billing_address</code> to <code>null</code>. </p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":1069920479,\"note\":null,\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:21:25-05:00\",\"updated_at\":\"2020-01-14T10:21:25-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D5\",\"status\":\"open\",\"line_items\":[{\"variant_id\":null,\"product_id\":null,\"title\":\"Custom Tee\",\"variant_title\":null,\"sku\":null,\"vendor\":null,\"quantity\":2,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":0,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"Custom Tee\",\"properties\":[],\"custom\":true,\"price\":\"20.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118544\"}],\"shipping_address\":{\"first_name\":null,\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":null,\"address2\":\"\",\"company\":null,\"latitude\":null,\"longitude\":null,\"name\":\"\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":null,\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":null,\"address2\":\"\",\"company\":null,\"latitude\":null,\"longitude\":null,\"name\":\"\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/203cbb52ee0fd20eca0d9022293b08ed\",\"applied_discount\":null,\"order_id\":null,\"shipping_line\":null,\"tax_lines\":[],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"40.00\",\"subtotal_price\":\"40.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/1069920479\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"},{"id":"adba9246-e4ad-4bca-9771-859b396693f0","name":"Create a draft order with a discounted line item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Custom Tee\",\n        \"price\": \"20.00\",\n        \"quantity\": 1,\n        \"applied_discount\": {\n          \"description\": \"Custom discount\",\n          \"value_type\": \"fixed_amount\",\n          \"value\": \"10.0\",\n          \"amount\": \"10.0\",\n          \"title\": \"Custom\"\n        }\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Creates a draft order.</p> <p>Using the DraftOrder resource you can create orders in draft state using product variant line items, or custom line items. To create a product variant draft order, provide the <code>variant_id</code>, <code>quantity</code> and <code>discount</code> properties. To create a custom line item, provide the <code>title</code>, <code>price</code>, <code>taxable</code>, and <code>quantity</code> properties.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can only create five draft orders per minute.</p> </aside> <h3>Polling</h3> When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order is created but these calculations haven't completed. In these cases, you need to poll the draft order until the calculations are finished. <br> When a draft order requires polling, a <code>202 accepted</code> response code is returned along with <code>location</code> and <code>retry-after</code> response headers. The <code>location</code> header refers to the URL to be polled, and <code>retry-after</code> denotes the interval (in seconds) at which polling requests should be sent. When the draft order is ready, a <code>200 OK</code> response code will be returned. <h3>About custom shipping lines</h3> You can use the DraftOrder resource to send orders with custom shipping lines. A custom shipping line includes a <code>title</code> and <code>price</code> with <code>handle</code> set to <code>Nil</code>. A shipping line with a carrier provided shipping rate (currently set via the Shopify admin) includes the shipping rate handle. <h3>Applying discounts</h3> <p>A draft order and its line items can have one discount each. Calculations for discounts are based on the setting of the <code>value_type</code> property, which can be set to either <code>fixed_amount</code> or <code>percentage</code>. For example, you can apply a fixed amount discount to a draft order to reduce the price by the specified <code>value</code> property. When you use a percentage discount, the discount <code>amount</code> property is the price multiplied by the <code>value</code> property. For line item discounts, the <code>value</code> property is applied per individual unit of the item, based on the line item's quantity.</p> <br> <p><strong>Calculating line item discount amounts</strong></p> <p>For <code>fixed_amount</code> discounts, the total <code>amount</code> corresponds to the line item quantity times the value of the discount. For percentage discounts, the total amount corresponds to the following:</p> <br> <p><code>amount = floor(price * quantity * value) / 100</code>, where <code>floor()</code> is the usual round down function.</p> <br> <p>For non-fractional currencies, this formula needs to use round() instead of floor(), and the division by 100 takes place inside the rounding, resulting in a non-fractional value. Otherwise, an error is returned.</p> <br> <p><code>amount = round(price * quantity * value / 100)</code></p> <br> <strong>Line item examples</strong> <br> <p><i>Fixed amount discount</i></p> <p>For a $19.99 line item with quantity of 2 and with $5 dollars off, discount amount corresponds to $10 ($5 * 2):</p> <br> <p><code>applied_discount: { \"value_type\": \"fixed_amount\", \"value\": 5, \"amount\": 10 }</code></p> <br> <p>For a fixed amount example, see <a href=\"#create-a-draft-order-with-a-discount-\"><i>Create a draft order with a discount</i></a>.</p> <br> <p><i>Percentage discount</i></p> <p>For a $19.99 line item with quantity of 2 and with 15% off, discount amount corresponds to $5.99 (floor ($19.99 * 2 * 15) / 100):</p> <br> <p><code>applied_discount: { \"value_type\": \"percentage\", \"value\": 15, \"amount\": 5.99 }</code></p> <br> <p>For a percentage example, see <a href=\"#create-a-percent-discount-on-a-line-item-\"><i>Create a percent discount on a line item</i></a>.</p> <h3>Loading and removing customers</h3> <p>You can load a customer to a draft order by sending the <code>customer_id</code> as part of the draft order object. The recommended way to remove a customer from a draft order is to make a POST request with the Customer object set to null, without specifying an email, shipping address, or billing address. A customer may also be removed by setting <code>customer</code>, <code>email</code>, <code>shipping_address</code>, and <code>billing_address</code> to <code>null</code>. </p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":1069920477,\"note\":null,\"email\":null,\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:21:24-05:00\",\"updated_at\":\"2020-01-14T10:21:24-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D5\",\"status\":\"open\",\"line_items\":[{\"variant_id\":null,\"product_id\":null,\"title\":\"Custom Tee\",\"variant_title\":null,\"sku\":null,\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":0,\"tax_lines\":[{\"rate\":0.05,\"title\":\"GST\",\"price\":\"0.50\"},{\"rate\":0.08,\"title\":\"Tax\",\"price\":\"0.80\"}],\"applied_discount\":{\"description\":\"Custom discount\",\"value\":\"10.0\",\"title\":\"Custom\",\"amount\":\"10.00\",\"value_type\":\"fixed_amount\"},\"name\":\"Custom Tee\",\"properties\":[],\"custom\":true,\"price\":\"20.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118542\"}],\"shipping_address\":null,\"billing_address\":null,\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/325b4063ca5873ceed23534651ca7235\",\"applied_discount\":null,\"order_id\":null,\"shipping_line\":null,\"tax_lines\":[{\"rate\":0.05,\"title\":\"GST\",\"price\":\"0.50\"},{\"rate\":0.08,\"title\":\"Tax\",\"price\":\"0.80\"}],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"11.30\",\"subtotal_price\":\"10.00\",\"total_tax\":\"1.30\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/1069920477\",\"customer\":null}}"}],"_postman_id":"8d30dc96-29e2-4dad-bd4f-4f6fd0f75fd2"},{"name":"Modify an existing DraftOrder","id":"7b6c1685-4772-4df5-adda-bdaf1031e2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","description":"<p>Updates a draft order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c14c800c-7986-41b2-beac-48973274f64e","name":"<span id=\"set-discount-on-a-draft-order-{{ current_version }}\">Set a discount on a draft order</span>","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"id\": 994118539,\n    \"applied_discount\": {\n      \"description\": \"Custom discount\",\n      \"value_type\": \"percentage\",\n      \"value\": \"10.0\",\n      \"amount\": \"19.90\",\n      \"title\": \"Custom\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","description":"Updates a draft order"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":994118539,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:21:27-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D2\",\"status\":\"open\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118539\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/ba8dcf6c022ccad3d47e3909e378e33f\",\"applied_discount\":{\"description\":\"Custom discount\",\"value\":\"10.0\",\"title\":\"Custom\",\"amount\":\"19.90\",\"value_type\":\"percentage\"},\"order_id\":null,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"Wholesale\",\"note_attributes\":[],\"total_price\":\"191.35\",\"subtotal_price\":\"179.10\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/994118539\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"},{"id":"fe3cc5ae-c6e1-4890-b155-6109f67bc2d3","name":"Add a note to a draft order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order\": {\n    \"id\": 994118539,\n    \"note\": \"Customer contacted us about a custom engraving on this iPod\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","description":"Updates a draft order"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":994118539,\"note\":\"Customer contacted us about a custom engraving on this iPod\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:21:26-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D2\",\"status\":\"open\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118539\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/ba8dcf6c022ccad3d47e3909e378e33f\",\"applied_discount\":{\"description\":\"$5promo\",\"value\":\"5.0\",\"title\":null,\"amount\":\"5.00\",\"value_type\":\"fixed_amount\"},\"order_id\":null,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"Wholesale\",\"note_attributes\":[],\"total_price\":\"206.25\",\"subtotal_price\":\"194.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/994118539\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"}],"_postman_id":"7b6c1685-4772-4df5-adda-bdaf1031e2e8"},{"name":"Retrieves a list of draft orders","id":"2ded0535-05d3-425d-9b11-cf168595268c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","description":"<p>Retrieves a list of draft orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Amount of results(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show orders last updated after date (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show orders last updated before date (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Filter by list of IDs </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"key":"status","value":""},{"disabled":true,"description":{"content":"<p>comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"bbe78bdc-4e82-4a2d-9e34-6bad1044c729","name":"List all draft orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","draft_orders.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response ","disabled":true},{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated after date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated before date (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"ids","value":"","description":"Filter by list of IDs ","disabled":true},{"key":"status","value":"","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of draft orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_orders\":[{\"id\":72885271,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":true,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D4\",\"status\":\"completed\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":2,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/498266019\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/f945c7e2b158dbb69fa642cb8d79171f\",\"applied_discount\":null,\"order_id\":450789469,\"shipping_line\":null,\"tax_lines\":[],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"409.94\",\"subtotal_price\":\"398.00\",\"total_tax\":\"11.94\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/72885271\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":622762746,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D1\",\"status\":\"open\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/466157049\"},{\"variant_id\":null,\"product_id\":null,\"title\":\"IPod Nano Engraving\",\"variant_title\":null,\"sku\":\"IPODENGRAVING\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":0,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano Engraving\",\"properties\":[],\"custom\":true,\"price\":\"30.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/605833968\"},{\"variant_id\":457924702,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"black\",\"sku\":\"IPOD2008BLACK\",\"vendor\":null,\"quantity\":3,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - black\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/783764327\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/f1df1a91d10a6d7704cf2f0315461api\",\"applied_discount\":null,\"order_id\":null,\"shipping_line\":{\"title\":\"custom shipping\",\"custom\":true,\"handle\":null,\"price\":\"10.00\"},\"tax_lines\":[],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"836.00\",\"subtotal_price\":\"826.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/622762746\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":691042898,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":true,\"currency\":\"USD\",\"invoice_sent_at\":\"2016-12-31T19:00:00-05:00\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tax_exempt\":false,\"completed_at\":\"2016-12-31T19:00:00-05:00\",\"name\":\"#D4\",\"status\":\"completed\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/158115779\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/56dd92fb7adc1a2c38402b1aab15b2f4\",\"applied_discount\":null,\"order_id\":450789469,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"409.94\",\"subtotal_price\":\"398.00\",\"total_tax\":\"11.94\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/691042898\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":994118539,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D2\",\"status\":\"open\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118539\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/ba8dcf6c022ccad3d47e3909e378e33f\",\"applied_discount\":{\"description\":\"$5promo\",\"value\":\"5.0\",\"title\":null,\"amount\":\"5.00\",\"value_type\":\"fixed_amount\"},\"order_id\":null,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"Wholesale\",\"note_attributes\":[],\"total_price\":\"206.25\",\"subtotal_price\":\"194.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/994118539\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}},{\"id\":1012750869,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D2\",\"status\":\"open\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/294997122\"}],\"shipping_address\":null,\"billing_address\":null,\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/f1df1a91d10a6d7704cf2f0315461noaddressapi\",\"applied_discount\":null,\"order_id\":null,\"shipping_line\":null,\"tax_lines\":[],\"tags\":\"\",\"note_attributes\":[],\"total_price\":\"836.00\",\"subtotal_price\":\"826.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/1012750869\",\"customer\":null}]}"}],"_postman_id":"2ded0535-05d3-425d-9b11-cf168595268c"},{"name":"Receive a single DraftOrder","id":"102722ea-d69a-40f9-8cb4-e418b4681e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","description":"<p>Retrieves a specific draft order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"3755504d-2fb8-4e1d-8304-2c21a7981830","name":"Get a representation of a single draft order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a specific draft order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":994118539,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tax_exempt\":false,\"completed_at\":null,\"name\":\"#D2\",\"status\":\"open\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118539\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/ba8dcf6c022ccad3d47e3909e378e33f\",\"applied_discount\":{\"description\":\"$5promo\",\"value\":\"5.0\",\"title\":null,\"amount\":\"5.00\",\"value_type\":\"fixed_amount\"},\"order_id\":null,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"Wholesale\",\"note_attributes\":[],\"total_price\":\"206.25\",\"subtotal_price\":\"194.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/994118539\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"}],"_postman_id":"102722ea-d69a-40f9-8cb4-e418b4681e27"},{"name":"Receive a count of all DraftOrders","id":"72e04b36-30c2-4931-8bea-65fb3a0e6a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/count.json","description":"<p>Retrieves a count of draft orders</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count draft orders after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Count draft orders that have a given status.(default: open) </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Count draft orders last updated before the specified date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count draft orders last updated after the specified date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""}],"variable":[]}},"response":[{"id":"88aedbd9-78ae-436b-93e3-c04c7c8b9c5a","name":"Count all draft orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","draft_orders","count.json"],"query":[{"key":"since_id","value":"","description":"Count draft orders after the specified ID. ","disabled":true},{"key":"status","value":"","description":"Count draft orders that have a given status.(default: open) ","disabled":true},{"key":"updated_at_max","value":"","description":"Count draft orders last updated before the specified date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count draft orders last updated after the specified date (format: 2014-04-25T16:15:47-04:00). ","disabled":true}]},"description":"Retrieves a count of draft orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":5}"}],"_postman_id":"72e04b36-30c2-4931-8bea-65fb3a0e6a68"},{"name":"Send an invoice","id":"9cb4f9a4-ddc9-469f-8d70-1e788c4455fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}/send_invoice.json","description":"<p>Sends an invoice for the draft order.</p> <p>You can include the following parameters in the body of the request:</p> <ul> <li><strong>draft_order_invoice</strong>: The object to send in the body of the request. <ul> <li><strong>to</strong>: The email address that will populate the <strong>to</strong> field of the email.</li> <li><strong>from</strong>: The email address that will populate the <strong>from</strong> field of the email.</li> <li><strong>bcc</strong>: The list of email addresses to include in the <strong>bcc</strong> field of the email. Emails must be associated with staff accounts on the shop.</li> <li><strong>subject</strong>: The email subject.</li> <li><strong>custom_message</strong>: The custom message displayed in the email.</li> </ul> </li> </ul>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}","send_invoice.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"29cdd740-fb15-4ee1-a116-3c5739dd1b8e","name":"Send a customized invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order_invoice\": {\n    \"to\": \"first@example.com\",\n    \"from\": \"steve@apple.com\",\n    \"bcc\": [\n      \"steve@apple.com\"\n    ],\n    \"subject\": \"Apple Computer Invoice\",\n    \"custom_message\": \"Thank you for ordering!\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}/send_invoice.json","description":"<p>Sends an invoice for the draft order.</p> <p>You can include the following parameters in the body of the request:</p> <ul> <li><strong>draft_order_invoice</strong>: The object to send in the body of the request. <ul> <li><strong>to</strong>: The email address that will populate the <strong>to</strong> field of the email.</li> <li><strong>from</strong>: The email address that will populate the <strong>from</strong> field of the email.</li> <li><strong>bcc</strong>: The list of email addresses to include in the <strong>bcc</strong> field of the email. Emails must be associated with staff accounts on the shop.</li> <li><strong>subject</strong>: The email subject.</li> <li><strong>custom_message</strong>: The custom message displayed in the email.</li> </ul> </li> </ul>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order_invoice\":{\"to\":\"first@example.com\",\"from\":\"steve@apple.com\",\"subject\":\"Apple Computer Invoice\",\"custom_message\":\"Thank you for ordering!\",\"bcc\":[\"steve@apple.com\"]}}"},{"id":"917c07ee-6012-4352-aa66-47fa2ce9ea05","name":"Send the default invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"draft_order_invoice\": {\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}/send_invoice.json","description":"<p>Sends an invoice for the draft order.</p> <p>You can include the following parameters in the body of the request:</p> <ul> <li><strong>draft_order_invoice</strong>: The object to send in the body of the request. <ul> <li><strong>to</strong>: The email address that will populate the <strong>to</strong> field of the email.</li> <li><strong>from</strong>: The email address that will populate the <strong>from</strong> field of the email.</li> <li><strong>bcc</strong>: The list of email addresses to include in the <strong>bcc</strong> field of the email. Emails must be associated with staff accounts on the shop.</li> <li><strong>subject</strong>: The email subject.</li> <li><strong>custom_message</strong>: The custom message displayed in the email.</li> </ul> </li> </ul>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order_invoice\":{\"to\":\"bob.norman@hostmail.com\",\"from\":\"steve@apple.com\",\"subject\":\"Draft Order #D2\",\"custom_message\":\"\",\"bcc\":[]}}"}],"_postman_id":"9cb4f9a4-ddc9-469f-8d70-1e788c4455fd"},{"name":"Remove an existing DraftOrder","id":"2c491a3a-4e9d-4621-a493-5cae03205fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","description":"<p>Deletes a draft order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b90ffa19-72d5-47ba-b400-0e160730dfe1","name":"Permanently delete a draft order","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}.json","description":"Deletes a draft order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2c491a3a-4e9d-4621-a493-5cae03205fc3"},{"name":"Complete a draft order","id":"ea7ce84f-b2a0-4ac8-865c-999f86f4a5c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}/complete.json","description":"<p>Completes a draft order. <br /> </p><p>Using the DraftOrder resource, you can create a draft order and transition it to an order.</p> <br /> <p>The following flows are supported:</p> <br /> <ul> <li>Create a draft order that calculates taxes and totals but accept payment from the customer outside of Shopify.</li> <li>Create a draft order and send an invoice to the customer.</li> </ul><p></p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}","complete.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"6355896e-be68-4ce9-a408-a44feedd4980","name":"Complete a draft order, marking it as paid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}/complete.json","description":"Completes a draft order. <br> <p>Using the DraftOrder resource, you can create a draft order and transition it to an order.</p> <br> <p>The following flows are supported:</p> <br> <ul> <li>Create a draft order that calculates taxes and totals but accept payment from the customer outside of Shopify.</li> <li>Create a draft order and send an invoice to the customer.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":994118539,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:21:15-05:00\",\"tax_exempt\":false,\"completed_at\":\"2020-01-14T10:21:15-05:00\",\"name\":\"#D2\",\"status\":\"completed\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118539\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/ba8dcf6c022ccad3d47e3909e378e33f\",\"applied_discount\":{\"description\":\"$5promo\",\"value\":\"5.0\",\"title\":null,\"amount\":\"5.00\",\"value_type\":\"fixed_amount\"},\"order_id\":1073459962,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"Wholesale\",\"note_attributes\":[],\"total_price\":\"206.25\",\"subtotal_price\":\"194.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/994118539\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"},{"id":"cee5e4c7-0b47-4231-8264-def871a509da","name":"Complete a draft order, marking it as pending","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/draft_orders/{{draft_order_id}}/complete.json?payment_pending=true","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","draft_orders","{{draft_order_id}}","complete.json"],"query":[{"key":"payment_pending","value":"true"}]},"description":"Completes a draft order. <br> <p>Using the DraftOrder resource, you can create a draft order and transition it to an order.</p> <br> <p>The following flows are supported:</p> <br> <ul> <li>Create a draft order that calculates taxes and totals but accept payment from the customer outside of Shopify.</li> <li>Create a draft order and send an invoice to the customer.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"draft_order\":{\"id\":994118539,\"note\":\"rush order\",\"email\":\"bob.norman@hostmail.com\",\"taxes_included\":false,\"currency\":\"USD\",\"invoice_sent_at\":null,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:21:19-05:00\",\"tax_exempt\":false,\"completed_at\":\"2020-01-14T10:21:19-05:00\",\"name\":\"#D2\",\"status\":\"completed\",\"line_items\":[{\"variant_id\":39072856,\"product_id\":632910392,\"title\":\"IPod Nano - 8gb\",\"variant_title\":\"green\",\"sku\":\"IPOD2008GREEN\",\"vendor\":null,\"quantity\":1,\"requires_shipping\":false,\"taxable\":true,\"gift_card\":false,\"fulfillment_service\":\"manual\",\"grams\":567,\"tax_lines\":[],\"applied_discount\":null,\"name\":\"IPod Nano - 8gb - green\",\"properties\":[],\"custom\":false,\"price\":\"199.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrderLineItem\\/994118539\"}],\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"invoice_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/invoices\\/ba8dcf6c022ccad3d47e3909e378e33f\",\"applied_discount\":{\"description\":\"$5promo\",\"value\":\"5.0\",\"title\":null,\"amount\":\"5.00\",\"value_type\":\"fixed_amount\"},\"order_id\":1073459963,\"shipping_line\":{\"title\":\"UPS Ground\",\"custom\":false,\"handle\":\"ups-3-12.25\",\"price\":\"12.25\"},\"tax_lines\":[],\"tags\":\"Wholesale\",\"note_attributes\":[],\"total_price\":\"206.25\",\"subtotal_price\":\"194.00\",\"total_tax\":\"0.00\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DraftOrder\\/994118539\",\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}}}}"}],"_postman_id":"ea7ce84f-b2a0-4ac8-865c-999f86f4a5c5"}],"id":"827bd0f9-54c1-49fd-9036-ff9952228fc3","description":"<p>You can use the DraftOrder resource to allow merchants to create orders on behalf of customers. This is useful for Shopify merchants who receive orders through outside channels and enables a wide range of use cases including the following:</p> <ul> <li>Create new orders for sales made by phone, in person, via chat, or by other means. Credit card payments for these orders can subsequently be entered in the Shopify admin.</li> <li>Send invoices to customers to pay with a secure checkout link.</li> <li>Use custom items to represent additional costs or products that aren't displayed in a shop's inventory.</li> <li>Re-create mistaken orders.</li> <li>Sell products at discount or wholesale rates.</li> <li>Take pre-orders.</li> </ul>","_postman_id":"827bd0f9-54c1-49fd-9036-ff9952228fc3"},{"name":"Order Risk","item":[{"name":"Creates an order risk for an order","id":"c2a03cb0-8f57-4724-a00c-2db78a0e3852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks.json","description":"<p>Creates an order risk for an order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","risks.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"06ceb4f7-ee11-4285-9f92-de59117a70cf","name":"Create an order risk showing a fraud risk for proxy detection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"risk\": {\n    \"message\": \"This order came from an anonymous proxy\",\n    \"recommendation\": \"cancel\",\n    \"score\": 1.0,\n    \"source\": \"External\",\n    \"cause_cancel\": true,\n    \"display\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks.json","description":"Creates an order risk for an order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"risk\":{\"id\":700140151,\"order_id\":450789469,\"checkout_id\":901414060,\"source\":\"External\",\"score\":\"1.0\",\"recommendation\":\"cancel\",\"display\":true,\"cause_cancel\":true,\"message\":\"This order came from an anonymous proxy\",\"merchant_message\":\"This order came from an anonymous proxy\"}}"}],"_postman_id":"c2a03cb0-8f57-4724-a00c-2db78a0e3852"},{"name":"Retrieves a list of all order risks for an order","id":"88defc3b-0826-4f81-b20b-f27b0b08879f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks.json","description":"<p>Retrieves a list of all order risks for an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","risks.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b4eb0229-2169-4b6d-a6df-a7935ac358c2","name":"Retrieve all order risks for an order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks.json","description":"Retrieves a list of all order risks for an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"risks\":[{\"id\":284138680,\"order_id\":450789469,\"checkout_id\":null,\"source\":\"External\",\"score\":\"1.0\",\"recommendation\":\"cancel\",\"display\":true,\"cause_cancel\":true,\"message\":\"This order was placed from a proxy IP\",\"merchant_message\":\"This order was placed from a proxy IP\"},{\"id\":700140153,\"order_id\":450789469,\"checkout_id\":901414060,\"source\":\"External\",\"score\":\"1.0\",\"recommendation\":\"cancel\",\"display\":true,\"cause_cancel\":true,\"message\":\"This order came from an anonymous proxy\",\"merchant_message\":\"This order came from an anonymous proxy\"}]}"}],"_postman_id":"88defc3b-0826-4f81-b20b-f27b0b08879f"},{"name":"Retrieves a single order risk by its ID","id":"177ba269-4b25-4392-96c0-10c8d6b79784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks/{{risk_id}}.json","description":"<p>Retrieves a single order risk by its ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","risks","{{risk_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b7d56406-8b70-48b1-b8eb-181892591b2d","name":"Retrieve a single order risk","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks/{{risk_id}}.json","description":"Retrieves a single order risk by its ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"risk\":{\"id\":284138680,\"order_id\":450789469,\"checkout_id\":null,\"source\":\"External\",\"score\":\"1.0\",\"recommendation\":\"cancel\",\"display\":true,\"cause_cancel\":true,\"message\":\"This order was placed from a proxy IP\",\"merchant_message\":\"This order was placed from a proxy IP\"}}"}],"_postman_id":"177ba269-4b25-4392-96c0-10c8d6b79784"},{"name":"Updates an order risk","id":"60365cf3-50ef-4821-9802-d64216684638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks/{{risk_id}}.json","description":"<p>Updates an order risk</p> <br /> <aside> <h4>Note</h4> <p>You cannot modify an order risk that was created by another application.</p> </aside>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","risks","{{risk_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"bdc049e7-8970-4281-907d-82491797d8aa","name":"Update an existing order risk for an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"risk\": {\n    \"id\": 284138680,\n    \"message\": \"After further review, this is a legitimate order\",\n    \"recommendation\": \"accept\",\n    \"source\": \"External\",\n    \"cause_cancel\": false,\n    \"score\": 0.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks/{{risk_id}}.json","description":"<p>Updates an order risk</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>You cannot modify an order risk that was created by another application.</p> </aside>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"risk\":{\"id\":284138680,\"order_id\":450789469,\"checkout_id\":null,\"source\":\"External\",\"score\":\"0.0\",\"recommendation\":\"accept\",\"display\":true,\"cause_cancel\":false,\"message\":\"After further review, this is a legitimate order\",\"merchant_message\":\"After further review, this is a legitimate order\"}}"}],"_postman_id":"60365cf3-50ef-4821-9802-d64216684638"},{"name":"Deletes an order risk for an order","id":"164aa87d-630b-4bf9-9c18-79f960feb1b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks/{{risk_id}}.json","description":"<p>Deletes an order risk for an order</p> <br /> <aside> <h4>Note</h4> <p>You cannot delete an order risk that was created by another application.</p> </aside>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","risks","{{risk_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"bbf607f0-6c9e-48a1-b4b5-3df976808cd5","name":"Delete an order risk for an order","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/risks/{{risk_id}}.json","description":"<p>Deletes an order risk for an order</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>You cannot delete an order risk that was created by another application.</p> </aside>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"164aa87d-630b-4bf9-9c18-79f960feb1b1"}],"id":"8b069029-3a8b-48bc-a37f-600e21896f3a","description":"<p>Order risks show the results of fraud checks that have been completed on an order. They appear in the <strong>Fraud analysis</strong> section of an order's details page in the Shopify admin.</p> <p>The fraud analysis from your app shows each of the resulting messages from the order risks that your app has completed. It also shows the overall risk level for the order, which is determined by the order risk with the most severe <a href=\"#recommendation-property\">recommendation</a>. When determining an order's risk level, Shopify takes into account only those order risks that have the <code>display</code> property set to <code>true</code>.</p>","_postman_id":"8b069029-3a8b-48bc-a37f-600e21896f3a"},{"name":"Order","item":[{"name":"Retrieves a list of orders","id":"9615f84f-dd1c-43b7-92ec-a113ea2397d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve only orders specified by a comma-separated list of order IDs. </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"key":"name","value":"EB5-155256"},{"disabled":true,"description":{"content":"<p>The maximum number of results to show on a page.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show orders after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"processed_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"processed_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show orders attributed to a certain app, specified by the app ID. Set as <code>current</code> to show orders for the app currently consuming the API. </p>\n","type":"text/plain"},"key":"attribution_app_id","value":""},{"disabled":true,"description":{"content":"<p>Filter orders by their status.(default: open) </p>\n","type":"text/plain"},"key":"status","value":"any"},{"disabled":true,"description":{"content":"<p>Filter orders by their financial status.(default: any) </p>\n","type":"text/plain"},"key":"financial_status","value":""},{"disabled":true,"description":{"content":"<p>Filter orders by their fulfillment status.(default: any) </p>\n","type":"text/plain"},"key":"fulfillment_status","value":""},{"disabled":true,"description":{"content":"<p>Retrieve only certain fields, specified by a comma-separated list of fields names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"18f1ce07-36fc-40bc-a93b-192c6ecbad30","name":"Retrieve all orders but show only certain properties","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders.json"],"query":[{"key":"ids","value":"","description":"Retrieve only orders specified by a comma-separated list of order IDs. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show on a page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show orders after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_min","value":"","description":"Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_max","value":"","description":"Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"attribution_app_id","value":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as `current` to show orders for the app currently consuming the API. ","disabled":true},{"key":"status","value":"","description":"Filter orders by their status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Filter orders by their financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":450789469,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"total_price\":\"598.94\",\"name\":\"#1001\"}]}"},{"id":"597721ce-7bc5-4ec7-9b4f-9ff2389dfea3","name":"Retrieve specific orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders.json"],"query":[{"key":"ids","value":"","description":"Retrieve only orders specified by a comma-separated list of order IDs. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show on a page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show orders after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_min","value":"","description":"Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_max","value":"","description":"Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"attribution_app_id","value":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as `current` to show orders for the app currently consuming the API. ","disabled":true},{"key":"status","value":"","description":"Filter orders by their status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Filter orders by their financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":1073459966,\"email\":\"\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:27:57-05:00\",\"updated_at\":\"2020-01-14T10:27:57-05:00\",\"number\":2,\"note\":null,\"token\":\"815df8ab75c2f3881d9e03df565c0b11\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:27:57-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":null,\"tax_lines\":[],\"tags\":\"\",\"contact_email\":null,\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/815df8ab75c2f3881d9e03df565c0b11\\/authenticate?key=ec0cebebfa6fc523e79f280a6b9a5134\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459966\",\"shipping_lines\":[],\"line_items\":[{\"id\":1071823186,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823186\",\"tax_lines\":[]}],\"fulfillments\":[],\"refunds\":[]}]}"},{"id":"8db50826-f321-4a2c-8f92-97888d8fc9c3","name":"Retrieve orders that have authorized payments ready to be captured","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders.json"],"query":[{"key":"ids","value":"","description":"Retrieve only orders specified by a comma-separated list of order IDs. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show on a page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show orders after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_min","value":"","description":"Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_max","value":"","description":"Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"attribution_app_id","value":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as `current` to show orders for the app currently consuming the API. ","disabled":true},{"key":"status","value":"","description":"Filter orders by their status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Filter orders by their financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:59-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"authorized\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=e5343221beab3f38f5a1c1146cb27525\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}]}"},{"id":"9d2e54c3-6673-480f-ba3e-f48dd0d053b7","name":"Retrieve all orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders.json"],"query":[{"key":"ids","value":"","description":"Retrieve only orders specified by a comma-separated list of order IDs. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show on a page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show orders after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_min","value":"","description":"Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_max","value":"","description":"Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"attribution_app_id","value":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as `current` to show orders for the app currently consuming the API. ","disabled":true},{"key":"status","value":"","description":"Filter orders by their status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Filter orders by their financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2008-01-10T11:00:00-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=8bb08ff48dd9d9536c37e87b5e5f0311\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}]}"},{"id":"b2a0824f-e455-41d6-b77a-29d067c5f6b2","name":"Retrieve orders last updated after 2005-07-31 15:57:11 in the EDT timezone","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders.json"],"query":[{"key":"ids","value":"","description":"Retrieve only orders specified by a comma-separated list of order IDs. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show on a page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show orders after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_min","value":"","description":"Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_max","value":"","description":"Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"attribution_app_id","value":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as `current` to show orders for the app currently consuming the API. ","disabled":true},{"key":"status","value":"","description":"Filter orders by their status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Filter orders by their financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2008-01-10T11:00:00-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=0797270d278f78c25b607906b5b52b9a\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}]}"},{"id":"beac172a-ce80-481d-9cce-c1cade857d8b","name":"Retrieve all orders after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders.json"],"query":[{"key":"ids","value":"","description":"Retrieve only orders specified by a comma-separated list of order IDs. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show on a page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Show orders after the specified ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show orders last updated at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show orders last updated at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_min","value":"","description":"Show orders imported at or after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"processed_at_max","value":"","description":"Show orders imported at or before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"attribution_app_id","value":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as `current` to show orders for the app currently consuming the API. ","disabled":true},{"key":"status","value":"","description":"Filter orders by their status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Filter orders by their financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of orders. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"orders\":[{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2008-01-10T11:00:00-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=cd64aff337635dd26d6f4d89cda64603\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}]}"}],"_postman_id":"9615f84f-dd1c-43b7-92ec-a113ea2397d7"},{"name":"Retrieves a specific order","id":"3523f216-c736-4925-af1b-0086c255fe82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"<p>Retrieves a specific order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"1f7d2b61-b718-4e0e-90e7-7fa0a977ca15","name":"Retrieve a single order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}.json"],"query":[{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a specific order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2008-01-10T11:00:00-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=5ab831da52b86f99b17b9e4de7a5d26e\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"8feb1725-9120-44ac-a839-d864fb38b289","name":"Get only particular fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}.json"],"query":[{"key":"fields","value":"","description":"Retrieve only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a specific order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"total_price\":\"598.94\",\"name\":\"#1001\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"3523f216-c736-4925-af1b-0086c255fe82"},{"name":"Retrieves an order count","id":"801f2f6a-80c7-4262-be25-f2a187d7e148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/count.json","description":"<p>Retrieves an order count</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count orders created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count orders created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count orders last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count orders last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count orders of a given status.(default: open) </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Count orders of a given financial status.(default: any) </p>\n","type":"text/plain"},"key":"financial_status","value":""},{"disabled":true,"description":{"content":"<p>Filter orders by their fulfillment status.(default: any) </p>\n","type":"text/plain"},"key":"fulfillment_status","value":""}],"variable":[]}},"response":[{"id":"0a6422df-7d22-489f-9c7c-a28ae1c81d02","name":"Count orders that have authorized payments ready to be captured","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count orders created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count orders created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count orders last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count orders last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"status","value":"","description":"Count orders of a given status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Count orders of a given financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true}]},"description":"Retrieves an order count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"7e39f67e-a6a2-401b-b91e-ae205147b4eb","name":"Count all orders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count orders created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count orders created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count orders last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count orders last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"status","value":"","description":"Count orders of a given status.(default: open) ","disabled":true},{"key":"financial_status","value":"","description":"Count orders of a given financial status.(default: any) ","disabled":true},{"key":"fulfillment_status","value":"","description":"Filter orders by their fulfillment status.(default: any) ","disabled":true}]},"description":"Retrieves an order count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"801f2f6a-80c7-4262-be25-f2a187d7e148"},{"name":"Closes an order","id":"f6e64a34-8fe8-4d54-9f6c-cacdaadaa3b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/close.json","description":"<p>Closes an order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","close.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"9c2c730c-ebd5-41ec-ae60-5c95f2117d4c","name":"Close an order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/close.json","description":"Closes an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":\"2020-01-14T10:28:06-05:00\",\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:28:06-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=62552fc2a58d48304d3ef4991f99c6e1\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"}],"_postman_id":"f6e64a34-8fe8-4d54-9f6c-cacdaadaa3b7"},{"name":"Re-opens a closed order","id":"6bcc1cd8-c120-4f60-8026-4fe6da69f74c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/open.json","description":"<p>Re-opens a closed order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","open.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fd36df26-6bdc-4bba-b483-53f99cf78c0a","name":"Re-open a closed order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/open.json","description":"Re-opens a closed order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:28:08-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=1de2cf659ef4c5817045267f757c2065\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"}],"_postman_id":"6bcc1cd8-c120-4f60-8026-4fe6da69f74c"},{"name":"Cancels an order","id":"461c1682-0684-43aa-95e2-4184e3842162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/cancel.json","description":"<aside> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> Cancels an order. Orders that have a fulfillment object can't be canceled.","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","cancel.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0470d9f5-0cae-4b70-9d34-b09cab72ec45","name":"When an order has multiple refundable transactions, refunding an amount less than its net payment without a <code>refund</code> property fails with an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"Broke in shipping\",\n  \"amount\": \"109.00\",\n  \"currency\": \"USD\"\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/cancel.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> Cancels an order. Orders that have a fulfillment object can't be canceled."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:28:16-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\",\"gift_card\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=be8adf9880e240251fc129eed9318319\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[]},\"error\":\"Refund parameter required to process refund\"}"},{"id":"4a898d50-b84c-47be-89ef-4225562f0399","name":"Canceling an order that has fulfillments fails with an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/cancel.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> Cancels an order. Orders that have a fulfillment object can't be canceled."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:28:24-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=a46496e0fae157c4916ddca3cc20ad83\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:28:23-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]},\"error\":\"Cannot cancel a paid and fulfilled order\"}"},{"id":"53c2f182-165e-4829-b547-ca833ca59a32","name":"Cancel and refund an order using the <code>refund</code> property","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refund\": {\n    \"note\": \"Customer made a mistake\",\n    \"shipping\": {\n      \"full_refund\": true\n    },\n    \"refund_line_items\": [\n      {\n        \"line_item_id\": 466157049,\n        \"quantity\": 1,\n        \"restock_type\": \"cancel\",\n        \"location_id\": 48752903\n      }\n    ],\n    \"transactions\": [\n      {\n        \"parent_id\": 1072844677,\n        \"amount\": \"10.00\",\n        \"kind\": \"refund\",\n        \"gateway\": \"bogus\"\n      },\n      {\n        \"parent_id\": 1072844678,\n        \"amount\": \"100.00\",\n        \"kind\": \"refund\",\n        \"gateway\": \"gift_card\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/cancel.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> Cancels an order. Orders that have a fulfillment object can't be canceled."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:28:22-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"gift_card\",\"test\":true,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\",\"gift_card\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=25d941166a949a940aee7bd823fb9276\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":929361463,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:28:22-05:00\",\"note\":\"Customer made a mistake\",\"user_id\":null,\"processed_at\":\"2020-01-14T10:28:22-05:00\",\"restock\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/929361463\",\"refund_line_items\":[{\"id\":1058498310,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":null,\"restock_type\":\"no_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":1072844679,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:28:21-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":1072844677,\"processed_at\":\"2020-01-14T10:28:21-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"amount\":\"10.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844679\"},{\"id\":1072844680,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"gift_card\",\"status\":\"success\",\"message\":null,\"created_at\":\"2020-01-14T10:28:22-05:00\",\"test\":false,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":1072844678,\"processed_at\":\"2020-01-14T10:28:22-05:00\",\"device_id\":null,\"receipt\":{\"gift_card_id\":48394658,\"gift_card_last_characters\":\"0d0d\"},\"error_code\":null,\"source_name\":\"755357713\",\"amount\":\"100.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844680\"}],\"order_adjustments\":[{\"id\":1030976842,\"order_id\":450789469,\"refund_id\":929361463,\"amount\":\"92.98\",\"tax_amount\":\"0.00\",\"kind\":\"refund_discrepancy\",\"reason\":\"Refund discrepancy\",\"amount_set\":{\"shop_money\":{\"amount\":\"92.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"92.98\",\"currency_code\":\"USD\"}},\"tax_amount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}}}]}]},\"notice\":\"Order has been canceled\"}"},{"id":"cacc8362-ca75-4bcb-b825-5411907b5f0d","name":"Cancel an order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/cancel.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> Cancels an order. Orders that have a fulfillment object can't be canceled."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2008-01-10T11:00:00-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=f3bac649a5c0036c0edde5b76514a0ed\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]},\"notice\":\"Order has been canceled\"}"},{"id":"d321ece0-c240-429e-afde-fea6297f3957","name":"Cancel and refund an order using the <code>amount</code> property","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"Broke in shipping\",\n  \"amount\": \"10.00\",\n  \"currency\": \"USD\"\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/cancel.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> Cancels an order. Orders that have a fulfillment object can't be canceled."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:28:13-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"bogus\",\"test\":true,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=af1bf611dea153e05c96ac10628994a1\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":929361462,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:28:13-05:00\",\"note\":null,\"user_id\":null,\"processed_at\":\"2020-01-14T10:28:13-05:00\",\"restock\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/929361462\",\"refund_line_items\":[{\"id\":1058498307,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":null,\"restock_type\":\"no_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":1058498308,\"quantity\":1,\"line_item_id\":518995019,\"location_id\":null,\"restock_type\":\"no_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":1058498309,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":null,\"restock_type\":\"no_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":1072844672,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:28:13-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":1072844671,\"processed_at\":\"2020-01-14T10:28:13-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"amount\":\"10.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844672\"}],\"order_adjustments\":[]}]},\"notice\":\"Order has been canceled\"}"}],"_postman_id":"461c1682-0684-43aa-95e2-4184e3842162"},{"name":"Creates an order","id":"31809679-cc98-4757-a829-cc922134a0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"42e79cd0-883a-4170-9868-580593af1249","name":"Creating an order with tax lines both on line items and on the order fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Clicky Keyboard\",\n        \"price\": 99.99,\n        \"grams\": \"600\",\n        \"quantity\": 1,\n        \"tax_lines\": [\n          {\n            \"price\": 1.0,\n            \"rate\": 0.01,\n            \"title\": \"Keyboard tax\"\n          }\n        ]\n      }\n    ],\n    \"tax_lines\": [\n      {\n        \"price\": 6.0,\n        \"rate\": 0.06,\n        \"title\": \"State tax\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"order\":[\"Tax lines must be associated with either order or line item but not both\"]}}"},{"id":"7ee47419-4862-4b3f-b493-ec097099e50f","name":"Create a partially paid order with a new customer and addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      }\n    ],\n    \"customer\": {\n      \"first_name\": \"Paul\",\n      \"last_name\": \"Norman\",\n      \"email\": \"paul.norman@example.com\"\n    },\n    \"billing_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Smith\",\n      \"address1\": \"123 Fake Street\",\n      \"phone\": \"555-555-5555\",\n      \"city\": \"Fakecity\",\n      \"province\": \"Ontario\",\n      \"country\": \"Canada\",\n      \"zip\": \"K2P 1L4\"\n    },\n    \"shipping_address\": {\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Smith\",\n      \"address1\": \"123 Fake Street\",\n      \"phone\": \"777-777-7777\",\n      \"city\": \"Fakecity\",\n      \"province\": \"Ontario\",\n      \"country\": \"Canada\",\n      \"zip\": \"K2P 1L4\"\n    },\n    \"email\": \"jane@example.com\",\n    \"transactions\": [\n      {\n        \"kind\": \"authorization\",\n        \"status\": \"success\",\n        \"amount\": 50.0\n      }\n    ],\n    \"financial_status\": \"partially_paid\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459974,\"email\":\"jane@example.com\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:35-05:00\",\"updated_at\":\"2020-01-14T10:28:35-05:00\",\"number\":2,\"note\":null,\"token\":\"466970b7bef8bfc0fb07fa64c2dfccfc\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:35-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[\"\"],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":null,\"tax_lines\":[],\"tags\":\"\",\"contact_email\":\"jane@example.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/466970b7bef8bfc0fb07fa64c2dfccfc\\/authenticate?key=3b05b74d4f060171cc3fd638d1a6a9e8\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459974\",\"shipping_lines\":[],\"billing_address\":{\"first_name\":\"John\",\"address1\":\"123 Fake Street\",\"phone\":\"555-555-5555\",\"city\":\"Fakecity\",\"zip\":\"K2P 1L4\",\"province\":\"Ontario\",\"country\":\"Canada\",\"last_name\":\"Smith\",\"address2\":null,\"company\":null,\"latitude\":null,\"longitude\":null,\"name\":\"John Smith\",\"country_code\":\"CA\",\"province_code\":\"ON\"},\"shipping_address\":{\"first_name\":\"Jane\",\"address1\":\"123 Fake Street\",\"phone\":\"777-777-7777\",\"city\":\"Fakecity\",\"zip\":\"K2P 1L4\",\"province\":\"Ontario\",\"country\":\"Canada\",\"last_name\":\"Smith\",\"address2\":null,\"company\":null,\"latitude\":null,\"longitude\":null,\"name\":\"Jane Smith\",\"country_code\":\"CA\",\"province_code\":\"ON\"},\"customer\":{\"id\":1073339468,\"email\":\"paul.norman@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:28:35-05:00\",\"updated_at\":\"2020-01-14T10:28:35-05:00\",\"first_name\":\"John\",\"last_name\":\"Smith\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.00\",\"last_order_id\":1073459974,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1002\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2020-01-14T10:28:35-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339468\",\"default_address\":{\"id\":1053317297,\"customer_id\":1073339468,\"first_name\":\"Jane\",\"last_name\":\"Smith\",\"company\":null,\"address1\":\"123 Fake Street\",\"address2\":null,\"city\":\"Fakecity\",\"province\":\"Ontario\",\"country\":\"Canada\",\"zip\":\"K2P 1L4\",\"phone\":\"777-777-7777\",\"name\":\"Jane Smith\",\"province_code\":\"ON\",\"country_code\":\"CA\",\"country_name\":\"Canada\",\"default\":true}},\"line_items\":[{\"id\":1071823196,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823196\",\"tax_lines\":[]}],\"fulfillments\":[],\"refunds\":[]}}"},{"id":"94e81ce7-12bf-4797-ae1b-079b36daabfc","name":"Create a comprehensive order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Big Brown Bear Boots\",\n        \"price\": 74.99,\n        \"grams\": \"1300\",\n        \"quantity\": 3,\n        \"tax_lines\": [\n          {\n            \"price\": 13.5,\n            \"rate\": 0.06,\n            \"title\": \"State tax\"\n          }\n        ]\n      }\n    ],\n    \"transactions\": [\n      {\n        \"kind\": \"sale\",\n        \"status\": \"success\",\n        \"amount\": 238.47\n      }\n    ],\n    \"total_tax\": 13.5,\n    \"currency\": \"EUR\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459971,\"email\":\"\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:31-05:00\",\"updated_at\":\"2020-01-14T10:28:31-05:00\",\"number\":2,\"note\":null,\"token\":\"22f44b69c22c9f126a26206b4894e8b3\",\"gateway\":\"\",\"test\":false,\"total_price\":\"238.47\",\"subtotal_price\":\"224.97\",\"total_weight\":0,\"total_tax\":\"13.50\",\"taxes_included\":false,\"currency\":\"EUR\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"224.97\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"340.54\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:31-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[\"\"],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"13.50\",\"rate\":0.06,\"title\":\"State tax\",\"price_set\":{\"shop_money\":{\"amount\":\"13.50\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"13.50\",\"currency_code\":\"EUR\"}}}],\"tags\":\"\",\"contact_email\":null,\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/22f44b69c22c9f126a26206b4894e8b3\\/authenticate?key=f0a6e45e485419dce9e5a2ca0b8057fc\",\"presentment_currency\":\"EUR\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"224.97\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"224.97\",\"currency_code\":\"EUR\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"EUR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"EUR\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"224.97\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"224.97\",\"currency_code\":\"EUR\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"238.47\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"238.47\",\"currency_code\":\"EUR\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"13.50\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"13.50\",\"currency_code\":\"EUR\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459971\",\"shipping_lines\":[],\"line_items\":[{\"id\":1071823191,\"variant_id\":null,\"title\":\"Big Brown Bear Boots\",\"quantity\":3,\"sku\":null,\"variant_title\":null,\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":null,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Big Brown Bear Boots\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":false,\"fulfillable_quantity\":3,\"grams\":1300,\"price\":\"74.99\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"74.99\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"74.99\",\"currency_code\":\"EUR\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"EUR\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823191\",\"tax_lines\":[{\"title\":\"State tax\",\"price\":\"13.50\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"13.50\",\"currency_code\":\"EUR\"},\"presentment_money\":{\"amount\":\"13.50\",\"currency_code\":\"EUR\"}}}]}],\"fulfillments\":[],\"refunds\":[]}}"},{"id":"9c3cdc43-cd0e-481b-93a6-42df8a1bd0dd","name":"Create an order with tax lines split across taxable line items","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"line_items\": [\n      {\n        \"title\": \"Red Leather Coat\",\n        \"price\": 129.99,\n        \"grams\": \"1700\",\n        \"quantity\": 1\n      },\n      {\n        \"title\": \"Blue Suede Shoes\",\n        \"price\": 85.95,\n        \"grams\": \"750\",\n        \"quantity\": 1,\n        \"taxable\": false\n      },\n      {\n        \"title\": \"Raspberry Beret\",\n        \"price\": 19.99,\n        \"grams\": \"320\",\n        \"quantity\": 2\n      }\n    ],\n    \"tax_lines\": [\n      {\n        \"price\": 10.2,\n        \"rate\": 0.06,\n        \"title\": \"State tax\"\n      },\n      {\n        \"price\": 4.25,\n        \"rate\": 0.025,\n        \"title\": \"County tax\"\n      }\n    ],\n    \"total_tax\": 14.45\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459972,\"email\":\"\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:32-05:00\",\"updated_at\":\"2020-01-14T10:28:32-05:00\",\"number\":2,\"note\":null,\"token\":\"00ac3b57b83457be730b93f3a2fdc9be\",\"gateway\":\"\",\"test\":false,\"total_price\":\"270.37\",\"subtotal_price\":\"255.92\",\"total_weight\":0,\"total_tax\":\"14.45\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"255.92\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"270.37\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:32-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"10.20\",\"rate\":0.06,\"title\":\"State tax\",\"price_set\":{\"shop_money\":{\"amount\":\"10.20\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.20\",\"currency_code\":\"USD\"}}},{\"price\":\"4.25\",\"rate\":0.025,\"title\":\"County tax\",\"price_set\":{\"shop_money\":{\"amount\":\"4.25\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"4.25\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":null,\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/00ac3b57b83457be730b93f3a2fdc9be\\/authenticate?key=03456fb2195056e28f6bdb27c3e616f8\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"255.92\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"255.92\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"255.92\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"255.92\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"270.37\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"270.37\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"14.45\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"14.45\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459972\",\"shipping_lines\":[],\"line_items\":[{\"id\":1071823192,\"variant_id\":null,\"title\":\"Red Leather Coat\",\"quantity\":1,\"sku\":null,\"variant_title\":null,\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":null,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Red Leather Coat\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":false,\"fulfillable_quantity\":1,\"grams\":1700,\"price\":\"129.99\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"129.99\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"129.99\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823192\",\"tax_lines\":[{\"title\":\"State tax\",\"price\":\"7.81\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"7.81\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"7.81\",\"currency_code\":\"USD\"}}},{\"title\":\"County tax\",\"price\":\"3.26\",\"rate\":0.025,\"price_set\":{\"shop_money\":{\"amount\":\"3.26\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.26\",\"currency_code\":\"USD\"}}}]},{\"id\":1071823193,\"variant_id\":null,\"title\":\"Blue Suede Shoes\",\"quantity\":1,\"sku\":null,\"variant_title\":null,\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":null,\"requires_shipping\":true,\"taxable\":false,\"gift_card\":false,\"name\":\"Blue Suede Shoes\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":false,\"fulfillable_quantity\":1,\"grams\":750,\"price\":\"85.95\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"85.95\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"85.95\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823193\",\"tax_lines\":[]},{\"id\":1071823194,\"variant_id\":null,\"title\":\"Raspberry Beret\",\"quantity\":2,\"sku\":null,\"variant_title\":null,\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":null,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Raspberry Beret\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":false,\"fulfillable_quantity\":2,\"grams\":320,\"price\":\"19.99\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"19.99\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"19.99\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823194\",\"tax_lines\":[{\"title\":\"State tax\",\"price\":\"2.39\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"2.39\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"2.39\",\"currency_code\":\"USD\"}}},{\"title\":\"County tax\",\"price\":\"0.99\",\"rate\":0.025,\"price_set\":{\"shop_money\":{\"amount\":\"0.99\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.99\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[],\"refunds\":[]}}"},{"id":"9c40eddf-2d51-4b22-ba61-81cf7485e7ab","name":"Create a simple order with only a product variant ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459967,\"email\":\"\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:26-05:00\",\"updated_at\":\"2020-01-14T10:28:26-05:00\",\"number\":2,\"note\":null,\"token\":\"e3e01984754222b1e0322b188e3863a5\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:26-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":null,\"tax_lines\":[],\"tags\":\"\",\"contact_email\":null,\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/e3e01984754222b1e0322b188e3863a5\\/authenticate?key=3fbd3c3b116a8ceca530b70fdb6ef435\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459967\",\"shipping_lines\":[],\"line_items\":[{\"id\":1071823187,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823187\",\"tax_lines\":[]}],\"fulfillments\":[],\"refunds\":[]}}"},{"id":"b02bd44a-d233-475c-b61c-df0fa4eee3c2","name":"Create a simple order without sending an order receipt or a fulfillment receipt","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"email\": \"foo@example.com\",\n    \"fulfillment_status\": \"fulfilled\",\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459969,\"email\":\"foo@example.com\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:28-05:00\",\"updated_at\":\"2020-01-14T10:28:28-05:00\",\"number\":2,\"note\":null,\"token\":\"a18f9e5685a797854a61f141fcc3e3e1\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:28-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":\"fulfilled\",\"tax_lines\":[],\"tags\":\"\",\"contact_email\":\"foo@example.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/a18f9e5685a797854a61f141fcc3e3e1\\/authenticate?key=3669ea7dab2cb33fd5b345790d901e55\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459969\",\"shipping_lines\":[],\"customer\":{\"id\":1073339466,\"email\":\"foo@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:28:28-05:00\",\"updated_at\":\"2020-01-14T10:28:29-05:00\",\"first_name\":null,\"last_name\":null,\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.00\",\"last_order_id\":1073459969,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1002\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2020-01-14T10:28:29-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339466\"},\"line_items\":[{\"id\":1071823189,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823189\",\"tax_lines\":[]}],\"fulfillments\":[{\"id\":1022782908,\"order_id\":1073459969,\"status\":\"pending\",\"created_at\":\"2020-01-14T10:28:29-05:00\",\"service\":\"shipwire-app\",\"updated_at\":\"2020-01-14T10:28:29-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":48752903,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1002.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782908\",\"line_items\":[{\"id\":1071823189,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823189\",\"tax_lines\":[]}]}],\"refunds\":[]}}"},{"id":"d61e4c0f-9611-41d8-8715-74d3bbede249","name":"Create a simple order, sending an order confirmation and a shipping confirmation to the customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"email\": \"foo@example.com\",\n    \"fulfillment_status\": \"fulfilled\",\n    \"send_receipt\": true,\n    \"send_fulfillment_receipt\": true,\n    \"line_items\": [\n      {\n        \"variant_id\": 457924702,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459968,\"email\":\"foo@example.com\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:27-05:00\",\"updated_at\":\"2020-01-14T10:28:27-05:00\",\"number\":2,\"note\":null,\"token\":\"ecd1dda7c3e72c09841afaf2eec94ecb\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:27-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":\"fulfilled\",\"tax_lines\":[],\"tags\":\"\",\"contact_email\":\"foo@example.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/ecd1dda7c3e72c09841afaf2eec94ecb\\/authenticate?key=d05d1281ceb9f834eb9ec603ab872c65\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459968\",\"shipping_lines\":[],\"customer\":{\"id\":1073339465,\"email\":\"foo@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:28:27-05:00\",\"updated_at\":\"2020-01-14T10:28:27-05:00\",\"first_name\":null,\"last_name\":null,\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.00\",\"last_order_id\":1073459968,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1002\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2020-01-14T10:28:27-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339465\"},\"line_items\":[{\"id\":1071823188,\"variant_id\":457924702,\"title\":\"IPod Nano - 8GB\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8GB - Black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823188\",\"tax_lines\":[]}],\"fulfillments\":[{\"id\":1022782907,\"order_id\":1073459968,\"status\":\"success\",\"created_at\":\"2020-01-14T10:28:27-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:28:27-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":487838322,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1002.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782907\",\"line_items\":[{\"id\":1071823188,\"variant_id\":457924702,\"title\":\"IPod Nano - 8GB\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8GB - Black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823188\",\"tax_lines\":[]}]}],\"refunds\":[]}}"},{"id":"d9a2d9ca-27a7-435d-a251-c75f1d966589","name":"Create a pending order with an existing customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      }\n    ],\n    \"customer\": {\n      \"id\": 207119551\n    },\n    \"financial_status\": \"pending\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459973,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:34-05:00\",\"updated_at\":\"2020-01-14T10:28:34-05:00\",\"number\":2,\"note\":null,\"token\":\"a7b8380a9647d426530af4d05610346d\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"pending\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:34-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":null,\"tax_lines\":[],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/a7b8380a9647d426530af4d05610346d\\/authenticate?key=26f42d78990bbdf95e93ebb5bed72814\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459973\",\"shipping_lines\":[],\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:28:34-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":2,\"state\":\"disabled\",\"total_spent\":\"398.65\",\"last_order_id\":1073459973,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1002\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":1071823195,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823195\",\"tax_lines\":[]}],\"fulfillments\":[],\"refunds\":[]}}"},{"id":"e15638be-52c3-4438-82fe-a3d973ab49fa","name":"Create a simple order and fulfill it","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"email\": \"foo@example.com\",\n    \"fulfillment_status\": \"fulfilled\",\n    \"fulfillments\": [\n      {\n        \"location_id\": 905684977\n      }\n    ],\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders.json","description":"<p>Creates an order. By default, product inventory is not claimed.</p> <p>When you create an order, you can include the following option parameters in the body of the request:</p> <ul> <li><strong>inventory_behaviour</strong>: The behaviour to use when updating inventory. (default: <code>bypass</code>) <ul> <li><strong>bypass</strong>: Do not claim inventory.</li> <li><strong>decrement_ignoring_policy</strong>: Ignore the product's inventory policy and claim inventory.</li> <li><strong>decrement_obeying_policy</strong>: Follow the product's inventory policy and claim inventory, if possible.</li> </ul> </li> <li><strong>send_receipt</strong>: Whether to send an order confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you're working on a private app and order confirmations are still being sent to the customer when <code>send_receipt</code> is set to <code>false</code>, then you need to disable the Storefront API from the private app's page in the Shopify admin.</p> </aside> <ul> <li><strong>send_fulfillment_receipt</strong>: Whether to send a shipping confirmation to the customer.</li> </ul> <aside class=\"note\"> <h4>Note</h4> <p>If you are including <strong>shipping_address</strong> or <strong>billing_address</strong>, make sure to pass both <strong>first_name</strong> and <strong>last_name</strong>. Otherwise both these addresses will be ignored.</p> <p>If you're using this endpoint with a trial or Partner development store, then you can create no more than 5 new orders per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":1073459970,\"email\":\"foo@example.com\",\"closed_at\":null,\"created_at\":\"2020-01-14T10:28:30-05:00\",\"updated_at\":\"2020-01-14T10:28:30-05:00\",\"number\":2,\"note\":null,\"token\":\"fee4efe192160386b1fb96ba4b5cd815\",\"gateway\":\"\",\"test\":false,\"total_price\":\"199.00\",\"subtotal_price\":\"199.00\",\"total_weight\":0,\"total_tax\":\"0.00\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"paid\",\"confirmed\":true,\"total_discounts\":\"0.00\",\"total_line_items_price\":\"199.00\",\"cart_token\":null,\"buyer_accepts_marketing\":false,\"name\":\"#1002\",\"referring_site\":null,\"landing_site\":null,\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"199.00\",\"checkout_token\":null,\"reference\":null,\"user_id\":null,\"location_id\":null,\"source_identifier\":null,\"source_url\":null,\"processed_at\":\"2020-01-14T10:28:30-05:00\",\"device_id\":null,\"phone\":null,\"customer_locale\":null,\"app_id\":755357713,\"browser_ip\":null,\"landing_site_ref\":null,\"order_number\":1002,\"discount_applications\":[],\"discount_codes\":[],\"note_attributes\":[],\"payment_gateway_names\":[],\"processing_method\":\"\",\"checkout_id\":null,\"source_name\":\"755357713\",\"fulfillment_status\":\"fulfilled\",\"tax_lines\":[],\"tags\":\"\",\"contact_email\":\"foo@example.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/fee4efe192160386b1fb96ba4b5cd815\\/authenticate?key=4a4c9d3109e12d24a3568065fe221277\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/1073459970\",\"shipping_lines\":[],\"customer\":{\"id\":1073339467,\"email\":\"foo@example.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:28:30-05:00\",\"updated_at\":\"2020-01-14T10:28:30-05:00\",\"first_name\":null,\"last_name\":null,\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.00\",\"last_order_id\":1073459970,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1002\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2020-01-14T10:28:30-05:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/1073339467\"},\"line_items\":[{\"id\":1071823190,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823190\",\"tax_lines\":[]}],\"fulfillments\":[{\"id\":1022782909,\"order_id\":1073459970,\"status\":\"pending\",\"created_at\":\"2020-01-14T10:28:30-05:00\",\"service\":\"shipwire-app\",\"updated_at\":\"2020-01-14T10:28:30-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1002.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782909\",\"line_items\":[{\"id\":1071823190,\"variant_id\":447654529,\"title\":\"IPod Touch 8GB\",\"quantity\":1,\"sku\":\"IPOD2009BLACK\",\"variant_title\":\"Black\",\"vendor\":\"Apple\",\"fulfillment_service\":\"shipwire-app\",\"product_id\":921728736,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Touch 8GB - Black\",\"variant_inventory_management\":\"shipwire-app\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":567,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823190\",\"tax_lines\":[]}]}],\"refunds\":[]}}"}],"_postman_id":"31809679-cc98-4757-a829-cc922134a0cc"},{"name":"Updates an order","id":"5bb44b83-7a23-453e-991f-fcedda689431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"<p>Updates an order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2318a720-395b-49d1-b360-5e8435ca08e7","name":"Add note attributes to an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"note_attributes\": [\n      {\n        \"name\": \"colour\",\n        \"value\": \"red\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:33-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"colour\",\"value\":\"red\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=8948296ca13723402ba4b8543bcbb538\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"35d86259-0851-4972-9015-ea018c6fdefd","name":"Update the shipping address of an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"shipping_address\": {\n      \"address1\": \"123 Ship Street\",\n      \"city\": \"Shipsville\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:38-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=e33063d9e46850e234f520c8cc766c3c\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"123 Ship Street\",\"phone\":\"555-625-1199\",\"city\":\"Shipsville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"651840b4-30ec-4809-b9ac-a3dda3cc6c58","name":"Update an order's tags","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"tags\": \"External, Inbound, Outbound\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:39-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"External, Inbound, Outbound\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=1b6baef6bb2bd90d7b2187f21d6e4011\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"65e311b2-8baa-4c11-93c9-a3d45c6fe9b5","name":"Add a note to order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"note\": \"Customer contacted us about a custom engraving on this iPod\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:32-05:00\",\"number\":1,\"note\":\"Customer contacted us about a custom engraving on this iPod\",\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=2a2bdcb74b38518f21c441d55f326aaa\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"6c8019f0-d16f-49f8-b6c4-93d174be73a7","name":"Change an order's phone number","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"phone\": \"+15145556677\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:35-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+15145556677\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=91c9740509afb4a8b86f65b8e9cca5fa\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"85115a45-cdb8-4518-ae6f-b7596b9c6cc2","name":"Add a metafield to an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:37-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=35c095b7975f116bb044c3e6b6abbbe0\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"a9a10072-cd80-4e9b-8aa0-65a8135c5151","name":"Change an order's email address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"email\": \"a-different@email.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"a-different@email.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:34-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"a-different@email.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=29f60bbf1b71520c35d046a999b09029\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"c4e867b3-eace-4bb8-90a6-c3624c9003e8","name":"Remove the customer from an order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"customer\": null\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:38-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":false,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=0b0ddb5ff1324a601b97d1f8643ff21b\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"},{"id":"caadfd51-1e59-429e-a127-0fb8f8cae184","name":"Change whether the buyer accepts marketing","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order\": {\n    \"id\": 450789469,\n    \"buyer_accepts_marketing\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Updates an order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"order\":{\"id\":450789469,\"email\":\"bob.norman@hostmail.com\",\"closed_at\":null,\"created_at\":\"2008-01-10T11:00:00-05:00\",\"updated_at\":\"2020-01-14T10:27:36-05:00\",\"number\":1,\"note\":null,\"token\":\"b1946ac92492d2347c6235b4d2611184\",\"gateway\":\"authorize_net\",\"test\":false,\"total_price\":\"598.94\",\"subtotal_price\":\"597.00\",\"total_weight\":0,\"total_tax\":\"11.94\",\"taxes_included\":false,\"currency\":\"USD\",\"financial_status\":\"partially_refunded\",\"confirmed\":true,\"total_discounts\":\"10.00\",\"total_line_items_price\":\"597.00\",\"cart_token\":\"68778783ad298f1c80c3bafcddeea02f\",\"buyer_accepts_marketing\":true,\"name\":\"#1001\",\"referring_site\":\"http:\\/\\/www.otherexample.com\",\"landing_site\":\"http:\\/\\/www.example.com?source=abc\",\"cancelled_at\":null,\"cancel_reason\":null,\"total_price_usd\":\"598.94\",\"checkout_token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"reference\":\"fhwdgads\",\"user_id\":null,\"location_id\":null,\"source_identifier\":\"fhwdgads\",\"source_url\":null,\"processed_at\":\"2008-01-10T11:00:00-05:00\",\"device_id\":null,\"phone\":\"+557734881234\",\"customer_locale\":null,\"app_id\":null,\"browser_ip\":\"0.0.0.0\",\"landing_site_ref\":\"abc\",\"order_number\":1001,\"discount_applications\":[{\"type\":\"discount_code\",\"value\":\"10.0\",\"value_type\":\"percentage\",\"allocation_method\":\"across\",\"target_selection\":\"all\",\"target_type\":\"line_item\",\"code\":\"TENOFF\"}],\"discount_codes\":[{\"code\":\"TENOFF\",\"amount\":\"10.00\",\"type\":\"percentage\"}],\"note_attributes\":[{\"name\":\"custom engraving\",\"value\":\"Happy Birthday\"},{\"name\":\"colour\",\"value\":\"green\"}],\"payment_gateway_names\":[\"bogus\"],\"processing_method\":\"direct\",\"checkout_id\":901414060,\"source_name\":\"web\",\"fulfillment_status\":null,\"tax_lines\":[{\"price\":\"11.94\",\"rate\":0.06,\"title\":\"State Tax\",\"price_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}}}],\"tags\":\"\",\"contact_email\":\"bob.norman@hostmail.com\",\"order_status_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/orders\\/b1946ac92492d2347c6235b4d2611184\\/authenticate?key=452d5d193169a8e8b227a804b889d58c\",\"presentment_currency\":\"USD\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_discounts_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"597.00\",\"currency_code\":\"USD\"}},\"total_price_set\":{\"shop_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"598.94\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"11.94\",\"currency_code\":\"USD\"}},\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Order\\/450789469\",\"shipping_lines\":[{\"id\":369256396,\"title\":\"Free Shipping\",\"price\":\"0.00\",\"code\":\"Free Shipping\",\"source\":\"shopify\",\"phone\":null,\"requested_fulfillment_service_id\":null,\"delivery_category\":null,\"carrier_identifier\":null,\"discounted_price\":\"0.00\",\"price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discounted_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"tax_lines\":[]}],\"billing_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"shipping_address\":{\"first_name\":\"Bob\",\"address1\":\"Chestnut Street 92\",\"phone\":\"555-625-1199\",\"city\":\"Louisville\",\"zip\":\"40202\",\"province\":\"Kentucky\",\"country\":\"United States\",\"last_name\":\"Norman\",\"address2\":\"\",\"company\":null,\"latitude\":45.41634,\"longitude\":-75.6868,\"name\":\"Bob Norman\",\"country_code\":\"US\",\"province_code\":\"KY\"},\"client_details\":{\"browser_ip\":\"0.0.0.0\",\"accept_language\":null,\"user_agent\":null,\"session_hash\":null,\"browser_width\":null,\"browser_height\":null},\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"customer\":{\"id\":207119551,\"email\":\"bob.norman@hostmail.com\",\"accepts_marketing\":false,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"orders_count\":1,\"state\":\"disabled\",\"total_spent\":\"199.65\",\"last_order_id\":450789469,\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"tags\":\"\",\"last_order_name\":\"#1001\",\"currency\":\"USD\",\"accepts_marketing_updated_at\":\"2005-06-12T11:57:11-04:00\",\"marketing_opt_in_level\":null,\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Customer\\/207119551\",\"default_address\":{\"id\":207119551,\"customer_id\":207119551,\"first_name\":null,\"last_name\":null,\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"country\":\"United States\",\"zip\":\"40202\",\"phone\":\"555-625-1199\",\"name\":\"\",\"province_code\":\"KY\",\"country_code\":\"US\",\"country_name\":\"United States\",\"default\":true}},\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}],\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}],\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}}"}],"_postman_id":"5bb44b83-7a23-453e-991f-fcedda689431"},{"name":"Deletes an order","id":"eb3b0eec-4862-4018-94d7-b48e2a70d024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"<p>Deletes an order. Orders that interact with an online gateway can't be deleted.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c97c7a0d-deb7-42da-a65b-c29a48f52ce4","name":"Delete an order","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}.json","description":"Deletes an order. Orders that interact with an online gateway can't be deleted."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"eb3b0eec-4862-4018-94d7-b48e2a70d024"}],"id":"e9f3136c-d1f9-4bc3-9141-f8497f67839a","description":"<p>An order is a customer's completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provide an email address or phone number, billing address and payment information.</p> <p>Orders can be created through the API, but no payment information will be collected, and no transaction performed. You can mark the order with any payment status.</p> <p>You can also allow merchants to create orders manually by using the <a href=\"https://help.shopify.com/api/reference/draftorder\">DraftOrder resource</a>.</p> <div class=\"note-caution note\"> <h4>Caution</h4> <p>You can't use the Order resource to create a new checkout for an individual store. To create a checkout, you need to use the <a href=\"https://help.shopify.com/api/guides/sell-through-the-checkout-api\">Checkout API</a>, or an SDK powered by the <a href=\"https://help.shopify.com/api/storefront-api\">Storefront API</a>, such as the <a href=\"https://help.shopify.com/api/sdks/js-buy-sdk\">JavaScript Buy SDK</a>, <a href=\"https://help.shopify.com/api/sdks/mobile-buy-sdk\">iOS Buy SDK</a>, or <a href=\"https://help.shopify.com/api/sdks/mobile-buy-sdk\">Android Buy SDK</a>.</p> </div> <div class=\"note note-caution\"> <h4>Caution</h4> <p>As of June 6th, 2018, only the last 60 days' worth of orders from a store will be accessible from the Order resource by default. If you want to access older orders, then you need to <a href=\"https://help.shopify.com/api/getting-started/authentication/public-authentication/#orders-permissions\">request access to all orders</a>. If your app is granted access, then you can add the <code>read_all_orders</code> scope to your app along with <code>read_orders</code> or <code>write_orders</code>. <a href=\"https://help.shopify.com/api/getting-started/authentication/private-authentication\">Private apps</a> are not affected by this change and are automatically granted the scope.</p> </div> <p>After an order is created, you can change only a few of its attributes using the API. You cannot change the items or the quantities in an order.</p> <p>You can also add <a href=\"https://help.shopify.com/api/reference/metafield\">metafields</a> to the Order resource.</p>","_postman_id":"e9f3136c-d1f9-4bc3-9141-f8497f67839a"},{"name":"Refund","item":[{"name":"Retrieves a list of refunds for an order","id":"4f94efe1-0543-4664-b393-eaa7659dabb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds.json","description":"<p>Retrieves a list of refunds for an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","refunds.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Show amounts in the shop currency for the underlying transaction.(default: false) </p>\n","type":"text/plain"},"key":"in_shop_currency","value":""}],"variable":[]}},"response":[{"id":"23351729-605b-4cfe-b8d5-0a2042bbae6a","name":"Retrieve all refunds from a specific order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","refunds.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"in_shop_currency","value":"","description":"Show amounts in the shop currency for the underlying transaction.(default: false) ","disabled":true}]},"description":"Retrieves a list of refunds for an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refunds\":[{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}]}"}],"_postman_id":"4f94efe1-0543-4664-b393-eaa7659dabb6"},{"name":"Retrieves a specific refund","id":"523fccdd-bae9-47af-a45c-9b7bd2626eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds/{{refund_id}}.json","description":"<p>Retrieves a specific refund.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","refunds","{{refund_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Show amounts in the shop currency for the underlying transaction.(default: false) </p>\n","type":"text/plain"},"key":"in_shop_currency","value":""}],"variable":[]}},"response":[{"id":"438498a9-3d03-44ec-ad2b-d8a81dbbb2c2","name":"Retrieve a specific refund","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds/{{refund_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","refunds","{{refund_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"in_shop_currency","value":"","description":"Show amounts in the shop currency for the underlying transaction.(default: false) ","disabled":true}]},"description":"Retrieves a specific refund."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refund\":{\"id\":509562969,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"note\":\"it broke during shipping\",\"user_id\":799407056,\"processed_at\":\"2020-01-14T10:26:56-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/509562969\",\"refund_line_items\":[{\"id\":104689539,\"quantity\":1,\"line_item_id\":703073504,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}},{\"id\":709875399,\"quantity\":1,\"line_item_id\":466157049,\"location_id\":487838322,\"restock_type\":\"legacy_restock\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"}],\"order_adjustments\":[]}}"}],"_postman_id":"523fccdd-bae9-47af-a45c-9b7bd2626eb4"},{"name":"Calculates a refund","id":"ae6d18a7-33cd-414b-8cdb-65d5aa479924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds/calculate.json","description":"<aside> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Calculates refund transactions based on line items and shipping. When you want to create a refund, you should first use the calculate endpoint to generate accurate refund transactions. Specify the line items that are being refunded, their quantity and restock instructions, and whether you intend to refund shipping costs. If the restock instructions can't be met—for example, because you try to return more items than have been fulfilled—then the endpoint returns modified restock instructions. You can then use the response in the body of the request to create the actual refund.</p> <p>The response includes a <code>transactions</code> object with <code>\"kind\": \"suggested_refund\"</code>, which must to be changed to <code>\"kind\" : \"refund\"</code> for the refund to be accepted.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","refunds","calculate.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"17b5dd81-f524-445e-bbee-acc0b904d61c","name":"Calculate the refund for a line item and shipping","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refund\": {\n    \"currency\": \"USD\",\n    \"shipping\": {\n      \"full_refund\": true\n    },\n    \"refund_line_items\": [\n      {\n        \"line_item_id\": 518995019,\n        \"quantity\": 1,\n        \"restock_type\": \"no_restock\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds/calculate.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Calculates refund transactions based on line items and shipping. When you want to create a refund, you should first use the calculate endpoint to generate accurate refund transactions. Specify the line items that are being refunded, their quantity and restock instructions, and whether you intend to refund shipping costs. If the restock instructions can't be met—for example, because you try to return more items than have been fulfilled—then the endpoint returns modified restock instructions. You can then use the response in the body of the request to create the actual refund.</p> <p>The response includes a <code>transactions</code> object with <code>\"kind\": \"suggested_refund\"</code>, which must to be changed to <code>\"kind\" : \"refund\"</code> for the refund to be accepted."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refund\":{\"shipping\":{\"amount\":\"5.00\",\"tax\":\"0.00\",\"maximum_refundable\":\"5.00\"},\"refund_line_items\":[{\"quantity\":1,\"line_item_id\":518995019,\"location_id\":null,\"restock_type\":\"no_restock\",\"price\":\"199.00\",\"subtotal\":\"199.00\",\"total_tax\":\"3.98\",\"discounted_price\":\"199.00\",\"discounted_total_price\":\"199.00\",\"total_cart_discount_amount\":\"0.00\"}],\"transactions\":[{\"order_id\":450789469,\"kind\":\"suggested_refund\",\"gateway\":\"bogus\",\"parent_id\":801038806,\"amount\":\"41.94\",\"currency\":\"USD\",\"maximum_refundable\":\"41.94\"}],\"currency\":\"USD\"}}"},{"id":"bdd13ada-0d49-409e-bf2b-bd150d64cec7","name":"Calculate a refund for a partial amount of shipping","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refund\": {\n    \"currency\": \"USD\",\n    \"shipping\": {\n      \"amount\": 2.0\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds/calculate.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Calculates refund transactions based on line items and shipping. When you want to create a refund, you should first use the calculate endpoint to generate accurate refund transactions. Specify the line items that are being refunded, their quantity and restock instructions, and whether you intend to refund shipping costs. If the restock instructions can't be met—for example, because you try to return more items than have been fulfilled—then the endpoint returns modified restock instructions. You can then use the response in the body of the request to create the actual refund.</p> <p>The response includes a <code>transactions</code> object with <code>\"kind\": \"suggested_refund\"</code>, which must to be changed to <code>\"kind\" : \"refund\"</code> for the refund to be accepted."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refund\":{\"shipping\":{\"amount\":\"2.00\",\"tax\":\"0.00\",\"maximum_refundable\":\"5.00\"},\"refund_line_items\":[],\"transactions\":[{\"order_id\":450789469,\"kind\":\"suggested_refund\",\"gateway\":\"bogus\",\"parent_id\":801038806,\"amount\":\"2.00\",\"currency\":\"USD\",\"maximum_refundable\":\"41.94\"}],\"currency\":\"USD\"}}"},{"id":"fbc55b19-28e6-4c3b-8675-fa9f9cbe8a42","name":"Calculate the refund without specifying currency","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refund\": {\n    \"shipping\": {\n      \"full_refund\": true\n    },\n    \"refund_line_items\": [\n      {\n        \"line_item_id\": 518995019,\n        \"quantity\": 1,\n        \"restock_type\": \"no_restock\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds/calculate.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Calculates refund transactions based on line items and shipping. When you want to create a refund, you should first use the calculate endpoint to generate accurate refund transactions. Specify the line items that are being refunded, their quantity and restock instructions, and whether you intend to refund shipping costs. If the restock instructions can't be met—for example, because you try to return more items than have been fulfilled—then the endpoint returns modified restock instructions. You can then use the response in the body of the request to create the actual refund.</p> <p>The response includes a <code>transactions</code> object with <code>\"kind\": \"suggested_refund\"</code>, which must to be changed to <code>\"kind\" : \"refund\"</code> for the refund to be accepted."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refund\":{\"shipping\":{\"amount\":\"5.00\",\"tax\":\"0.00\",\"maximum_refundable\":\"5.00\"},\"refund_line_items\":[{\"quantity\":1,\"line_item_id\":518995019,\"location_id\":null,\"restock_type\":\"no_restock\",\"price\":\"199.00\",\"subtotal\":\"199.00\",\"total_tax\":\"3.98\",\"discounted_price\":\"199.00\",\"discounted_total_price\":\"199.00\",\"total_cart_discount_amount\":\"0.00\"}],\"transactions\":[{\"order_id\":450789469,\"kind\":\"suggested_refund\",\"gateway\":\"bogus\",\"parent_id\":801038806,\"amount\":\"41.94\",\"currency\":\"USD\",\"maximum_refundable\":\"41.94\"}],\"currency\":\"USD\"}}"}],"_postman_id":"ae6d18a7-33cd-414b-8cdb-65d5aa479924"},{"name":"Creates a refund","id":"d23038f3-92d7-4b21-8088-ace560782a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds.json","description":"<aside> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a refund. Use the <a href=\"#calculate\">calculate</a> endpoint to produce the transactions to submit.</p> <br /> <aside> <h4>Note</h4> <p>When you use this endpoint with a Partner development store or a trial store, you can create only five refunds per minute.</p> </aside>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","refunds.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"19276256-4e24-4275-9c91-3de8f1e45bff","name":"Create a refund for an order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refund\": {\n    \"currency\": \"USD\",\n    \"notify\": true,\n    \"note\": \"wrong size\",\n    \"shipping\": {\n      \"full_refund\": true\n    },\n    \"refund_line_items\": [\n      {\n        \"line_item_id\": 518995019,\n        \"quantity\": 1,\n        \"restock_type\": \"return\",\n        \"location_id\": 487838322\n      }\n    ],\n    \"transactions\": [\n      {\n        \"parent_id\": 801038806,\n        \"amount\": 41.94,\n        \"kind\": \"refund\",\n        \"gateway\": \"bogus\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a refund. Use the <a href=\"#calculate\">calculate</a> endpoint to produce the transactions to submit.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>When you use this endpoint with a Partner development store or a trial store, you can create only five refunds per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refund\":{\"id\":929361464,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:34:55-05:00\",\"note\":\"wrong size\",\"user_id\":null,\"processed_at\":\"2020-01-14T10:34:55-05:00\",\"restock\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/929361464\",\"refund_line_items\":[{\"id\":1058498311,\"quantity\":1,\"line_item_id\":518995019,\"location_id\":487838322,\"restock_type\":\"return\",\"subtotal\":199.0,\"total_tax\":3.98,\"subtotal_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_tax_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}},\"line_item\":{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}}],\"transactions\":[{\"id\":1072844685,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:34:55-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2020-01-14T10:34:55-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"amount\":\"41.94\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844685\"}],\"order_adjustments\":[]}}"},{"id":"46eb261b-b058-45d5-b8ad-9c4d1a5ff624","name":"Refund a specific amount of shipping","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refund\": {\n    \"currency\": \"USD\",\n    \"shipping\": {\n      \"amount\": 5.0\n    },\n    \"transactions\": [\n      {\n        \"parent_id\": 801038806,\n        \"amount\": 5.0,\n        \"kind\": \"refund\",\n        \"gateway\": \"bogus\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/refunds.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required whenever the <code>amount</code> property is provided. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a refund. Use the <a href=\"#calculate\">calculate</a> endpoint to produce the transactions to submit.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>When you use this endpoint with a Partner development store or a trial store, you can create only five refunds per minute.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"refund\":{\"id\":929361465,\"order_id\":450789469,\"created_at\":\"2020-01-14T10:34:56-05:00\",\"note\":null,\"user_id\":null,\"processed_at\":\"2020-01-14T10:34:56-05:00\",\"restock\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Refund\\/929361465\",\"refund_line_items\":[],\"transactions\":[{\"id\":1072844686,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:34:56-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2020-01-14T10:34:56-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"amount\":\"5.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844686\"}],\"order_adjustments\":[{\"id\":1030976843,\"order_id\":450789469,\"refund_id\":929361465,\"amount\":\"-5.00\",\"tax_amount\":\"0.00\",\"kind\":\"shipping_refund\",\"reason\":\"Shipping refund\",\"amount_set\":{\"shop_money\":{\"amount\":\"-5.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"-5.00\",\"currency_code\":\"USD\"}},\"tax_amount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}}}]}}"}],"_postman_id":"d23038f3-92d7-4b21-8088-ace560782a3f"}],"id":"334b2095-ff7d-4541-9529-08e65f075da3","description":"<div class=\"note note-caution\"> <h4>Important</h4> <p>Apps are required to specify a <code>restock_type</code> and a <code>location_id</code> on the <code>refund_line_item</code>. For more information, see <a href=\"https://help.shopify.com/api/guides/inventory-migration-guide\"><em>Migrating to multi-location inventory</em></a>.</p> </div> <p>There are two major parts to a refund:</p> <ul> <li>a record of <a href=\"#transactions-property\">money returned to the customer</a></li> <li>the <a href=\"#refund-line-items-property\">line items</a> included in the refund, along with restocking instructions</li> </ul> <p>Before you create a refund, use the calculate endpoint to generate accurate refund transactions. Specify the line items that are being refunded, their quantity and restock instructions, and whether you're refunding shipping costs. You can then use the response in the body of the request to create the actual refund.</p> <p>When you create a refund using the response from the calculate endpoint, you can set additional options, such as whether to notify the customer of the refund. You can refund less than the calculated amount for either shipping or the line items by setting a custom value for the <code>amount</code> property.</p> <p>If a refund includes shipping costs, or if you choose to refund line items for less than their calculated amount, then an order adjustment is created automatically to account for the discrepancy in the store's financial reports.</p>","_postman_id":"334b2095-ff7d-4541-9529-08e65f075da3"},{"name":"Transaction","item":[{"name":"Retrieves a list of transactions","id":"943a165b-fd0e-47db-bab7-55d22acffe28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","description":"<p>Retrieves a list of transactions.</p> <p>Transactions attached to multi-currency orders are in the presentment currency by default. To retrieve transactions in the shop currency, include the URL parameter <code>in_shop_currency=true</code>.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve only transactions after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specifed by a comma-separated list of fields names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Show amounts in the shop currency.(default: false) </p>\n","type":"text/plain"},"key":"in_shop_currency","value":""}],"variable":[]}},"response":[{"id":"058666db-a5af-4233-86f6-b6e438d06183","name":"Retrieve an order's transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions.json"],"query":[{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specifed by a comma-separated list of fields names. ","disabled":true},{"key":"in_shop_currency","value":"","description":"Show amounts in the shop currency.(default: false) ","disabled":true}]},"description":"<p>Retrieves a list of transactions.</p> <p>Transactions attached to multi-currency orders are in the presentment currency by default. To retrieve transactions in the shop currency, include the URL parameter <code>in_shop_currency=true</code>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transactions\":[{\"id\":179259969,\"order_id\":450789469,\"kind\":\"refund\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T12:59:12-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":801038806,\"processed_at\":\"2005-08-05T12:59:12-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"currency_exchange_adjustment\":null,\"amount\":\"209.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/179259969\"},{\"id\":389404469,\"order_id\":450789469,\"kind\":\"authorization\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-01T11:57:11-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":null,\"processed_at\":\"2005-08-01T11:57:11-04:00\",\"device_id\":null,\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"error_code\":null,\"source_name\":\"web\",\"currency_exchange_adjustment\":null,\"amount\":\"598.94\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/389404469\",\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"}},{\"id\":801038806,\"order_id\":450789469,\"kind\":\"capture\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-05T10:22:51-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":389404469,\"processed_at\":\"2005-08-05T10:22:51-04:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"web\",\"currency_exchange_adjustment\":null,\"amount\":\"250.94\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/801038806\"}]}"},{"id":"7b79f983-12a4-4a2a-a884-ece952df1ca6","name":"Retrieve an order's transactions after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions.json"],"query":[{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specifed by a comma-separated list of fields names. ","disabled":true},{"key":"in_shop_currency","value":"","description":"Show amounts in the shop currency.(default: false) ","disabled":true}]},"description":"<p>Retrieves a list of transactions.</p> <p>Transactions attached to multi-currency orders are in the presentment currency by default. To retrieve transactions in the shop currency, include the URL parameter <code>in_shop_currency=true</code>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transactions\":[{\"id\":1072844687,\"order_id\":450789469,\"kind\":\"capture\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:39:00-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":389404469,\"processed_at\":\"2020-01-14T10:39:00-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"currency_exchange_adjustment\":null,\"amount\":\"10.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844687\"}]}"}],"_postman_id":"943a165b-fd0e-47db-bab7-55d22acffe28"},{"name":"Retrieves a count of an order's transactions","id":"f565c37d-8f23-419f-a5f3-67d41f10265e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions/count.json","description":"<p>Retrieves a count of an order's transactions.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"894858ea-c2d9-425d-bf3e-f8c78eed79f3","name":"Count an order's transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions/count.json","description":"Retrieves a count of an order's transactions."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"}],"_postman_id":"f565c37d-8f23-419f-a5f3-67d41f10265e"},{"name":"Retrieves a specific transaction","id":"5f5fcbe7-54b8-408c-b339-9d8c8dcb0482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions/{{transaction_id}}.json","description":"<p>Retrieves a specific transaction.</p> <p>Transactions attached to multi-currency orders are in the presentment currency by default. To retrieve transactions in the shop currency, include the URL parameter <code>in_shop_currency=true</code>.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions","{{transaction_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Show amounts in the shop currency.(default: false) </p>\n","type":"text/plain"},"key":"in_shop_currency","value":""}],"variable":[]}},"response":[{"id":"375d2407-b2d5-4a0f-8271-99974ef66fa2","name":"Retrieve a specific transaction for an order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions/{{transaction_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions","{{transaction_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"in_shop_currency","value":"","description":"Show amounts in the shop currency.(default: false) ","disabled":true}]},"description":"<p>Retrieves a specific transaction.</p> <p>Transactions attached to multi-currency orders are in the presentment currency by default. To retrieve transactions in the shop currency, include the URL parameter <code>in_shop_currency=true</code>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"id\":389404469,\"order_id\":450789469,\"kind\":\"authorization\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":null,\"created_at\":\"2005-08-01T11:57:11-04:00\",\"test\":false,\"authorization\":\"authorization-key\",\"location_id\":null,\"user_id\":null,\"parent_id\":null,\"processed_at\":\"2005-08-01T11:57:11-04:00\",\"device_id\":null,\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"error_code\":null,\"source_name\":\"web\",\"currency_exchange_adjustment\":null,\"amount\":\"598.94\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/389404469\",\"payment_details\":{\"credit_card_bin\":null,\"avs_result_code\":null,\"cvv_result_code\":null,\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"}}}"}],"_postman_id":"5f5fcbe7-54b8-408c-b339-9d8c8dcb0482"},{"name":"Creates a transaction for an order","id":"fcf9ef29-7531-40f3-9abd-26dc67b1b2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","description":"<aside> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required when creating refund and capture transactions. The value should be the presentment currency from the order. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a transaction for an order.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","transactions.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"88eae3b5-dd38-401d-9472-d950d734924d","name":"Capture the full amount for an authorized order, and associate the capture with an authorization by including its authorization code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"kind\": \"capture\",\n    \"authorization\": \"authorization-key\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required when creating refund and capture transactions. The value should be the presentment currency from the order. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a transaction for an order.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"id\":1072844690,\"order_id\":450789469,\"kind\":\"capture\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:39:06-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":389404469,\"processed_at\":\"2020-01-14T10:39:06-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"currency_exchange_adjustment\":null,\"amount\":\"598.94\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844690\"}}"},{"id":"d27bdd48-b25d-4b23-b41d-08bc696d927b","name":"Create a test transaction.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"currency\": \"USD\",\n    \"amount\": \"10.00\",\n    \"kind\": \"capture\",\n    \"parent_id\": 389404469,\n    \"test\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required when creating refund and capture transactions. The value should be the presentment currency from the order. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a transaction for an order.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"id\":1072844689,\"order_id\":450789469,\"kind\":\"capture\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:39:05-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":389404469,\"processed_at\":\"2020-01-14T10:39:05-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"currency_exchange_adjustment\":null,\"amount\":\"10.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844689\"}}"},{"id":"f742ed45-fab6-421f-a33b-c551fbb95655","name":"Capture a specified amount on an authorized order, and associate the capture with an authorization by including its ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"currency\": \"USD\",\n    \"amount\": \"10.00\",\n    \"kind\": \"capture\",\n    \"parent_id\": 389404469\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/transactions.json","description":"<aside class=\"note caution\"> <h4>Caution</h4> <p>For multi-currency orders, the <code>currency</code> property is required when creating refund and capture transactions. The value should be the presentment currency from the order. For more information, see <a href=\"https://help.shopify.com/api/guides/multi-currency-migration-guide\"><i>Migrating to support multiple currencies</i></a>.</p> </aside> <p>Creates a transaction for an order.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"id\":1072844688,\"order_id\":450789469,\"kind\":\"capture\",\"gateway\":\"bogus\",\"status\":\"success\",\"message\":\"Bogus Gateway: Forced success\",\"created_at\":\"2020-01-14T10:39:04-05:00\",\"test\":true,\"authorization\":null,\"location_id\":null,\"user_id\":null,\"parent_id\":389404469,\"processed_at\":\"2020-01-14T10:39:04-05:00\",\"device_id\":null,\"receipt\":{},\"error_code\":null,\"source_name\":\"755357713\",\"currency_exchange_adjustment\":null,\"amount\":\"10.00\",\"currency\":\"USD\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/OrderTransaction\\/1072844688\"}}"}],"_postman_id":"fcf9ef29-7531-40f3-9abd-26dc67b1b2fc"}],"id":"34230f8c-4af5-4dd8-a5b6-f1114f99cd7a","description":"<p>Transactions are created for every order that results in an exchange of money.</p> <p>There are five types of transactions:</p> <ul> <li><strong>Authorization</strong>: An amount reserved against the cardholder's funding source. Money does not change hands until the authorization is captured.</li> <li><strong>Sale</strong>: An authorization and capture performed together in a single step.</li> <li><strong>Capture</strong>: A transfer of the money that was reserved during the authorization stage.</li> <li><strong>Void</strong>: A cancellation of a pending authorization or capture.</li> <li><strong>Refund</strong>: A partial or full return of captured funds to the cardholder. A refund can happen only after a capture is processed.</li> </ul> <p>Refund transactions must be created by using the <a href=\"https://help.shopify.com/api/reference/refund\">Refund resource</a>.</p> <div class=\"note\"> <h4>Note</h4> <p>An order can have no more than 100 transactions associated with it.</p> </div>","_postman_id":"34230f8c-4af5-4dd8-a5b6-f1114f99cd7a"}],"id":"28409418-5fc0-42b4-a198-9fbf9a145da5","_postman_id":"28409418-5fc0-42b4-a198-9fbf9a145da5","description":""},{"name":"Plus","item":[{"name":"Gift Card","item":[{"name":"Retrieves a list of gift cards","id":"efc5ee2c-5529-4f58-a60b-32e34642cb94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards.json","description":"<p>Retrieves a list of gift cards. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve gift cards with a given status. Valid values: </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"0e6c3524-5f42-4dfa-8c4b-119cfd633e52","name":"Retrieve a list of all gift cards","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","gift_cards.json"],"query":[{"key":"status","value":"","description":"Retrieve gift cards with a given status. Valid values: ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of gift cards. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_cards\":[{\"id\":283097216,\"balance\":\"0.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"currency\":\"USD\",\"initial_value\":\"50.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"0y0y\",\"order_id\":null},{\"id\":227709309,\"balance\":\"25.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"currency\":\"USD\",\"initial_value\":\"50.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":\"2019-01-14\",\"template_suffix\":null,\"last_characters\":\"0e0e\",\"order_id\":null},{\"id\":48394658,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"0d0d\",\"order_id\":null}]}"},{"id":"daf47d28-af28-4024-be00-f3066f21ca18","name":"Retrieve a list of all enabled gift cards","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","gift_cards.json"],"query":[{"key":"status","value":"","description":"Retrieve gift cards with a given status. Valid values: ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of gift cards. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_cards\":[{\"id\":227709309,\"balance\":\"25.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"currency\":\"USD\",\"initial_value\":\"50.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":\"2019-01-14\",\"template_suffix\":null,\"last_characters\":\"0e0e\",\"order_id\":null},{\"id\":48394658,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"0d0d\",\"order_id\":null}]}"}],"_postman_id":"efc5ee2c-5529-4f58-a60b-32e34642cb94"},{"name":"Retrieves a single gift card","id":"a351dfd5-3682-42db-b330-1b44e76fd8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}.json","description":"<p>Retrieves a single gift card by its ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards","{{gift_card_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"6305c4fe-7de9-41b0-8cd2-661a1f72bb8a","name":"Retrieve a single gift card","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}.json","description":"Retrieves a single gift card by its ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_card\":{\"id\":48394658,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"0d0d\",\"order_id\":null}}"}],"_postman_id":"a351dfd5-3682-42db-b330-1b44e76fd8cd"},{"name":"Retrieves a count of gift cards","id":"23ca6d2d-46f2-43cf-97d3-fce85052b040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/count.json","description":"<p>Retrieves a count of gift cards</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count gift cards with a given status. Valid values: </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"904edd30-c15a-4f7a-891f-cc7669892b49","name":"Retrieve a count of enabled gift cards","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","gift_cards","count.json"],"query":[{"key":"status","value":"","description":"Count gift cards with a given status. Valid values: ","disabled":true}]},"description":"Retrieves a count of gift cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"},{"id":"f3a23716-3083-4683-b66b-68738e1791eb","name":"Retrieve a count of all gift cards","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","gift_cards","count.json"],"query":[{"key":"status","value":"","description":"Count gift cards with a given status. Valid values: ","disabled":true}]},"description":"Retrieves a count of gift cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"}],"_postman_id":"23ca6d2d-46f2-43cf-97d3-fce85052b040"},{"name":"Creates a gift card","id":"77648bb6-4c04-490b-96d4-5d560cd8f661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards.json","description":"<p>Creates a gift card</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"a124df0a-e809-4c23-8083-7b4636a165a1","name":"Create a gift card with a custom code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"gift_card\": {\n    \"note\": \"This is a note\",\n    \"initial_value\": 100.0,\n    \"code\": \"ABCD EFGH IJKL MNOP\",\n    \"template_suffix\": \"gift_cards.birthday.liquid\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards.json","description":"Creates a gift card"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_card\":{\"id\":1063936318,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:32:53-05:00\",\"updated_at\":\"2020-01-14T10:32:53-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":755357713,\"user_id\":null,\"customer_id\":null,\"note\":\"This is a note\",\"expires_on\":null,\"template_suffix\":\"gift_cards.birthday.liquid\",\"last_characters\":\"mnop\",\"order_id\":null,\"code\":\"abcdefghijklmnop\"}}"},{"id":"e361908e-b5aa-498d-bca6-834cfa443f43","name":"Create a gift card with an automatically generated code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"gift_card\": {\n    \"initial_value\": 25.0\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards.json","description":"Creates a gift card"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_card\":{\"id\":1063936319,\"balance\":\"25.00\",\"created_at\":\"2020-01-14T10:32:53-05:00\",\"updated_at\":\"2020-01-14T10:32:53-05:00\",\"currency\":\"USD\",\"initial_value\":\"25.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":755357713,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"774c\",\"order_id\":null,\"code\":\"h99g8e77fe9d774c\"}}"}],"_postman_id":"77648bb6-4c04-490b-96d4-5d560cd8f661"},{"name":"Updates an existing gift card","id":"332c73b4-95f0-406e-b887-a15f35d1d63e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}.json","description":"<p>Updates an existing gift card.</p> <p>The gift card's balance can't be changed via the API. You can change only the expiry date, note, and template suffix.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards","{{gift_card_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"757a01bb-9e6c-4118-8716-19a6cb6a1c98","name":"Update the expiry date of a gift card","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"gift_card\": {\n    \"id\": 48394658,\n    \"expires_on\": \"2020-01-01\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}.json","description":"<p>Updates an existing gift card.</p> <p>The gift card's balance can't be changed via the API. You can change only the expiry date, note, and template suffix.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_card\":{\"id\":48394658,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:32:55-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":\"2020-01-01\",\"template_suffix\":null,\"last_characters\":\"0d0d\",\"order_id\":null}}"},{"id":"fb8051e2-97b1-40cb-abe3-7ce595ce42ee","name":"Update the note of a gift card","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"gift_card\": {\n    \"id\": 48394658,\n    \"note\": \"Updating with a new note\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}.json","description":"<p>Updates an existing gift card.</p> <p>The gift card's balance can't be changed via the API. You can change only the expiry date, note, and template suffix.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_card\":{\"id\":48394658,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:32:54-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":\"Updating with a new note\",\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"0d0d\",\"order_id\":null}}"}],"_postman_id":"332c73b4-95f0-406e-b887-a15f35d1d63e"},{"name":"Disables a gift card","id":"f89f6c33-1f6f-47a8-9b13-f0bd4a4654a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}/disable.json","description":"<p>Disables a gift card. Disabling a gift card can't be undone.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards","{{gift_card_id}}","disable.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b8d2c30e-e1d8-4341-844d-d0b5cfb15046","name":"Disable a gift card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"gift_card\": {\n    \"id\": 48394658\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/{{gift_card_id}}/disable.json","description":"Disables a gift card. Disabling a gift card can't be undone."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_card\":{\"id\":48394658,\"balance\":\"100.00\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:32:55-05:00\",\"currency\":\"USD\",\"initial_value\":\"100.00\",\"disabled_at\":\"2020-01-14T10:32:55-05:00\",\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"0d0d\",\"order_id\":null}}"}],"_postman_id":"f89f6c33-1f6f-47a8-9b13-f0bd4a4654a6"},{"name":"Searches for gift cards","id":"ef1bae2e-1528-4367-85a2-63f219e5ff70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/search.json","description":"<p>Searches for gift cards that match a supplied query. The following fields are indexed by search:</p> <ul> <li><code>created_at</code></li> <li><code>updated_at</code></li> <li><code>disabled_at</code></li> <li><code>balance</code></li> <li><code>initial_value</code></li> <li><code>amount_spent</code></li> <li><code>last_characters</code></li> </ul> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","gift_cards","search.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The field and direction to order results by.(default: disabled_at DESC) </p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>The text to search for. </p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"bf5aac80-86b1-4eb3-90d7-42f0e3a83747","name":"Retrieve all gift cards with the last characters \"mnop\"","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/gift_cards/search.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","gift_cards","search.json"],"query":[{"key":"order","value":"","description":"The field and direction to order results by.(default: disabled\\_at DESC) ","disabled":true},{"key":"query","value":"","description":"The text to search for. ","disabled":true},{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"<p>Searches for gift cards that match a supplied query. The following fields are indexed by search:</p> <ul> <li><code>created_at</code></li> <li><code>updated_at</code></li> <li><code>disabled_at</code></li> <li><code>balance</code></li> <li><code>initial_value</code></li> <li><code>amount_spent</code></li> <li><code>last_characters</code></li> </ul> <p><strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"gift_cards\":[{\"id\":1063936317,\"balance\":\"10.00\",\"created_at\":\"2020-01-14T10:32:47-05:00\",\"updated_at\":\"2020-01-14T10:32:47-05:00\",\"currency\":\"USD\",\"initial_value\":\"10.00\",\"disabled_at\":null,\"line_item_id\":null,\"api_client_id\":null,\"user_id\":null,\"customer_id\":null,\"note\":null,\"expires_on\":null,\"template_suffix\":null,\"last_characters\":\"mnop\",\"order_id\":null}]}"}],"_postman_id":"ef1bae2e-1528-4367-85a2-63f219e5ff70"}],"id":"cc0a3a77-4f4e-4c84-a7a2-dc062be3efd2","description":"<p>A gift card is an alternative payment method. Each gift card has a unique code that is entered during checkout. Its balance can be redeemed over multiple checkouts. Optionally, a gift card can assigned to a specific customer. Gift card codes cannot be retrieved after they're created—only the last four characters can be retrieved.</p> <p>You can use the GiftCard resource to create, retrieve, update, and delete gift cards for a store. After a gift card is created, only the expiry date, note, and template suffix can be updated.</p>","_postman_id":"cc0a3a77-4f4e-4c84-a7a2-dc062be3efd2"},{"name":"User","item":[{"name":"Retrieves a list of all users","id":"5ab5c89f-2530-46e6-88c0-2d042add5655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/users.json","description":"<p>Retrieves a list of all users</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","users.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3e718278-c3ab-4ce4-b915-b4b3949502d8","name":"Retrieve a list of all users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/users.json","description":"Retrieves a list of all users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"users\":[{\"id\":799407056,\"first_name\":\"Steve\",\"email\":\"steve@apple.com\",\"url\":\"www.apple.com\",\"im\":null,\"screen_name\":null,\"phone\":null,\"last_name\":\"Jobs\",\"account_owner\":true,\"receive_announcements\":1,\"bio\":null,\"permissions\":[\"full\"],\"locale\":\"en\",\"user_type\":\"regular\",\"tfa_enabled?\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/StaffMember\\/799407056\"},{\"id\":930143300,\"first_name\":\"noaccesssteve\",\"email\":\"noaccesssteve@jobs.com\",\"url\":\"www.apple.com\",\"im\":null,\"screen_name\":null,\"phone\":null,\"last_name\":\"Jobs\",\"account_owner\":false,\"receive_announcements\":1,\"bio\":null,\"permissions\":[],\"locale\":\"en\",\"user_type\":\"regular\",\"tfa_enabled?\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/StaffMember\\/930143300\"}]}"}],"_postman_id":"5ab5c89f-2530-46e6-88c0-2d042add5655"},{"name":"Retrieves a single user","id":"4c598911-1fd3-4617-951b-936f5282d620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/users/{{user_id}}.json","description":"<p>Retrieves a single user</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","users","{{user_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"23bab577-9ebb-4305-8f8a-569cc3a5a255","name":"Retrieve a single user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/users/{{user_id}}.json","description":"Retrieves a single user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"user\":{\"id\":799407056,\"first_name\":\"Steve\",\"email\":\"steve@apple.com\",\"url\":\"www.apple.com\",\"im\":null,\"screen_name\":null,\"phone\":null,\"last_name\":\"Jobs\",\"account_owner\":true,\"receive_announcements\":1,\"bio\":null,\"permissions\":[\"full\"],\"locale\":\"en\",\"user_type\":\"regular\",\"tfa_enabled?\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/StaffMember\\/799407056\"}}"}],"_postman_id":"4c598911-1fd3-4617-951b-936f5282d620"},{"name":"Retrieves the currently logged-in user","id":"84f14475-3aeb-4358-8804-49214d3cd297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/users/current.json","description":"<p>Retrieves information about the user account associated with the access token used to make this API request. This request works only when the access token was created for a specific user of the shop.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","users","current.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"80d7c544-bf18-4916-a272-620b802c06c1","name":"Retrieve the the currently logged-in user","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/users/current.json","description":"Retrieves information about the user account associated with the access token used to make this API request. This request works only when the access token was created for a specific user of the shop."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"user\":{\"id\":799407056,\"first_name\":\"Steve\",\"email\":\"steve@apple.com\",\"url\":\"www.apple.com\",\"im\":null,\"screen_name\":null,\"phone\":null,\"last_name\":\"Jobs\",\"account_owner\":true,\"receive_announcements\":1,\"bio\":null,\"permissions\":[\"full\"],\"locale\":\"en\",\"user_type\":\"regular\",\"tfa_enabled?\":false,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/StaffMember\\/799407056\"}}"}],"_postman_id":"84f14475-3aeb-4358-8804-49214d3cd297"}],"id":"5fc41562-f55b-4be4-9e66-3f16c2c6d2a5","description":"<p>The User resource lets you retrieve information about staff accounts on a Shopify shop.</p> <p>The store owner can add, remove, and edit staff accounts. Staff members with full permissions can edit only the permissions of other staff accounts, and staff members with individual permissions can edit only their own staff account. The API only lets you retrieve information about staff accounts.</p>","_postman_id":"5fc41562-f55b-4be4-9e66-3f16c2c6d2a5"}],"id":"bf295d95-d5e3-4253-8115-d9b02790709f","_postman_id":"bf295d95-d5e3-4253-8115-d9b02790709f","description":""},{"name":"Products","item":[{"name":"Collect","item":[{"name":"Adds a product to a custom collection","id":"1ab39826-b8ca-4eb4-af48-69e7e3a12e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","description":"<p>Adds a product to a custom collection.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collects.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"80675e4b-d5c8-4120-a2d6-5ef6440eb14b","name":"Creating a collect without a product or collection ID fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collect\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","description":"Adds a product to a custom collection."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"product\":[\"can't be blank\"],\"collection\":[\"can't be blank\"]}}"},{"id":"c84216fd-5b14-475d-8317-69eaad16c318","name":"Create a new link between an existing product and an existing collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collect\": {\n    \"product_id\": 921728736,\n    \"collection_id\": 841564295\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","description":"Adds a product to a custom collection."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collect\":{\"id\":1071559578,\"collection_id\":841564295,\"product_id\":921728736,\"created_at\":\"2020-01-14T10:35:40-05:00\",\"updated_at\":\"2020-01-14T10:35:40-05:00\",\"position\":2,\"sort_value\":\"0000000002\"}}"}],"_postman_id":"1ab39826-b8ca-4eb4-af48-69e7e3a12e68"},{"name":"Removes a product from a collection","id":"775f0777-aff8-4e45-b2a2-07ff6a087ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/{{collect_id}}.json","description":"<p>Removes a product from a collection.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collects","{{collect_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fd20214b-49b2-4407-be7d-da2c60ed4f70","name":"Delete the link between a product an a collection","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/{{collect_id}}.json","description":"Removes a product from a collection."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"775f0777-aff8-4e45-b2a2-07ff6a087ba9"},{"name":"Retrieves a count of collects","id":"987781b6-e98e-4ed8-9fa3-6e662ce610e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json","description":"<p>Retrieves a count of collects.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collects","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0a156854-bee4-4a64-a9e1-532a4b7bb4a9","name":"Count only collects for a certain collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json?collection_id=841564295","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects","count.json"],"query":[{"key":"collection_id","value":"841564295"}]},"description":"Retrieves a count of collects."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"aad12e47-fe57-48c9-92a4-b89d86c78439","name":"Count only collects for a certain product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json?product_id=632910392","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects","count.json"],"query":[{"key":"product_id","value":"632910392"}]},"description":"Retrieves a count of collects."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"},{"id":"b61b7dcd-c992-46da-826d-0cc739b3a78e","name":"Count all collects for the shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json","description":"Retrieves a count of collects."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":4}"}],"_postman_id":"987781b6-e98e-4ed8-9fa3-6e662ce610e6"},{"name":"Retrieves a list of collects","id":"0737423d-b40a-493d-abf9-b7ce55d7caf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","description":"<p>Retrieves a list of collects. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collects.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"33fd6c48-fe55-4f95-ba60-450d850f2214","name":"Retrieve only collects for a certain product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of collects. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collects\":[{\"id\":358268117,\"collection_id\":482865238,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"},{\"id\":395646240,\"collection_id\":395646240,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"},{\"id\":841564295,\"collection_id\":841564295,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"}]}"},{"id":"680b09b1-26de-4322-ba97-59d78c85c297","name":"Retrieve all collects for the shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of collects. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collects\":[{\"id\":358268117,\"collection_id\":482865238,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"},{\"id\":395646240,\"collection_id\":395646240,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"},{\"id\":800915878,\"collection_id\":482865238,\"product_id\":921728736,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"},{\"id\":841564295,\"collection_id\":841564295,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"}]}"},{"id":"9e7c6623-640e-4022-b0e2-ec32a15e6154","name":"Retrieve only collects for a certain collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of collects. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collects\":[{\"id\":1071559576,\"collection_id\":841564295,\"product_id\":921728736,\"created_at\":\"2020-01-14T10:35:32-05:00\",\"updated_at\":\"2020-01-14T10:35:32-05:00\",\"position\":1,\"sort_value\":\"0000000001\"},{\"id\":841564295,\"collection_id\":841564295,\"product_id\":632910392,\"created_at\":null,\"updated_at\":\"2020-01-14T10:35:32-05:00\",\"position\":2,\"sort_value\":\"0000000002\"}]}"}],"_postman_id":"0737423d-b40a-493d-abf9-b7ce55d7caf0"},{"name":"Retrieves a count of collects","id":"d51215da-67d9-4122-9a30-a771e6431e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json","description":"<p>Retrieves a count of collects.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collects","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"6cad5226-fc0e-4bdc-a664-e427751d8c9e","name":"Count only collects for a certain product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json?product_id=632910392","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects","count.json"],"query":[{"key":"product_id","value":"632910392"}]},"description":"Retrieves a count of collects."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"},{"id":"a09c922a-8554-4f3e-b312-fd64b4a04d75","name":"Count only collects for a certain collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json?collection_id=841564295","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects","count.json"],"query":[{"key":"collection_id","value":"841564295"}]},"description":"Retrieves a count of collects."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"b9c66876-be80-4c23-983d-0937f85f3ed3","name":"Count all collects for the shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/count.json","description":"Retrieves a count of collects."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":4}"}],"_postman_id":"d51215da-67d9-4122-9a30-a771e6431e88"},{"name":"Retrieves a specific collect by its ID","id":"175859a7-f0d4-4542-891e-25d04c56b558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/{{collect_id}}.json","description":"<p>Retrieves a specific collect by its ID.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collects","{{collect_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"6e785666-d282-40ea-8477-4a8fc296cdc5","name":"Retrieve a collect with a certain ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collects/{{collect_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collects","{{collect_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a specific collect by its ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collect\":{\"id\":841564295,\"collection_id\":841564295,\"product_id\":632910392,\"created_at\":null,\"updated_at\":null,\"position\":1,\"sort_value\":\"0000000001\"}}"}],"_postman_id":"175859a7-f0d4-4542-891e-25d04c56b558"}],"id":"5f531df5-f27f-4990-8946-5cbc843b722f","description":"<p>The Collect resource connects a product to a custom collection.</p> <p>Collects are meant for managing the relationship between products and custom collections. For every product in a custom collection there is a collect that tracks the ID of both the product and the custom collection. A product can be in more than one collection, and will have a collect connecting it to each collection. Unlike many Shopify resources, collects aren't apparent to store owners.</p> <p>Collects are for placing products in custom collections only. <a href=\"https://help.shopify.com/api/reference/smartcollection\">Smart collections</a> use rules to determine which products are their members. Creating a collect that links a product to a smart collection results in a <strong>403 Forbidden</strong> error.</p> <p>For more information on custom collections, see the <a href=\"https://help.shopify.com/api/reference/customcollection\">CustomCollection</a> resource.</p>","_postman_id":"5f531df5-f27f-4990-8946-5cbc843b722f"},{"name":"Collection","item":[{"name":"Retrieves a single collection","id":"743afaf8-6703-4b3f-92ea-b8417ecd2cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collections/{{collection_id}}.json","description":"<p>Retrieves a single collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collections","{{collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"360fe95c-137a-4669-bb49-36cf0cc43f60","name":"Retrieve a specific collection by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collections/{{collection_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collections","{{collection_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"products_count\":1,\"collection_type\":\"custom\",\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579015616\"}}}"}],"_postman_id":"743afaf8-6703-4b3f-92ea-b8417ecd2cf9"},{"name":"Retrieve a list of products belonging to a collection","id":"ef790ced-87da-4be5-a23a-66055ed91bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collections/{{collection_id}}/products.json","description":"<p>Retrieve a list of products belonging to a collection. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.. The products returned are sorted by the collection's sort order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collections","{{collection_id}}","products.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The number of products to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"78791f58-f605-433a-9648-4bc968a38a4b","name":"Retrieve a list of products belonging to a collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collections/{{collection_id}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collections","{{collection_id}}","products.json"],"query":[{"key":"limit","value":"","description":"The number of products to retrieve.(default: 50)(maximum: 250) ","disabled":true}]},"description":"Retrieve a list of products belonging to a collection. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.. The products returned are sorted by the collection's sort order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}]}"}],"_postman_id":"ef790ced-87da-4be5-a23a-66055ed91bd9"}],"id":"5d9fc033-7f22-4d72-b082-b019c5e7bdad","description":"<p>A collection is a grouping of products that merchants can create to make their stores easier to browse. For example, a merchant might create a collection for a specific type of product that they sell, such as <strong>Footwear</strong>. Merchants can create collections by selecting products individually or by defining rules that automatically determine whether products are included.</p> <p>Shopify stores start with a single collection, called <strong>Frontpage</strong>. This is a collection of products that are shown on the front page of the online store.</p> <p>There are two different types of collection:</p> <ul> <li><strong>Custom collections</strong>, which contain products that are manually added to a collection by a merchant. For more information, see the <a href=\"https://help.shopify.com/api/reference/products/customcollection\">CustomCollection</a> resource.</li> <li><strong>Smart collections</strong>, which contain products that are automatically added based on selection conditions that a merchant chooses. For more information, see the <a href=\"https://help.shopify.com/api/reference/products/smartcollection\">SmartCollection</a> resource.</li> </ul> <p>The <a href=\"https://help.shopify.com/api/reference/products/collect\">Collect</a> resource is used to connect a product to a <a href=\"https://help.shopify.com/api/reference/products/customcollection\">custom collection</a>.</p>","_postman_id":"5d9fc033-7f22-4d72-b082-b019c5e7bdad"},{"name":"CustomCollection","item":[{"name":"Retrieves a list of custom collections","id":"fc07dbf0-f893-4f08-9ddd-167eb6669a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"<p>Retrieves a list of custom collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","custom_collections.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only collections specified by a comma-separated list of IDs. </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show custom collections with a given title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Show custom collections that include a given product. </p>\n","type":"text/plain"},"key":"product_id","value":""},{"disabled":true,"description":{"content":"<p>Filter by custom collection handle. </p>\n","type":"text/plain"},"key":"handle","value":""},{"disabled":true,"description":{"content":"<p>Show custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show custom collections published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show custom collections published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show custom collectsion with a given published status.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"25193131-26ca-429e-bced-fab39f98315a","name":"Retrieve all collections","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show custom collections with a given title. ","disabled":true},{"key":"product_id","value":"","description":"Show custom collections that include a given product. ","disabled":true},{"key":"handle","value":"","description":"Filter by custom collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show custom collections published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show custom collections published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Show custom collectsion with a given published status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of custom collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collections\":[{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}},{\"id\":395646240,\"handle\":\"ipods_two\",\"title\":\"IPods Two\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever. Again\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/395646240\"},{\"id\":691652237,\"handle\":\"non-ipods\",\"title\":\"Non Ipods\",\"updated_at\":\"2013-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eNo ipods here\\u003c\\/p\\u003e\",\"published_at\":\"2013-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/691652237\"}]}"},{"id":"2cb16a3a-2845-4ef7-ba3f-f1d2c3129549","name":"Retrieve all collections after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show custom collections with a given title. ","disabled":true},{"key":"product_id","value":"","description":"Show custom collections that include a given product. ","disabled":true},{"key":"handle","value":"","description":"Filter by custom collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show custom collections published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show custom collections published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Show custom collectsion with a given published status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of custom collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collections\":[{\"id\":1063001359,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:39:59-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:39:59-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001359\"}]}"},{"id":"50852cfa-8b7c-4629-b81f-9866c365737d","name":"Retrieve a list of specific custom collections","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show custom collections with a given title. ","disabled":true},{"key":"product_id","value":"","description":"Show custom collections that include a given product. ","disabled":true},{"key":"handle","value":"","description":"Filter by custom collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show custom collections published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show custom collections published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Show custom collectsion with a given published status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of custom collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collections\":[{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}},{\"id\":395646240,\"handle\":\"ipods_two\",\"title\":\"IPods Two\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever. Again\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/395646240\"},{\"id\":691652237,\"handle\":\"non-ipods\",\"title\":\"Non Ipods\",\"updated_at\":\"2013-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eNo ipods here\\u003c\\/p\\u003e\",\"published_at\":\"2013-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/691652237\"}]}"},{"id":"9c8b0c27-a828-434b-a065-fee5d4f930aa","name":"Retrieve all custom collections that contain a given product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show custom collections with a given title. ","disabled":true},{"key":"product_id","value":"","description":"Show custom collections that include a given product. ","disabled":true},{"key":"handle","value":"","description":"Filter by custom collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Show custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Show custom collections published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Show custom collections published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Show custom collectsion with a given published status.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of custom collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collections\":[{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}},{\"id\":395646240,\"handle\":\"ipods_two\",\"title\":\"IPods Two\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever. Again\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/395646240\"}]}"}],"_postman_id":"fc07dbf0-f893-4f08-9ddd-167eb6669a90"},{"name":"Retrieves a count of custom collections","id":"24b22747-be67-464a-ae1b-37563554e217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/count.json","description":"<p>Retrieves a count of custom collections</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","custom_collections","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count custom collections with given title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Count custom collections that include a given product. </p>\n","type":"text/plain"},"key":"product_id","value":""},{"disabled":true,"description":{"content":"<p>Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count custom collections published after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count custom collections published before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count custom collections with a given published status.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""}],"variable":[]}},"response":[{"id":"5d1c3810-b38b-4376-8c61-a7f2cd2e7c48","name":"Count all custom collections that contain a given product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections","count.json"],"query":[{"key":"title","value":"","description":"Count custom collections with given title. ","disabled":true},{"key":"product_id","value":"","description":"Count custom collections that include a given product. ","disabled":true},{"key":"updated_at_min","value":"","description":"Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Count custom collections published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Count custom collections published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Count custom collections with a given published status.(default: any) ","disabled":true}]},"description":"Retrieves a count of custom collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"},{"id":"ca4e7001-778d-4089-a96d-fcac3cbc30fe","name":"Count all custom collections","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections","count.json"],"query":[{"key":"title","value":"","description":"Count custom collections with given title. ","disabled":true},{"key":"product_id","value":"","description":"Count custom collections that include a given product. ","disabled":true},{"key":"updated_at_min","value":"","description":"Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_min","value":"","description":"Count custom collections published after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_at_max","value":"","description":"Count custom collections published before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"published_status","value":"","description":"Count custom collections with a given published status.(default: any) ","disabled":true}]},"description":"Retrieves a count of custom collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"}],"_postman_id":"24b22747-be67-464a-ae1b-37563554e217"},{"name":"Retrieves a single custom collection","id":"7a2f750d-859c-45da-85c0-1db4a4859901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"<p>Retrieves a single custom collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","custom_collections","{{custom_collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"41437327-1eff-46b3-b440-acd0589149f8","name":"Retrieve a specific collection by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","custom_collections","{{custom_collection_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"products_count\":1,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"}],"_postman_id":"7a2f750d-859c-45da-85c0-1db4a4859901"},{"name":"Creates a custom collection","id":"e1a4cb47-d1f8-4a24-9505-6367e8995206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"<p>Creates a custom collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","custom_collections.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"29a56f03-ec5c-4f4a-97c5-c51296b0bb98","name":"Creating a custom collection without a title fails and returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"body\": \"foobar\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"title\":[\"can't be blank\"]}}"},{"id":"4971b0e7-44de-455a-acb8-f5c00146be08","name":"Create an unpublished custom collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"title\": \"Macbooks\",\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":1063001361,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:40:05-05:00\",\"body_html\":null,\"published_at\":null,\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001361\"}}"},{"id":"5bf64ef4-9ea8-4c2b-b5f6-27d4b7cce6bf","name":"Create a custom collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"title\": \"Macbooks\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":1063001360,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:40:04-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:40:04-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001360\"}}"},{"id":"65a6ad0c-ac44-44b6-89de-353d21d135a4","name":"Create a collection that contains a product by including a collect","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"title\": \"IPods\",\n    \"collects\": [\n      {\n        \"product_id\": 921728736\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":1063001349,\"handle\":\"ipods-1\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:24-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:39:24-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001349\"}}"},{"id":"741913ff-76e0-41a3-91b9-b3c7ce7829fa","name":"Create a custom collection with a base64-encoded image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"title\": \"Macbooks\",\n    \"image\": {\n      \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n      \"alt\": \"Rails Logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":1063001347,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:39:20-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:39:20-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001347\",\"image\":{\"created_at\":\"2020-01-14T10:39:20-05:00\",\"alt\":\"Rails Logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/fd43f2c8883f6e9b680e3295fd990d2c.gif?v=1579016360\"}}}"},{"id":"8687608e-7f55-420b-9659-8d99be443719","name":"Create a custom collection with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"title\": \"Macbooks\",\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":1063001350,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:39:25-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:39:25-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001350\"}}"},{"id":"ad308dd4-cac2-4c3f-99c4-96b3fb99d2aa","name":"Create a custom collection with an image, which will be uploaded to Shopify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"title\": \"Macbooks\",\n    \"image\": {\n      \"src\": \"http:\\/\\/example.com\\/rails_logo.gif\",\n      \"alt\": \"Rails Logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections.json","description":"Creates a custom collection"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":1063001348,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:39:22-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:39:21-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001348\",\"image\":{\"created_at\":\"2020-01-14T10:39:21-05:00\",\"alt\":\"Rails Logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/rails_logo20200114-23200-1xd0mem-1.gif?v=1579016362\"}}}"}],"_postman_id":"e1a4cb47-d1f8-4a24-9505-6367e8995206"},{"name":"Updates an existing custom collection","id":"7f5588ef-93aa-4797-9971-a3f9e018a618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"<p>Updates an existing custom collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","custom_collections","{{custom_collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"064b98de-f9e4-4031-8b4a-5fa60f265f74","name":"Update the description of a custom collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"body_html\": \"<p>5000 songs in your pocket<\\/p>\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:25-05:00\",\"body_html\":\"\\u003cp\\u003e5000 songs in your pocket\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"1988ff8e-d374-470a-9dd2-d8d1a68bf2a5","name":"Update a collection to remove its image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"image\": \"\",\n    \"handle\": \"ipods\",\n    \"title\": \"IPods\",\n    \"updated_at\": \"2020-01-14T10:39:36-05:00\",\n    \"body_html\": \"<p>The best selling ipod ever<\\/p>\",\n    \"published_at\": \"2008-02-01T19:00:00-05:00\",\n    \"sort_order\": \"manual\",\n    \"template_suffix\": null,\n    \"published_scope\": \"web\",\n    \"admin_graphql_api_id\": \"gid:\\/\\/shopify\\/Collection\\/841564295\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:37-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\"}}"},{"id":"265bb170-5185-47bc-827e-9dc02fbf68b5","name":"Update a collection with a new collection image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"image\": {\n      \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n      \"alt\": \"Rails logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:32-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:39:32-05:00\",\"alt\":\"Rails logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/fd43f2c8883f6e9b680e3295fd990d2c.gif?v=1579016372\"}}}"},{"id":"323bf153-d571-4654-975f-78eb3706f3fc","name":"Update a collection with new alt text for its image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"image\": {\n      \"alt\": \"Rails logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:35-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:39:33-05:00\",\"alt\":\"Rails logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/rails_logo20200114-23200-1hbqbht.gif?v=1579016375\"}}}"},{"id":"60b44664-4656-40ef-8550-a2d875652f4d","name":"Publish a hidden collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"published\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:28-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2020-01-14T10:39:28-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"abfe50ab-3424-4d32-a5c1-417dadeeb1ef","name":"Add a collect to an existing collection by providing a product ID, and update an existing collect by its own ID to change its sort position","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"collects\": [\n      {\n        \"product_id\": 921728736,\n        \"position\": 1\n      },\n      {\n        \"id\": 841564295,\n        \"position\": 2\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:27-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"bf4b3e63-f312-4362-a24b-1b0381c99939","name":"Add a metafield to an existing collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:30-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"c8ca9fee-4bd8-48be-9b20-0185f452845f","name":"Hide a published collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_collection\": {\n    \"id\": 841564295,\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Updates an existing custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"custom_collection\":{\"id\":841564295,\"handle\":\"ipods\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:39:29-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":null,\"sort_order\":\"manual\",\"template_suffix\":null,\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/841564295\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"}],"_postman_id":"7f5588ef-93aa-4797-9971-a3f9e018a618"},{"name":"Deletes a custom collection","id":"aa2d97f3-b392-44cc-a0f0-c421d6aff6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"<p>Deletes a custom collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","custom_collections","{{custom_collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"35e8e8ec-59b8-477e-80cd-ec8942344d35","name":"Delete a custom collection","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/custom_collections/{{custom_collection_id}}.json","description":"Deletes a custom collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"aa2d97f3-b392-44cc-a0f0-c421d6aff6b3"}],"id":"affa487c-c00f-44c1-9e8c-9aefef4364f1","description":"<p>A custom collection is a grouping of products that a merchant can create to make their store easier to browse. The merchant creates a custom collection and then selects the products that will go into it.</p> <p>Collections are typically displayed to customers so that buyers can select to view only the products in the collection. Shopify stores start with a single custom collection called frontpage—the collection of products shown on the front page of the online store.</p> <p>The <a href=\"https://help.shopify.com/api/reference/products/collect\">Collect</a> resource is used to connect a product to a custom collection.</p> <p>There are also smart collections, which contain products based on selection conditions rather than because they've been included manually. For more information, see the <a href=\"https://help.shopify.com/api/reference/smartcollection\">SmartCollection</a> resource.</p>","_postman_id":"affa487c-c00f-44c1-9e8c-9aefef4364f1"},{"name":"Product Image","item":[{"name":"Receive a list of all Product Images","id":"897c314e-aad4-4cd8-95a1-e3c8c72e2520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"<p>Get all product images</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","images.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"3ee30249-e13a-4a3c-a679-9619d844a82e","name":"Get all product images for a product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","images.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Get all product images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015168\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015168\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}]}"},{"id":"94c0bbbf-9c2f-4c2d-b2dc-07f53a12aacb","name":"Get all product images for a product after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","images.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Get all product images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"images\":[{\"id\":1001473895,\"product_id\":632910392,\"position\":3,\"created_at\":\"2020-01-14T10:20:49-05:00\",\"updated_at\":\"2020-01-14T10:20:49-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo.gif?v=1579015249\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473895\"}]}"}],"_postman_id":"897c314e-aad4-4cd8-95a1-e3c8c72e2520"},{"name":"Receive a count of all Product Images","id":"f23b217f-9ad4-492b-a87a-0202deb403df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/count.json","description":"<p>Get a count of all product images</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","images","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""}],"variable":[]}},"response":[{"id":"43dc85aa-d68b-4b03-948a-28d46cf9aafa","name":"Get a count all product images","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","images","count.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true}]},"description":"Get a count of all product images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"},{"id":"e6012fdc-547c-4af0-810d-303d6a324cda","name":"Get a count of all product images after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","images","count.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true}]},"description":"Get a count of all product images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":0}"}],"_postman_id":"f23b217f-9ad4-492b-a87a-0202deb403df"},{"name":"Receive a single Product Image","id":"53c761b5-70f7-4770-8c5c-922d0ac0aa8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","description":"<p>Get a single product image by id</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","images","{{image_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"1f48dc4d-3c75-44dd-89d4-bce846b96d2e","name":"Show product image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","images","{{image_id}}.json"],"query":[{"key":"fields","value":"","description":"comma-separated list of fields to include in the response ","disabled":true}]},"description":"Get a single product image by id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015168\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}"}],"_postman_id":"53c761b5-70f7-4770-8c5c-922d0ac0aa8e"},{"name":"Create a new Product Image","id":"513ce628-5780-4463-930a-9f65fdef8d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"<p>Create a new product image</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","images.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"46fbfc75-3365-44cb-9ad6-61b5499d3aa1","name":"Create a new product image with included image data as attachment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n    \"filename\": \"rails_logo.gif\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"Create a new product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":1001473896,\"product_id\":632910392,\"position\":3,\"created_at\":\"2020-01-14T10:20:53-05:00\",\"updated_at\":\"2020-01-14T10:20:53-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo.gif?v=1579015253\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473896\"}}"},{"id":"ceed6417-4ab3-4c7a-b893-4be5b312ed16","name":"Create a new product image and make it the main image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"position\": 1,\n    \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n    \"filename\": \"rails_logo.gif\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"Create a new product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":1001473898,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:20:54-05:00\",\"updated_at\":\"2020-01-14T10:20:54-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo.gif?v=1579015254\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473898\"}}"},{"id":"d654a6d1-f1b3-47a0-8c30-2dd5f7174037","name":"Create a new product image using a source URL that will be downloaded by Shopify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"src\": \"http:\\/\\/example.com\\/rails_logo.gif\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"Create a new product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":1001473897,\"product_id\":632910392,\"position\":3,\"created_at\":\"2020-01-14T10:20:54-05:00\",\"updated_at\":\"2020-01-14T10:20:54-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo20200114-23200-767ow9.gif?v=1579015254\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473897\"}}"},{"id":"ec42c3b9-54ee-4fb9-aad3-b8ba8524b8c1","name":"Create a new product image and attach it to product variants","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"variant_ids\": [\n      808950810,\n      457924702\n    ],\n    \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n    \"filename\": \"rails_logo.gif\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"Create a new product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":1001473899,\"product_id\":632910392,\"position\":3,\"created_at\":\"2020-01-14T10:20:55-05:00\",\"updated_at\":\"2020-01-14T10:20:55-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo.gif?v=1579015255\",\"variant_ids\":[808950810,457924702],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473899\"}}"},{"id":"fa1637da-fb2c-447a-b4c0-e180041d9049","name":"<span id=\"metafield\">Create a new product image with a metafield</span>","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"position\": 1,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ],\n    \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n    \"filename\": \"rails_logo.gif\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images.json","description":"Create a new product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":1001473900,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:20:57-05:00\",\"updated_at\":\"2020-01-14T10:20:57-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo.gif?v=1579015257\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473900\"}}"}],"_postman_id":"513ce628-5780-4463-930a-9f65fdef8d73"},{"name":"Modify an existing Product Image","id":"5cac51b8-2341-491d-99ef-295f958f7960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","description":"<p>Modify an existing product image</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","images","{{image_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0ad7242e-0521-4a3c-a6f3-5402ee5bee83","name":"Modify an image; add a metafield","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"id\": 850703190,\n    \"metafields\": [\n      {\n        \"key\": \"my_new_metafield\",\n        \"value\": \"my_new_value\",\n        \"value_type\": \"string\",\n        \"namespace\": \"tags\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","description":"Modify an existing product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:20:58-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015258\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}"},{"id":"61c9be8c-ec89-4bda-aa62-446ffbb5ea3e","name":"Modify an image; change its position and alt tag content","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"id\": 850703190,\n    \"position\": 2,\n    \"alt\": \"new alt tag content\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","description":"Modify an existing product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:20:57-05:00\",\"alt\":\"new alt tag content\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015257\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}"},{"id":"d6f2ec5f-13d3-4f6e-a230-f605eceacc32","name":"Modify an image; add it to product variants","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"image\": {\n    \"id\": 850703190,\n    \"variant_ids\": [\n      808950810,\n      457924702\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","description":"Modify an existing product image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:19:28-05:00\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015168\",\"variant_ids\":[808950810,457924702],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}"}],"_postman_id":"5cac51b8-2341-491d-99ef-295f958f7960"},{"name":"Remove an existing Product Image","id":"e10cc19e-9a87-495f-b1fe-1eff913a11b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","images","{{image_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"679bf479-d99c-40e2-a89f-5e3a9ba0e5dd","name":"Delete a product image","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/images/{{image_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e10cc19e-9a87-495f-b1fe-1eff913a11b6"}],"id":"3f89a9ff-de18-4f86-a6e9-3cdd6211c0b3","description":"<p>Products are easier to sell if customers can see pictures of them, which is why there are <strong>product images</strong>.</p> <p>Any product may have up to 250 images, and images can be in .png, .gif or .jpg format. </p>","_postman_id":"3f89a9ff-de18-4f86-a6e9-3cdd6211c0b3"},{"name":"Product Variant","item":[{"name":"Retrieves a list of product variants","id":"fd5850ab-7e74-49a3-800a-edca20041e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","description":"<p>Retrieves a list of product variants. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","variants.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Return up to this many results per page(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Return presentment prices in only certain currencies, specified by a comma-separated list of <a href=\"https://en.wikipedia.org/wiki/ISO_4217\">ISO 4217</a> currency codes. </p>\n","type":"text/plain"},"key":"presentment_currencies","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"c2ef742e-b47e-4013-9884-85f562c2b582","name":"Retrieve all variants for a product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","variants.json"],"query":[{"key":"limit","value":"","description":"Return up to this many results per page(default: 50)(maximum: 250) ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of product variants. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variants\":[{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}]}"},{"id":"dea53a5e-c316-4b75-834e-a77c5d71c7ee","name":"Retrieve all variants for a product with prices in specified presentment currencies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","variants.json"],"query":[{"key":"limit","value":"","description":"Return up to this many results per page(default: 50)(maximum: 250) ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of product variants. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variants\":[{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":\"249.00\",\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":{\"currency_code\":\"USD\",\"amount\":\"249.00\"}},{\"price\":{\"currency_code\":\"CAD\",\"amount\":\"248.75\"},\"compare_at_price\":{\"currency_code\":\"CAD\",\"amount\":\"311.25\"}}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":\"249.00\",\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":{\"currency_code\":\"USD\",\"amount\":\"249.00\"}},{\"price\":{\"currency_code\":\"CAD\",\"amount\":\"248.75\"},\"compare_at_price\":{\"currency_code\":\"CAD\",\"amount\":\"311.25\"}}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":\"249.00\",\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":{\"currency_code\":\"USD\",\"amount\":\"249.00\"}},{\"price\":{\"currency_code\":\"CAD\",\"amount\":\"248.75\"},\"compare_at_price\":{\"currency_code\":\"CAD\",\"amount\":\"311.25\"}}]},{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":\"249.00\",\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":{\"currency_code\":\"USD\",\"amount\":\"249.00\"}},{\"price\":{\"currency_code\":\"CAD\",\"amount\":\"248.75\"},\"compare_at_price\":{\"currency_code\":\"CAD\",\"amount\":\"311.25\"}}]}]}"},{"id":"ffacd3fe-b077-419e-a14c-105bd6b0a745","name":"Retrieve all variants for a product after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}","variants.json"],"query":[{"key":"limit","value":"","description":"Return up to this many results per page(default: 50)(maximum: 250) ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a list of product variants. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variants\":[{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}]}"}],"_postman_id":"fd5850ab-7e74-49a3-800a-edca20041e95"},{"name":"Receive a count of all Product Variants","id":"183294db-dcc3-49a4-a866-5e398c6eb4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants/count.json","description":"<p>Retrieves a count of product variants</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","variants","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"38516394-944f-4de0-b6eb-c6aa04cc3c0c","name":"Retrieve a count all variants for a product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants/count.json","description":"Retrieves a count of product variants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":4}"}],"_postman_id":"183294db-dcc3-49a4-a866-5e398c6eb4b5"},{"name":"Receive a single Product Variant","id":"a59f1d0c-c173-4bc3-b3eb-8630d79166cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/variants/{{variant_id}}.json","description":"<p>Retrieves a single product variant by ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","variants","{{variant_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"20502275-18f6-4c99-a05f-fd31fa352648","name":"Retrieve a product variant by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/variants/{{variant_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","variants","{{variant_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response ","disabled":true}]},"description":"Retrieves a single product variant by ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"tax_code\":\"DA040000\",\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}}"}],"_postman_id":"a59f1d0c-c173-4bc3-b3eb-8630d79166cc"},{"name":"Create a new Product Variant","id":"4209649a-d212-4837-a975-f3c165c4f1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","description":"<p>Creates a new product variant</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","variants.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"387d76b2-4db5-4178-b655-1612f227bdba","name":"Create a new product variant with an image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"variant\": {\n    \"image_id\": 850703190,\n    \"option1\": \"Purple\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","description":"Creates a new product variant"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":1070325048,\"product_id\":632910392,\"title\":\"Purple\",\"price\":\"0.00\",\"sku\":\"\",\"position\":5,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Purple\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:40:25-05:00\",\"updated_at\":\"2020-01-14T10:40:25-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":850703190,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325052,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325048\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}}"},{"id":"458ab67a-97f5-422a-b462-65f77421e320","name":"Create a new product variant with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"variant\": {\n    \"option1\": \"Blue\",\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","description":"Creates a new product variant"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":1070325047,\"product_id\":632910392,\"title\":\"Blue\",\"price\":\"0.00\",\"sku\":\"\",\"position\":5,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Blue\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:40:24-05:00\",\"updated_at\":\"2020-01-14T10:40:24-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325051,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325047\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}}"},{"id":"f2981db7-f03a-4a4f-a1cd-98f1724115ba","name":"Create a new product variant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"variant\": {\n    \"option1\": \"Yellow\",\n    \"price\": \"1.00\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants.json","description":"Creates a new product variant"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":1070325046,\"product_id\":632910392,\"title\":\"Yellow\",\"price\":\"1.00\",\"sku\":\"\",\"position\":5,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Yellow\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:40:23-05:00\",\"updated_at\":\"2020-01-14T10:40:23-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325050,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325046\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"1.00\"},\"compare_at_price\":null}]}}"}],"_postman_id":"4209649a-d212-4837-a975-f3c165c4f1d3"},{"name":"Modify an existing Product Variant","id":"917abc91-2e10-4e27-bd41-d2dc9e40a414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/variants/{{variant_id}}.json","description":"<p>Updates an existing product variant</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","variants","{{variant_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0c064059-f357-48ad-8574-e12c6579f3c7","name":"Add a metafield to an existing variant","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"variant\": {\n    \"id\": 808950810,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/variants/{{variant_id}}.json","description":"Updates an existing product variant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:40:26-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}}"},{"id":"49c22057-e034-4709-a6f2-167afc680195","name":"Add an existing image to an existing variant","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"variant\": {\n    \"id\": 808950810,\n    \"image_id\": 562641783\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/variants/{{variant_id}}.json","description":"Updates an existing product variant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:40:27-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}}"},{"id":"ba42a31b-1605-4d5a-88b8-621a6696c798","name":"Update the title and price of an existing variant","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"variant\": {\n    \"id\": 808950810,\n    \"option1\": \"Not Pink\",\n    \"price\": \"99.00\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/variants/{{variant_id}}.json","description":"Updates an existing product variant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"variant\":{\"id\":808950810,\"product_id\":632910392,\"title\":\"Not Pink\",\"price\":\"99.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Not Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:40:25-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"99.00\"},\"compare_at_price\":null}]}}"}],"_postman_id":"917abc91-2e10-4e27-bd41-d2dc9e40a414"},{"name":"Remove an existing Product Variant","id":"1baf700f-29d7-4c9f-a296-eec1c84a6129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants/{{variant_id}}.json","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}","variants","{{variant_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"8c73db12-a584-4303-b7de-1f421e173aa2","name":"Delete a product variant","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}/variants/{{variant_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1baf700f-29d7-4c9f-a296-eec1c84a6129"}],"id":"4653c90d-554c-406c-8d44-4759c306f093","description":"<div class=\"note note-caution\"> <h4>Important</h4> <p>Apps can no longer set inventory using <code>inventory_quantity</code> or <code>inventory_quantity_adjustment</code>. For more information, see <a href=\"https://help.shopify.com/api/guides/updating-inventory\"><em>Updating inventory</em></a>.</p> </div> A variant can be added to a Product resource to represent one version of a product with several options. The Product resource will have a variant for every possible combination of its options. Each product can have a maximum of three options and a maximum of 100 variants.","_postman_id":"4653c90d-554c-406c-8d44-4759c306f093"},{"name":"Product","item":[{"name":"Retrieves a list of products","id":"1d85b782-1afc-4811-a694-c9255a5571ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Return only products specified by a comma-separated list of product IDs. </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>Return up to this many results per page.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Filter results by product title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Filter results by product vendor. </p>\n","type":"text/plain"},"key":"vendor","value":""},{"disabled":true,"description":{"content":"<p>Filter results by product handle. </p>\n","type":"text/plain"},"key":"handle","value":""},{"disabled":true,"description":{"content":"<p>Filter results by product type. </p>\n","type":"text/plain"},"key":"product_type","value":""},{"disabled":true,"description":{"content":"<p>Filter results by product collection ID. </p>\n","type":"text/plain"},"key":"collection_id","value":""},{"disabled":true,"description":{"content":"<p>Show products created after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show products created before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show products published after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show products published before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Return products by their published status(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Return presentment prices in only certain currencies, specified by a comma-separated list of <a href=\"https://en.wikipedia.org/wiki/ISO_4217\">ISO 4217</a> currency codes. </p>\n","type":"text/plain"},"key":"presentment_currencies","value":""}],"variable":[]}},"response":[{"id":"0c07bdc5-3251-4e42-a730-824f95bc7515","name":"Retrieve all products, showing only some attributes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products.json"],"query":[{"key":"ids","value":"","description":"Return only products specified by a comma-separated list of product IDs. ","disabled":true},{"key":"limit","value":"","description":"Return up to this many results per page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Filter results by product title. ","disabled":true},{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"handle","value":"","description":"Filter results by product handle. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by product collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true}]},"description":"Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}]},{\"id\":921728736,\"title\":\"IPod Touch 8GB\",\"images\":[]}]}"},{"id":"3d0938d0-3b42-47ba-ae29-64a6ede5a166","name":"Retrieve all products with prices in selected presentment currencies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products.json"],"query":[{"key":"ids","value":"","description":"Return only products specified by a comma-separated list of product IDs. ","disabled":true},{"key":"limit","value":"","description":"Return up to this many results per page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Filter results by product title. ","disabled":true},{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"handle","value":"","description":"Filter results by product handle. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by product collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true}]},"description":"Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}},{\"id\":921728736,\"title\":\"IPod Touch 8GB\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-touch\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2008-09-25T20:00:00-04:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/921728736\",\"variants\":[{\"id\":447654529,\"product_id\":921728736,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2009BLACK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"shipwire-app\",\"inventory_management\":\"shipwire-app\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":447654529,\"inventory_quantity\":13,\"old_inventory_quantity\":13,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/447654529\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":891236591,\"product_id\":921728736,\"name\":\"Title\",\"position\":1,\"values\":[\"Black\"]}],\"images\":[],\"image\":null}]}"},{"id":"7348437b-f304-4989-9db3-9e96e242dac5","name":"Retrieve all products that belong to a certain collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products.json"],"query":[{"key":"ids","value":"","description":"Return only products specified by a comma-separated list of product IDs. ","disabled":true},{"key":"limit","value":"","description":"Return up to this many results per page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Filter results by product title. ","disabled":true},{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"handle","value":"","description":"Filter results by product handle. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by product collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true}]},"description":"Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}]}"},{"id":"939725c1-d089-4705-8794-deaec9884285","name":"Retrieve all products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products.json"],"query":[{"key":"ids","value":"","description":"Return only products specified by a comma-separated list of product IDs. ","disabled":true},{"key":"limit","value":"","description":"Return up to this many results per page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Filter results by product title. ","disabled":true},{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"handle","value":"","description":"Filter results by product handle. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by product collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true}]},"description":"Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}},{\"id\":921728736,\"title\":\"IPod Touch 8GB\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-touch\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2008-09-25T20:00:00-04:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/921728736\",\"variants\":[{\"id\":447654529,\"product_id\":921728736,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2009BLACK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"shipwire-app\",\"inventory_management\":\"shipwire-app\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":447654529,\"inventory_quantity\":13,\"old_inventory_quantity\":13,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/447654529\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":891236591,\"product_id\":921728736,\"name\":\"Title\",\"position\":1,\"values\":[\"Black\"]}],\"images\":[],\"image\":null}]}"},{"id":"ca3f8207-88bb-4896-85ff-bb5f9cc82d76","name":"Retrieve all products after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products.json"],"query":[{"key":"ids","value":"","description":"Return only products specified by a comma-separated list of product IDs. ","disabled":true},{"key":"limit","value":"","description":"Return up to this many results per page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Filter results by product title. ","disabled":true},{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"handle","value":"","description":"Filter results by product handle. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by product collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true}]},"description":"Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":921728736,\"title\":\"IPod Touch 8GB\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-touch\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2008-09-25T20:00:00-04:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/921728736\",\"variants\":[{\"id\":447654529,\"product_id\":921728736,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2009BLACK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"shipwire-app\",\"inventory_management\":\"shipwire-app\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":447654529,\"inventory_quantity\":13,\"old_inventory_quantity\":13,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/447654529\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":891236591,\"product_id\":921728736,\"name\":\"Title\",\"position\":1,\"values\":[\"Black\"]}],\"images\":[],\"image\":null}]}"},{"id":"d22903a0-b868-40c4-a24f-0605ebeaaf13","name":"Retrieve a list of specific products.","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products.json"],"query":[{"key":"ids","value":"","description":"Return only products specified by a comma-separated list of product IDs. ","disabled":true},{"key":"limit","value":"","description":"Return up to this many results per page.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Filter results by product title. ","disabled":true},{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"handle","value":"","description":"Filter results by product handle. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by product collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true},{"key":"presentment_currencies","value":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of [ISO 4217][1] currency codes. \n\n[1]: https://en.wikipedia.org/wiki/ISO_4217\n","disabled":true}]},"description":"Retrieves a list of products. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"products\":[{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}},{\"id\":921728736,\"title\":\"IPod Touch 8GB\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-touch\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2008-09-25T20:00:00-04:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/921728736\",\"variants\":[{\"id\":447654529,\"product_id\":921728736,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2009BLACK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"shipwire-app\",\"inventory_management\":\"shipwire-app\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":447654529,\"inventory_quantity\":13,\"old_inventory_quantity\":13,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/447654529\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":891236591,\"product_id\":921728736,\"name\":\"Title\",\"position\":1,\"values\":[\"Black\"]}],\"images\":[],\"image\":null}]}"}],"_postman_id":"1d85b782-1afc-4811-a694-c9255a5571ed"},{"name":"Retrieves a count of products","id":"fa26a867-75f4-45b2-93f6-4f9dfd2840aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/count.json","description":"<p>Retrieves a count of products.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Filter results by product vendor. </p>\n","type":"text/plain"},"key":"vendor","value":""},{"disabled":true,"description":{"content":"<p>Filter results by product type. </p>\n","type":"text/plain"},"key":"product_type","value":""},{"disabled":true,"description":{"content":"<p>Filter results by collection ID. </p>\n","type":"text/plain"},"key":"collection_id","value":""},{"disabled":true,"description":{"content":"<p>Show products created after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show products created before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show products published after date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show products published before date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Return products by their published status(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""}],"variable":[]}},"response":[{"id":"3fd7641f-51af-46b8-8513-e3de15fcf545","name":"Retrieve a count of all products of a given collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","count.json"],"query":[{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true}]},"description":"Retrieves a count of products."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"d1c75d21-4b9f-420b-9768-e33ceaccb2ce","name":"Retrieve a count of all products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","count.json"],"query":[{"key":"vendor","value":"","description":"Filter results by product vendor. ","disabled":true},{"key":"product_type","value":"","description":"Filter results by product type. ","disabled":true},{"key":"collection_id","value":"","description":"Filter results by collection ID. ","disabled":true},{"key":"created_at_min","value":"","description":"Show products created after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"created_at_max","value":"","description":"Show products created before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_min","value":"","description":"Show products last updated after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show products last updated before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show products published after date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show products published before date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Return products by their published status(default: any) ","disabled":true}]},"description":"Retrieves a count of products."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"}],"_postman_id":"fa26a867-75f4-45b2-93f6-4f9dfd2840aa"},{"name":"Retrieves a single product","id":"29673fcd-0570-47f1-9041-0b9c62c26279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Retrieves a single product.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"38919448-7035-40de-90f1-91c18843575e","name":"Retrieve only particular fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single product."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}]}}"},{"id":"eec19be8-0713-4220-8398-a85671aa6d72","name":"Retrieve a single product by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","products","{{product_id}}.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves a single product."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"}],"_postman_id":"29673fcd-0570-47f1-9041-0b9c62c26279"},{"name":"Creates a new product","id":"28149e65-4948-4740-9f9f-1d3387793e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br /> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href=\"/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page\">SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href=\"/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page\">SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br />","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3c20839d-75ac-4ef1-91c2-b511fbb31034","name":"Create a new product with multiple product variants and multiple options","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"variants\": [\n      {\n        \"option1\": \"Blue\",\n        \"option2\": \"155\"\n      },\n      {\n        \"option1\": \"Black\",\n        \"option2\": \"159\"\n      }\n    ],\n    \"options\": [\n      {\n        \"name\": \"Color\",\n        \"values\": [\n          \"Blue\",\n          \"Black\"\n        ]\n      },\n      {\n        \"name\": \"Size\",\n        \"values\": [\n          \"155\",\n          \"159\"\n        ]\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559585,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:36-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:36-05:00\",\"published_at\":\"2020-01-14T10:33:36-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559585\",\"variants\":[{\"id\":1070325032,\"product_id\":1071559585,\"title\":\"Blue \\/ 155\",\"price\":\"0.00\",\"sku\":\"\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Blue\",\"option2\":\"155\",\"option3\":null,\"created_at\":\"2020-01-14T10:33:36-05:00\",\"updated_at\":\"2020-01-14T10:33:36-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325034,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325032\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]},{\"id\":1070325033,\"product_id\":1071559585,\"title\":\"Black \\/ 159\",\"price\":\"0.00\",\"sku\":\"\",\"position\":2,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Black\",\"option2\":\"159\",\"option3\":null,\"created_at\":\"2020-01-14T10:33:36-05:00\",\"updated_at\":\"2020-01-14T10:33:36-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325035,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325033\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828622,\"product_id\":1071559585,\"name\":\"Color\",\"position\":1,\"values\":[\"Blue\",\"Black\"]},{\"id\":1022828623,\"product_id\":1071559585,\"name\":\"Size\",\"position\":2,\"values\":[\"155\",\"159\"]}],\"images\":[],\"image\":null}}"},{"id":"46f98840-350a-400c-bdc9-7f496d3e5604","name":"Create a new product with multiple product variants","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"variants\": [\n      {\n        \"option1\": \"First\",\n        \"price\": \"10.00\",\n        \"sku\": \"123\"\n      },\n      {\n        \"option1\": \"Second\",\n        \"price\": \"20.00\",\n        \"sku\": \"123\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559584,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:35-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:35-05:00\",\"published_at\":\"2020-01-14T10:33:35-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559584\",\"variants\":[{\"id\":1070325030,\"product_id\":1071559584,\"title\":\"First\",\"price\":\"10.00\",\"sku\":\"123\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"First\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:35-05:00\",\"updated_at\":\"2020-01-14T10:33:35-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325032,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325030\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"10.00\"},\"compare_at_price\":null}]},{\"id\":1070325031,\"product_id\":1071559584,\"title\":\"Second\",\"price\":\"20.00\",\"sku\":\"123\",\"position\":2,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Second\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:35-05:00\",\"updated_at\":\"2020-01-14T10:33:35-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325033,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325031\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"20.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828621,\"product_id\":1071559584,\"name\":\"Title\",\"position\":1,\"values\":[\"First\",\"Second\"]}],\"images\":[],\"image\":null}}"},{"id":"5a64f7bf-2a07-4418-94bb-af1332d42812","name":"Create a new product with the default variant and base64 encoded image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"images\": [\n      {\n        \"attachment\": \"R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\\n\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559586,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:37-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:37-05:00\",\"published_at\":\"2020-01-14T10:33:37-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559586\",\"variants\":[{\"id\":1070325034,\"product_id\":1071559586,\"title\":\"Default Title\",\"price\":\"0.00\",\"sku\":\"\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Default Title\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:37-05:00\",\"updated_at\":\"2020-01-14T10:33:37-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325036,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325034\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828624,\"product_id\":1071559586,\"name\":\"Title\",\"position\":1,\"values\":[\"Default Title\"]}],\"images\":[{\"id\":1001473902,\"product_id\":1071559586,\"position\":1,\"created_at\":\"2020-01-14T10:33:37-05:00\",\"updated_at\":\"2020-01-14T10:33:37-05:00\",\"alt\":null,\"width\":1,\"height\":1,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/df3e567d6f16d040326c7a0ea29a4f41.gif?v=1579016017\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473902\"}],\"image\":{\"id\":1001473902,\"product_id\":1071559586,\"position\":1,\"created_at\":\"2020-01-14T10:33:37-05:00\",\"updated_at\":\"2020-01-14T10:33:37-05:00\",\"alt\":null,\"width\":1,\"height\":1,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/df3e567d6f16d040326c7a0ea29a4f41.gif?v=1579016017\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473902\"}}}"},{"id":"6fde7249-f475-4eca-936a-ba65f590c438","name":"Create a product with a metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559588,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:41-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:41-05:00\",\"published_at\":\"2020-01-14T10:33:41-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559588\",\"variants\":[{\"id\":1070325036,\"product_id\":1071559588,\"title\":\"Default Title\",\"price\":\"0.00\",\"sku\":\"\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Default Title\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:41-05:00\",\"updated_at\":\"2020-01-14T10:33:41-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325038,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325036\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828626,\"product_id\":1071559588,\"name\":\"Title\",\"position\":1,\"values\":[\"Default Title\"]}],\"images\":[],\"image\":null}}"},{"id":"7f12cb54-abe8-4fd8-be97-4cc8eaacee45","name":"Create a new product with the default product variant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"tags\": [\n      \"Barnes & Noble\",\n      \"John's Fav\",\n      \"\\\"Big Air\\\"\"\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559582,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:32-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:32-05:00\",\"published_at\":\"2020-01-14T10:33:32-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\\\"Big Air\\\", Barnes \\u0026 Noble, John's Fav\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559582\",\"variants\":[{\"id\":1070325028,\"product_id\":1071559582,\"title\":\"Default Title\",\"price\":\"0.00\",\"sku\":\"\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Default Title\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:32-05:00\",\"updated_at\":\"2020-01-14T10:33:32-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325030,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325028\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828619,\"product_id\":1071559582,\"name\":\"Title\",\"position\":1,\"values\":[\"Default Title\"]}],\"images\":[],\"image\":null}}"},{"id":"9858504d-381b-4f80-bc93-53933a2e3827","name":"Create a new product with the default variant and a product image that will be downloaded by Shopify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"images\": [\n      {\n        \"src\": \"http:\\/\\/example.com\\/rails_logo.gif\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559587,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:39-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:39-05:00\",\"published_at\":\"2020-01-14T10:33:39-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559587\",\"variants\":[{\"id\":1070325035,\"product_id\":1071559587,\"title\":\"Default Title\",\"price\":\"0.00\",\"sku\":\"\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Default Title\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:39-05:00\",\"updated_at\":\"2020-01-14T10:33:39-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325037,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325035\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828625,\"product_id\":1071559587,\"name\":\"Title\",\"position\":1,\"values\":[\"Default Title\"]}],\"images\":[{\"id\":1001473903,\"product_id\":1071559587,\"position\":1,\"created_at\":\"2020-01-14T10:33:39-05:00\",\"updated_at\":\"2020-01-14T10:33:39-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo20200114-23200-1hbqbht.gif?v=1579016019\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473903\"}],\"image\":{\"id\":1001473903,\"product_id\":1071559587,\"position\":1,\"created_at\":\"2020-01-14T10:33:39-05:00\",\"updated_at\":\"2020-01-14T10:33:39-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo20200114-23200-1hbqbht.gif?v=1579016019\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473903\"}}}"},{"id":"b21f8015-42d3-487b-8b13-a32008f657cd","name":"Creating a product without a title will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"body_html\": \"A mystery!\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"title\":[\"can't be blank\"]}}"},{"id":"e3991742-83fe-4a5f-8c71-6cc2da0b8a1c","name":"Create a new unpublished product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"title\": \"Burton Custom Freestyle 151\",\n    \"body_html\": \"<strong>Good snowboard!<\\/strong>\",\n    \"vendor\": \"Burton\",\n    \"product_type\": \"Snowboard\",\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json","description":"<p>Creates a new product.</p><br/> <p>If you want to set the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page title SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul><br/>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":1071559583,\"title\":\"Burton Custom Freestyle 151\",\"body_html\":\"\\u003cstrong\\u003eGood snowboard!\\u003c\\/strong\\u003e\",\"vendor\":\"Burton\",\"product_type\":\"Snowboard\",\"created_at\":\"2020-01-14T10:33:34-05:00\",\"handle\":\"burton-custom-freestyle-151\",\"updated_at\":\"2020-01-14T10:33:34-05:00\",\"published_at\":null,\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/1071559583\",\"variants\":[{\"id\":1070325029,\"product_id\":1071559583,\"title\":\"Default Title\",\"price\":\"0.00\",\"sku\":\"\",\"position\":1,\"inventory_policy\":\"deny\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":null,\"option1\":\"Default Title\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:33:34-05:00\",\"updated_at\":\"2020-01-14T10:33:34-05:00\",\"taxable\":true,\"barcode\":null,\"grams\":0,\"image_id\":null,\"weight\":0.0,\"weight_unit\":\"lb\",\"inventory_item_id\":1070325031,\"inventory_quantity\":0,\"old_inventory_quantity\":0,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/1070325029\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"0.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":1022828620,\"product_id\":1071559583,\"name\":\"Title\",\"position\":1,\"values\":[\"Default Title\"]}],\"images\":[],\"image\":null}}"}],"_postman_id":"28149e65-4948-4740-9f9f-1d3387793e59"},{"name":"Updates a product","id":"76e36dae-94b8-43ac-81fc-eec5fd04600c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br /> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href=\"/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page\">SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href=\"/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page\">SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"1b5ac719-07fa-4fa2-95a9-182889e68db3","name":"Add a metafield to an existing product","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"metafields\": [\n      {\n        \"key\": \"new\",\n        \"value\": \"newvalue\",\n        \"value_type\": \"string\",\n        \"namespace\": \"global\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:54-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:54-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016034\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:54-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016034\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:54-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016034\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"1ea2c17e-a43b-45dd-b9e3-8eef68ba1ba9","name":"Update a product by adding a new product image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"images\": [\n      {\n        \"id\": 850703190\n      },\n      {\n        \"id\": 562641783\n      },\n      {\n        \"src\": \"http:\\/\\/example.com\\/rails_logo.gif\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:46-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:46-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016026\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:46-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016026\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"},{\"id\":1001473904,\"product_id\":632910392,\"position\":3,\"created_at\":\"2020-01-14T10:33:46-05:00\",\"updated_at\":\"2020-01-14T10:33:46-05:00\",\"alt\":null,\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/rails_logo20200114-23200-1u0lpbj-2.gif?v=1579016026\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/1001473904\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:46-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016026\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"1fadf246-5d97-496d-8490-c533e5982c14","name":"Update a product by reordering product image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"images\": [\n      {\n        \"id\": 850703190,\n        \"position\": 2\n      },\n      {\n        \"id\": 562641783,\n        \"position\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:47-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":562641783,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:47-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016027\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"},{\"id\":850703190,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:47-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016027\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}],\"image\":{\"id\":562641783,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:47-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016027\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}}}"},{"id":"4e31e2ee-bc2d-44ac-9e22-12cb8c0ccea6","name":"Update a product's title","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"title\": \"New product title\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"New product title\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:42-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:42-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016022\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:42-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016022\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:42-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016022\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"5bae6872-d374-42fa-b61e-0e194b23955b","name":"Update a product by clearing product images","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"images\": [\n\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:44-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:44-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[],\"image\":null}}"},{"id":"7bed2d53-0080-42a7-b7d4-af5674ad061f","name":"Hide a published product by changing the published attribute to false","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:53-05:00\",\"published_at\":null,\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:53-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016033\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:53-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016033\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:53-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016033\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"7d644463-f36d-46d6-8b34-76afbe6145e3","name":"Update a product's SEO title and description","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"metafields_global_title_tag\": \"Brand new title\",\n    \"metafields_global_description_tag\": \"Brand new description\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:51-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016031\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:51-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016031\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:51-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016031\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"87051e40-591d-493c-be0c-41f17d3664a6","name":"Update a product and one of its variants","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"title\": \"Updated Product Title\",\n    \"variants\": [\n      {\n        \"id\": 808950810,\n        \"price\": \"2000.00\",\n        \"sku\": \"Updating the Product SKU\"\n      },\n      {\n        \"id\": 49148385\n      },\n      {\n        \"id\": 39072856\n      },\n      {\n        \"id\": 457924702\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"Updated Product Title\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:50-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"2000.00\",\"sku\":\"Updating the Product SKU\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:50-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"2000.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:50-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016030\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:50-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016030\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:50-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016030\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"9b9e4828-440c-4c6a-8982-d78f09f80d24","name":"Update a product by reordering the product variants","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"variants\": [\n      {\n        \"id\": 457924702\n      },\n      {\n        \"id\": 39072856\n      },\n      {\n        \"id\": 49148385\n      },\n      {\n        \"id\": 808950810\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:49-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:49-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:49-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:49-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:49-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Black\",\"Green\",\"Red\",\"Pink\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:48-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016028\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:49-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016029\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:48-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016028\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"c663fde5-d1d9-4d33-af97-900feb437f20","name":"Show a hidden product by changing the published attribute to true","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"published\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:52-05:00\",\"published_at\":\"2020-01-14T10:33:52-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:52-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016032\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:52-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016032\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:52-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016032\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"},{"id":"d785a381-6838-4347-94c9-4a49b7ddcb62","name":"Update a product's tags","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"id\": 632910392,\n    \"tags\": \"Barnes & Noble, John's Fav\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Updates a product and its variants and images.</p><br/> <p>If you want to update the product's SEO information, then you can use the following properties:</p> <ul> <li>metafields_global_title_tag: The name of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='title'&gt;</code> tag.</li> <li>metafields_global_description_tag: A description of the product used for <a href='/manual/promoting-marketing/seo/adding-keywords#edit-the-title-and-meta-description-for-a-page' title='Page SEO information'>SEO purposes</a>. Generally added to the <code>&lt;meta name='description'&gt;</code> tag.</li> </ul>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product\":{\"id\":632910392,\"title\":\"IPod Nano - 8GB\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"vendor\":\"Apple\",\"product_type\":\"Cult Products\",\"created_at\":\"2020-01-14T10:26:56-05:00\",\"handle\":\"ipod-nano\",\"updated_at\":\"2020-01-14T10:33:43-05:00\",\"published_at\":\"2007-12-31T19:00:00-05:00\",\"template_suffix\":null,\"published_scope\":\"web\",\"tags\":\"Barnes \\u0026 Noble, John's Fav\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Product\\/632910392\",\"variants\":[{\"id\":808950810,\"product_id\":632910392,\"title\":\"Pink\",\"price\":\"199.00\",\"sku\":\"IPOD2008PINK\",\"position\":1,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Pink\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_pink\",\"grams\":567,\"image_id\":562641783,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":808950810,\"inventory_quantity\":10,\"old_inventory_quantity\":10,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/808950810\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":49148385,\"product_id\":632910392,\"title\":\"Red\",\"price\":\"199.00\",\"sku\":\"IPOD2008RED\",\"position\":2,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Red\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_red\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":49148385,\"inventory_quantity\":20,\"old_inventory_quantity\":20,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/49148385\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":39072856,\"product_id\":632910392,\"title\":\"Green\",\"price\":\"199.00\",\"sku\":\"IPOD2008GREEN\",\"position\":3,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Green\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_green\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":39072856,\"inventory_quantity\":30,\"old_inventory_quantity\":30,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/39072856\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]},{\"id\":457924702,\"product_id\":632910392,\"title\":\"Black\",\"price\":\"199.00\",\"sku\":\"IPOD2008BLACK\",\"position\":4,\"inventory_policy\":\"continue\",\"compare_at_price\":null,\"fulfillment_service\":\"manual\",\"inventory_management\":\"shopify\",\"option1\":\"Black\",\"option2\":null,\"option3\":null,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:26:56-05:00\",\"taxable\":true,\"barcode\":\"1234_black\",\"grams\":567,\"image_id\":null,\"weight\":1.25,\"weight_unit\":\"lb\",\"inventory_item_id\":457924702,\"inventory_quantity\":40,\"old_inventory_quantity\":40,\"requires_shipping\":true,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductVariant\\/457924702\",\"presentment_prices\":[{\"price\":{\"currency_code\":\"USD\",\"amount\":\"199.00\"},\"compare_at_price\":null}]}],\"options\":[{\"id\":594680422,\"product_id\":632910392,\"name\":\"Color\",\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}],\"images\":[{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:43-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016023\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"},{\"id\":562641783,\"product_id\":632910392,\"position\":2,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:43-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016023\",\"variant_ids\":[808950810],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/562641783\"}],\"image\":{\"id\":850703190,\"product_id\":632910392,\"position\":1,\"created_at\":\"2020-01-14T10:26:56-05:00\",\"updated_at\":\"2020-01-14T10:33:43-05:00\",\"alt\":null,\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016023\",\"variant_ids\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/ProductImage\\/850703190\"}}}"}],"_postman_id":"76e36dae-94b8-43ac-81fc-eec5fd04600c"},{"name":"Deletes a product","id":"fe981b25-b590-4386-8fbb-fd3d9a1cad73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"<p>Deletes a product.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","products","{{product_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"70fcc4b4-0d86-4ca3-b104-7b241c96ea45","name":"Delete a product along with all its variants and images","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products/{{product_id}}.json","description":"Deletes a product."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fe981b25-b590-4386-8fbb-fd3d9a1cad73"}],"id":"3e380714-9c06-41da-9d32-f0356114337f","description":"<p>The Product resource lets you update and create products in a merchant's store. You can use <a href=\"https://help.shopify.com/api/reference/products/product-variant\">product variants</a> with the Product resource to create or update different versions of the same product. You can also add or update <a href=\"https://help.shopify.com/api/reference/products/product-image\">product images</a>.</p> <p>You can add products to collections with the <a href=\"https://help.shopify.com/api/reference/customcollection\">CustomCollection</a> resource and the <a href=\"https://help.shopify.com/api/reference/smartcollection\">SmartCollection</a> resource.</p>","_postman_id":"3e380714-9c06-41da-9d32-f0356114337f"},{"name":"SmartCollection","item":[{"name":"Retrieves a list of smart collections","id":"5b839167-5778-4a5e-af33-501a84875e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"<p>Retrieves a list of smart collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The number of results to show.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Show only the smart collections specified by a comma-separated list of IDs. </p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections with the specified title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections that includes the specified product. </p>\n","type":"text/plain"},"key":"product_id","value":""},{"disabled":true,"description":{"content":"<p>Filter results by smart collection handle. </p>\n","type":"text/plain"},"key":"handle","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Filter results based on the published status of smart collections.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"31fdd625-5aed-4f4d-8e4a-fc0042769092","name":"Retrieve a list of all smart collections for a certain product_id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only the smart collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show smart collections with the specified title. ","disabled":true},{"key":"product_id","value":"","description":"Show smart collections that includes the specified product. ","disabled":true},{"key":"handle","value":"","description":"Filter results by smart collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Filter results based on the published status of smart collections.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of smart collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collections\":[{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}]}"},{"id":"3de9df80-06e7-40aa-8dc4-e6dfdb44e308","name":"Retrieve a list of specific smart collections","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only the smart collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show smart collections with the specified title. ","disabled":true},{"key":"product_id","value":"","description":"Show smart collections that includes the specified product. ","disabled":true},{"key":"handle","value":"","description":"Filter results by smart collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Filter results based on the published status of smart collections.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of smart collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collections\":[{\"id\":1063001337,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:36:08-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:36:08-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"vendor\",\"relation\":\"equals\",\"condition\":\"Apple\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001337\"},{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}]}"},{"id":"4b593dd3-140b-4712-b946-22d8f62796bb","name":"Retrieve a list of all smart collections","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only the smart collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show smart collections with the specified title. ","disabled":true},{"key":"product_id","value":"","description":"Show smart collections that includes the specified product. ","disabled":true},{"key":"handle","value":"","description":"Filter results by smart collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Filter results based on the published status of smart collections.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of smart collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collections\":[{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}]}"},{"id":"ce10659d-e927-4a1a-a767-1d6f00869007","name":"Retrieve a list all smart collections after a specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections.json"],"query":[{"key":"limit","value":"","description":"The number of results to show.(default: 50)(maximum: 250) ","disabled":true},{"key":"ids","value":"","description":"Show only the smart collections specified by a comma-separated list of IDs. ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"title","value":"","description":"Show smart collections with the specified title. ","disabled":true},{"key":"product_id","value":"","description":"Show smart collections that includes the specified product. ","disabled":true},{"key":"handle","value":"","description":"Filter results by smart collection handle. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Filter results based on the published status of smart collections.(default: any) ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of smart collections. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collections\":[{\"id\":1063001336,\"handle\":\"ipods-1\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:36:06-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:36:06-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"title\",\"relation\":\"starts_with\",\"condition\":\"iPod\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001336\"}]}"}],"_postman_id":"5b839167-5778-4a5e-af33-501a84875e65"},{"name":"Retrieves a count of smart collections","id":"0828648c-9446-41d7-a7aa-52163c20c278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/count.json","description":"<p>Retrieves a count of smart collections</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show smart collections with the specified title. </p>\n","type":"text/plain"},"key":"title","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections that include the specified product. </p>\n","type":"text/plain"},"key":"product_id","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) </p>\n","type":"text/plain"},"key":"published_at_max","value":""},{"disabled":true,"description":{"content":"<p>Filter results based on the published status of smart collections.(default: any) </p>\n","type":"text/plain"},"key":"published_status","value":""}],"variable":[]}},"response":[{"id":"202a6465-b10e-48ee-9d57-49011e8a5999","name":"Retrieve a count of all smart collections for a certain product_id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections","count.json"],"query":[{"key":"title","value":"","description":"Show smart collections with the specified title. ","disabled":true},{"key":"product_id","value":"","description":"Show smart collections that include the specified product. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Filter results based on the published status of smart collections.(default: any) ","disabled":true}]},"description":"Retrieves a count of smart collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"},{"id":"f4116450-0f97-40c8-bfa8-7475f180ecd7","name":"Retrieve a count of all smart collections","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections","count.json"],"query":[{"key":"title","value":"","description":"Show smart collections with the specified title. ","disabled":true},{"key":"product_id","value":"","description":"Show smart collections that include the specified product. ","disabled":true},{"key":"updated_at_min","value":"","description":"Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"updated_at_max","value":"","description":"Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_min","value":"","description":"Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_at_max","value":"","description":"Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00) ","disabled":true},{"key":"published_status","value":"","description":"Filter results based on the published status of smart collections.(default: any) ","disabled":true}]},"description":"Retrieves a count of smart collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"0828648c-9446-41d7-a7aa-52163c20c278"},{"name":"Retrieves a single smart collection","id":"4fdef299-89e9-45cf-a219-3ca78446399d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"<p>Retrieves a single smart collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"69cf58f8-f182-4e2f-8e7f-4d59148be44f","name":"Retrieve a specific collection by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2008-02-01T19:00:00-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"products_count\":2,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"}],"_postman_id":"4fdef299-89e9-45cf-a219-3ca78446399d"},{"name":"Creates a smart collection","id":"12a5ecfd-cea2-4b08-b028-815d8e32e165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"<p>Creates a new smart collection using the specified rules.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"1e0d808f-f413-4eca-92e9-e745e6afcffe","name":"Creating a smart collection without a title will return an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"body\": \"foobar\",\n    \"rules\": [\n      {\n        \"column\": \"vendor\",\n        \"relation\": \"equals\",\n        \"condition\": \"Apple\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"Creates a new smart collection using the specified rules."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"title\":[\"can't be blank\"]}}"},{"id":"563fa7b4-43ce-42ce-92dc-d782469c89ba","name":"Create a new smart collection with a base64 encoded image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"title\": \"Macbooks\",\n    \"rules\": [\n      {\n        \"column\": \"vendor\",\n        \"relation\": \"equals\",\n        \"condition\": \"Apple\"\n      }\n    ],\n    \"image\": {\n      \"attachment\": \"R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\\n\",\n      \"alt\": \"iPod\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"Creates a new smart collection using the specified rules."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":1063001341,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:36:14-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:36:14-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"vendor\",\"relation\":\"equals\",\"condition\":\"Apple\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001341\",\"image\":{\"created_at\":\"2020-01-14T10:36:14-05:00\",\"alt\":\"iPod\",\"width\":1,\"height\":1,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/df3e567d6f16d040326c7a0ea29a4f41.gif?v=1579016174\"}}}"},{"id":"79a753ce-18cb-41fc-9b11-a8150792610a","name":"Create a smart collection of all products starting with the specified term","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"title\": \"IPods\",\n    \"rules\": [\n      {\n        \"column\": \"title\",\n        \"relation\": \"starts_with\",\n        \"condition\": \"iPod\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"Creates a new smart collection using the specified rules."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":1063001338,\"handle\":\"ipods-1\",\"title\":\"IPods\",\"updated_at\":\"2020-01-14T10:36:12-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:36:12-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"title\",\"relation\":\"starts_with\",\"condition\":\"iPod\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001338\"}}"},{"id":"79dadf6f-71d5-4b06-9c65-898ceb7ce1d1","name":"Create a smart collection with a specified title","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"title\": \"Macbooks\",\n    \"rules\": [\n      {\n        \"column\": \"vendor\",\n        \"relation\": \"equals\",\n        \"condition\": \"Apple\"\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"Creates a new smart collection using the specified rules."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":1063001339,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:36:12-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:36:12-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"vendor\",\"relation\":\"equals\",\"condition\":\"Apple\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001339\"}}"},{"id":"9603c150-c135-4182-8d9c-0bafbdb2a96a","name":"Create a new smart collection with an image that will be downloaded by Shopify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"title\": \"Macbooks\",\n    \"rules\": [\n      {\n        \"column\": \"vendor\",\n        \"relation\": \"equals\",\n        \"condition\": \"Apple\"\n      }\n    ],\n    \"image\": {\n      \"src\": \"http:\\/\\/example.com\\/rails_logo.gif\",\n      \"alt\": \"Rails Logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"Creates a new smart collection using the specified rules."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":1063001342,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:36:15-05:00\",\"body_html\":null,\"published_at\":\"2020-01-14T10:36:15-05:00\",\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"vendor\",\"relation\":\"equals\",\"condition\":\"Apple\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001342\",\"image\":{\"created_at\":\"2020-01-14T10:36:15-05:00\",\"alt\":\"Rails Logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/rails_logo20200114-23200-1osk3td-6.gif?v=1579016175\"}}}"},{"id":"fe2cc72c-e618-4888-8801-2ef5bdae1007","name":"Create a new unpublished smart collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"title\": \"Macbooks\",\n    \"rules\": [\n      {\n        \"column\": \"vendor\",\n        \"relation\": \"equals\",\n        \"condition\": \"Apple\"\n      }\n    ],\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections.json","description":"Creates a new smart collection using the specified rules."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":1063001340,\"handle\":\"macbooks\",\"title\":\"Macbooks\",\"updated_at\":\"2020-01-14T10:36:13-05:00\",\"body_html\":null,\"published_at\":null,\"sort_order\":\"best-selling\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"vendor\",\"relation\":\"equals\",\"condition\":\"Apple\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/1063001340\"}}"}],"_postman_id":"12a5ecfd-cea2-4b08-b028-815d8e32e165"},{"name":"Updates an existing smart collection","id":"8bde731a-32c6-45c5-8697-f4d92d91bb91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"<p>Updates an existing smart collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"00f257cb-c463-44dc-8388-60854127cab1","name":"Update the description of a smart collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"id\": 482865238,\n    \"body_html\": \"<p>5000 songs in your pocket<\\/p>\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Updates an existing smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2020-01-14T10:36:16-05:00\",\"body_html\":\"\\u003cp\\u003e5000 songs in your pocket\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"49b8fbe4-11da-49bc-9bc3-e8a1034037e6","name":"Hide a published smart collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"id\": 482865238,\n    \"published\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Updates an existing smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2020-01-14T10:36:37-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":null,\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"4f9da7dd-a6bd-45c8-a878-4d106288a6ce","name":"Update a smart collection by setting a new collection image alternative text","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"id\": 482865238,\n    \"image\": {\n      \"alt\": \"Rails logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Updates an existing smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2020-01-14T10:36:20-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:36:19-05:00\",\"alt\":\"Rails logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/rails_logo20200114-23200-18tdjss.gif?v=1579016180\"}}}"},{"id":"8432496b-8e8e-4913-8b41-899dcf0e8ecc","name":"Update a smart collection by clearing the collection image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"id\": 482865238,\n    \"image\": \"\",\n    \"handle\": \"smart-ipods\",\n    \"title\": \"Smart iPods\",\n    \"updated_at\": \"2020-01-14T10:36:21-05:00\",\n    \"body_html\": \"<p>The best selling ipod ever<\\/p>\",\n    \"published_at\": \"2008-02-01T19:00:00-05:00\",\n    \"sort_order\": \"manual\",\n    \"template_suffix\": null,\n    \"disjunctive\": false,\n    \"rules\": [\n      {\n        \"column\": \"type\",\n        \"relation\": \"equals\",\n        \"condition\": \"Cult Products\"\n      }\n    ],\n    \"published_scope\": \"web\",\n    \"admin_graphql_api_id\": \"gid:\\/\\/shopify\\/Collection\\/482865238\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Updates an existing smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2020-01-14T10:36:24-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\"}}"},{"id":"ee679b4e-48f3-4092-8bf5-87f4b98b905b","name":"Publish a hidden collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"id\": 482865238,\n    \"published\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Updates an existing smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2020-01-14T10:36:17-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2020-01-14T10:36:17-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:35:09-05:00\",\"alt\":\"iPod Nano 8gb\",\"width\":123,\"height\":456,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016109\"}}}"},{"id":"fa6ac216-e0c1-447c-a1c4-15faf2f1ea1e","name":"Update a smart collection by setting a new collection image","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"smart_collection\": {\n    \"id\": 482865238,\n    \"image\": {\n      \"attachment\": \"R0lGODlhbgCMAPf\\/APbr48VySrxTO7IgKt2qmKQdJeK8lsFjROG5p\\/nz7Zg3\\nMNmnd7Q1MLNVS9GId71hSJMZIuzTu4UtKbeEeakhKMl8U8WYjfr18YQaIbAf\\nKKwhKdKzqpQtLebFortOOejKrOjZ1Mt7aMNpVbAqLLV7bsNqR+3WwMqEWenN\\nsZYxL\\/Ddy\\/Pm2e7ZxLlUQrIjNPXp3bU5MbhENbEtLtqhj5ZQTfHh0bMxL7Ip\\nNsNyUYkZIrZJPcqGdYIUHb5aPKkeJnoUHd2yiJkiLKYiKLRFOsyJXKVDO8up\\nosFaS+TBnK4kKti5sNaYg\\/z49aqYl5kqLrljUtORfMOlo\\/36+H4ZH8yDYq0f\\nKKFYTaU9MrY8MrZBNXwXHpgaIdGVYu\\/byLZNP9SaZLIyOuXCtHkpJst+Wpcm\\nLMyCa8BfP9GMb9KQdPDd1PPk1sd5VP79\\/L5dQZ0bI9+ymqssK9WcfIoXHdzG\\nxdWWfteib79lSr1YP86MYurQxKdcUKdMQr5ZSfPs6YEZH8uhl4oWIenMuurQ\\nttmejaqoqsqBVaAcJLlJN5kvMLlZRMNsSL5fRak0LbdQQMVvSPjw6cJnRpkf\\nKtmjhvfu5cJtT7IuOMVvWLY\\/M\\/37+o0YH9ibhtSYdObErc6HarM9NnYSGNGR\\navLi09unje3WyeO8rsVrT7tdRtK3uffu6NWeaL9pTJIjJrM4NPbx8cdyX7M7\\nPYYVHu7j4KgoNJAYIKtkV5o9MsOcldicis+RYNutfrhFOZ0hJbqinZ8bI8h5\\nUObFuOfItJsfJrJfUOfIqc+PXqQtK8RnSbA4Mcd3Tm0SGbpXQ8aqp7RLNs+s\\novHfzpVhV9iggMd1TLtbRKUdKXEQFsd4XrZRPLIgMZUeJ+jKvrAlK6AhJ65A\\nMpMpKuC3j5obIsRwS7hAN8l\\/YtvDvnYXHbAoLI47SIUsOMenorF4gO\\/m4+fH\\npo4vLZ8oKMukqp0cJbhVSMV2UuPR0bAfMLIrLrg\\/OcJwT8h+Vt+wn8eurLlh\\nQrIfKHQOHHQOHf\\/\\/\\/\\/\\/\\/\\/yH5BAEAAP8ALAAAAABuAIwAAAj\\/AP8JHDhQXjpz\\n\\/PopXNiPn0OHDRMmbKhQIsOJFS1SxAhxI8SHFzVeDBnx48iNBAeeOkcxokeX\\nFRdOnAlSokaaLXNujJkxo8iYHRkKtWkzZSsaOXkAWsoUECynsHgoqEW1qtVa\\nU7Mq2Mq1K9cUW8GKTUG2rNkUHNByWMuWLdWva7t1W7UKG4S7eO\\/ycEhQHgaK\\nsL4VGGyocGE3br5929KuxQFFkEtIlgypsuUDmDMfWGRmUZvPoEHfGU36jgDT\\nLQSoVt3IQ2sPsL0IUNZGlZ0H0lo00jEkCytWMspdGzBgn\\/F9EBIWnKIQlqHB\\nhA0bQpx48Z7UAkoEcMTdUeTJJSxf\\/4akOTNnzqHb3GkjrUdp0gKwq77jWdod\\nO7dNKWvhRUcWT6zYQI82xB03AAQNCdTKX\\/xAAB10hfVCnRtbVIhIAy14oJoZ\\nAXS4XXfdQaYIeOGJRx555Z1nRnrqqUeaMtIYY8dmn7Vg2yK57TYEgAzIQGBx\\nxyXHj0A0OOTggxFKSN1iWwTTAIYanpYdMtFE4+GVIHrn3XeUmVhZeWiIMoOY\\nnVQDGiTgKALJjIssIsADt0mjjI6+AXcDgQYi2M8\\/7ijEwzRIFmBIL9NVV+EW\\nVzyZ4Wqj9RBABchQWeWkV3aY5ZYjjgieeKL446mnjxwAiZVpliAjZqblt19\\/\\n\\/7HCwIAFGv+X3J4s9fMckoYhphiTQTwJ5Wqn9dDDAWuMUUEFviTrS6STVlmp\\npVmKqCkOn34aB6TIBAAOJeHZAYl6ptixSCL8edGbq8HFeqBDcygEyIOCGqYk\\nkxUW4euiq7knbA\\/gUDHGv\\/\\/ec2wFayQbaQWinOCslVhmSUq1\\/gCDLJXacgtJ\\nCYu4J66cjbAKoA3CxapnOgm9g+ughdK7xYX3Rinlvj2YYcYanVBBhTg2Axzw\\nG4\\/4k4bBzDZbKRUQP1LIsRSX6sgBZtwhzQP68ccbj7AWty4\\/5igEoaC9dK3r\\noVtgs4evvzKqb8wyQ0JFJzXXbDMVcQBQLTDGVmCssstKGs09oPT\\/jQcRoBw9\\nMamKgEOeeg\\/gqBtvdVZSDnHFIQgRD4RxXWhiYEOQKNn4zncHzDIzHc0ZpHdy\\nRicIQOypKDf7q3Pd96ABzSab+E1EIYIvS2o0ijA92gPZiCB1qwL+iJxL78Z7\\n2NeHQrAK2YrCZva+bcgcujFUQIEG6WigonoCdLT9tr9UbIIAMMCEkkYacvvT\\nxSgsBPKGJKBEAw4yjhx+hyn+PAJFfztyVdWOt5B3RehyimneFuwFvQxFyTSf\\n25f1zCAqSFACDXTQ3gwSoDoElI5tZyBAINqnuhJ+Kg9vOIOaVnSHT5ECHucK\\n0OMiBxJAPCdXmGseBLoBvei5rFEStB5m\\/yBhjFJUIw50oIMoLvCpFRAADduj\\nwxvUYMIqmvARCBiDeiwRBk+lQQTEq5qQ3CWdJSkGAlu4y9h66EBgAbF6QhSV\\nMUpQilKcQRNLwIenfpFEJebBioC0ohrQQJ8QhMIfSwhgj2YouYTYUEmGqhBe\\nFNBDH5otgmgLnRyLWMdq0GEGCMCHJjSBjzQE8pSChMLTCJBI4pXDBeuiiA1T\\nprK7PK+SUPphsIQ1wSEag5OUKIUlyiAmAowClci0YizKILUAFi+WDQEEJOmF\\nxlnMYnOVbOP0gkjBTdZRmDiwhCuywcRkmtOEpHjC1DzBABto4xqN5AcgdEXN\\nNO4Ql0+CB2xctv9LM2SSgpXhZB0t0QlT+iMUkzinQquFihD452P0gGdGAPGN\\nHKYxjbOAwBpxqU9+ApGXQgyoQDWRgASwoAMGMMAHDrnQhc5AkQPSU0NgYVF7\\nQmAWKcBnPvc5HwGcbUVxJCInEfACQXQACUhFQkqRwAIOttScv9ABO21wA8k1\\np5Z3mYXYdNqAjvLzbHDUpFCNIQoUdGAdHUhrUg2gVAOg4AXmvEAaOPEGaCCA\\nAASQxBtIYYIq5kEHAaKHVfsRGB3eNBPYxKdXGVWGUnAzdOSxgyg+MIxhoDWt\\nal3rUlXABEBeYBQIiMMm0AAKPBBAE1A4nTjWEIAzvGEFqsvDEHqEjZj\\/wMKw\\n1rwlVxerGkv4AxVoAOkEmXGMOKDgA8i1LFrRioSjKrWtKRVEQlXHBBSKQhLQ\\nEG3tCHCLJaSWClD0zgHO8LBqDeIYNsDGTG4ryZtak4G7lZ6G2sBSfyCAaTK7\\nAzfgQIEzoOC\\/yKVsZS+bWeim1BsdqEG10oCANxDgDZwIRHa3O4hbaA91nlKB\\nKA7QBhHo0VPwCFBtAdNea86CZVztKk8FUN5PjQIHxKWABihQBkHY+L\\/HTa5l\\nMetcAxvAG94wQAQAkA1SIIAUBvUHdkVLgBkMwrvkPSEkVtSCJ\\/yCAJ5gZ20l\\nwgObziITGk3xTqUHhWoxYQVdAIYINMBmO0TA\\/8aCwHGOBbwOAvc4pXj2RieY\\nIY69ttgfpJBEHOLQ5ArTAQ2SaPAb4lAC33XsoaxYhUx4kFVrZoKSYlYxbOzg\\nPX8kAM1d6AILOuEDDQzBBCaIwJvhjOMAU7bOmE0qdMUhhFozQhVxiMWnuiAJ\\nQTfZyahFQydWGwA1cbiZAJL0Qiht6UzoVsxetUQaJhEKZzhDBdh+A5s9AQxU\\nq3rVN241ne0sa1rXWgjbqLUd3uqPUYhCFNDAxwzm3d3vjgF\\/vTvAHegUaYbw\\nwMSZyAR8oX0I2BwiC2eoQQ2srYJA6IDNb2ABqr39bVYDWMfkRgIVzs1xdEOD\\nCjhQ4nXlPe9BaOLQNf+rRjQc0eg2DM8TyvZTs3mY6Xwy4xI2YLMGdIAAhTvD\\nFWzuhKhZIHGKq9riF381rDtQho53\\/Bjpboc1OiEJktMbtaplrbHboCOYT9rS\\nOdhopocwgiRowOw6L0MNCKCBKjwA26IW9cRTXfE4i1vAlpUEHJze8XTXehvc\\n2AQ05k3vDHaiDGNYeaPNoAzGxbwf\\/86EHDCd4kbsyBMySII2NH92nevg4TbI\\nA7ZVEGqiF93ocLb7nIdhgGMIoROW4Dvft2GHOqQiDoM3+YWJnT8O7yYL3fgI\\nDwK+CrFX0lwBctUxtLH55qNd5xkYxMKvDffSn\\/7b4L47JYQgjnW0XvZOv0L\\/\\nKmz\\/BS5sIg5QvtkavDPlO\\/Am+FzOBCBqgU8veEJA9LCBDRjQznIw3\\/lJEIBs\\n5gqhUIALN3rWR3QTh31IFwcUkAiV1QEOCH4ddw8LkAqpUH5cgAtnIGzikHgs\\nxzSW1w3+Jgc0Bz32Rw8DoA3lQA8yIAP6xwoj4H\\/\\/B4BJYAOjoAZqYIDWRn0J\\nuIB1Z3fHQAGdgHeJQIEcxwwLQH5csIHEQARE4C9aRx49oAPw5ydyIHaANUPE\\nwXwtmH\\/6Vw5iKIb\\/F4DaoAGisAIroIM7WG0MR3pDd3qoJwjVQAEUAAdvEGAG\\nsHcUgITFgAtLmIFNiAtQeAInMAa+UGwiyAEW8QMc\\/\\/AkgKUNx7EPkLOCLOiC\\nNiADIzCDY0iDm2cHLxCKbNiGPueDcVh02McJ\\/GWHjfABxyUJdigEfUiB+pAL\\ndVAHX1B+uPCERHAChSAw8QAOHMaIE6EF3MAKkjiJxlGJljgC+UcPm7iJnch8\\nDJAHoRiKaqiDBRgK01d9LDB0QFiHdmiH1YACSDCE4ziLsscIdRCIGriLhfiL\\naxAPOKAKtbARPFAFQKKMywg5XuiC9ACN0TiNOwAAAHCNL5CN2siN3QiHcYhq\\nwCAD6WiHomAJEzmO4LcGueCOG4gLf2OIAjOPOHCPEEFT\\/KiMzKgNLigDABmN\\nnKgL02aQB3mNCkmKB+iNCv+IBjI2Y+O4ihcZi063DcywkReYi04Yj\\/ewBmuA\\nAyRYEbAAAVVwkv3oj9rwgizJks4okCMwCI+ACqgwCQaJkGq4hm3IjW8YakPn\\nCWxmhzz5kxfJd3iwkUx4lL0ojw\\/QlAnxlG4glQYCOStplS8YkJuoCwnwCIY5\\nCYgZljRJlqTYg9WnbTq3lm3plrGojrVWixuJgRpIDB95AgLTCCRYkjeVAXw5\\nlfqXiVa5ks64QSVlmF8JljO5mAtplj4IdJE5YzpHmenYcXCwAHKJi7rIi74Y\\nD7oQms1xU71QmpQ4AOVwmvoHmAH5ABcwna3pmompmAnJmDzIcGp5m2upmxMp\\ni+f\\/Zg9AIJeCeJSG+ACHAH8OwWyzoJyUCIOnCYOAKQP4wATTeQElVZio8AiI\\nCZtiSZbbuHAIUAXemZu5CZ4YyQ250KAXeJ6c2YsCYIUYwWyZUADK6QoEwAfO\\nOZ8yoANSwAT4SZ37eZjXGZtjOZshoAFQ8HAHOo6TCZ5CgAfluYS4OIhPGA8C\\n4AXBtxBP+WXvWZrZ4ClhYAkdmokzgAkhKqIjqp+GaaIyGaAL+XDOEAEueqC4\\nGaNuKQTWAAQ1OpceCQktcAgcYFuHJQc+wJfhADFpsAPhcJpewAZKKgVL2qTV\\n2ZUnKptqMApJ8ADVZqVYKpkKaodwEAflaYvAuYFE4HIe\\/8CIEWGhchCkJ7kE\\nJQQAHGoDZcYGckqnTGqnhWmiALqYS5AEdGCAVmqgBvqiMqagquANX3qe8cCo\\njpqX1iQHsAALaWogx5FkEBMO7URCmjqnTJqfJQql2LkClpAEwNCGahABapmq\\nqqqgjAAE3uCgTFgC6tEIZVoRzCYHckBpJ+kBJoQA+xcCqrOpdeqpT\\/qf2JkF\\nSQAPOdiGLoqq0QqeVOCqDUp+RMBh+7atDgELX+atPJCPKOkAJmQJ7fRH54oJ\\nc7qk+amfn+qfsAkAKqB5SeAFo7CGwBCo3smWlMkMQPaqyAAJi2AaKTBpECB5\\nUdFlKJk6qoMK\\/McHVsSwdFqnxP9aUv3JrgRghhcbCCswqp0XmdAamTtJmXHg\\nqjWaCmqCIwJwsg\\/RrSvLA6R5HDIAAyJAAJ3mKQQAAwxwC4Akp8Iqog9bna+5\\nA2V4g+kUgM\\/HZlUwtB2rparwYzWKB\\/nzAG3QtBVaq1HxA5+wl8cBA1iABTCg\\nCyGgsK7Af1lrReiariTKn6ggAmTIfDfIAJuntt7pth2bjnAABHKbC74ADi13\\nByfLrQG7sp\\/AA8dBD4EruIILAy0ABboAA66ATMHKqcMKsZ\\/aCNMouWrbu2vb\\nthw7kdUgt3VgP41WsinwEPzwb7NgqzzwA3xrCMYBuKu7ujBwvTBAAOYEtrbr\\nqQkwg5z\\/GLmVa7GWy7EJmo7ccGB4gAxp8i3SMLoNEXnOywOf8AmwsA\\/aUL3V\\ni726QELJtLi3W1ICWQ7SGLm+67tCi6UeSwGb8GOFkC1L+74uAbAq+7z1Sw0F\\nwACXcAmBy8H6O7sLxb22O52k4IwD2Yk0SL69a763KWOJgAQLACnFBgl267Qy\\nV8H0+wnUgAEb3MMbrL\\/a+1SaWrNMSgpYqZUEPIY1qMICyMJtCQSB4wv2czjw\\nC3mla8E6nAzcEA4+jAU\\/HLiJG8IAbMRW6ZLgq8S8e8BOPGM4cDtSDLqboQD4\\neMV8m8VXkAV47MMeDMJP9SmLiw82oAOpicThm8IHXL6BSgEn\\/4AHhbAsaRLH\\nMSG\\/e3vBjojHWRADeowFg9DHEMO9DmADDjAK1ZCaLknAhZzGaoyl3IALXHAC\\nMry0cjwR8juwz0sN1OBs3HDJlpwFl8DLvMrJnqKpUADKIUoKD1DGpVzAZ3vI\\nWKoIxNDKr0yysRy\\/dKzDP3BTChADunzJlxAOygDMJkQANlAGmMCk+CDI0KiV\\nBYzGh9zEOmcDRPCEjEwlI3IACtARkmzB1JBRs9AN3KDN2mzJZQDOJRQGNmAH\\nDSuiyhCYL2jGKIzKCMxmdwCFRMDIb9xo07y8V1y\\/14wXVxADIA3QWRDEBF0t\\nBi0CAOwKgDkCmmjGpzy+anwPvbjIJ\\/\\/gyBitvLNswRmVVewQ0iL9yyVt0PVA\\nAIsLBfVJytK4zuXQzknADIZoiIVABNEsx8vWvN\\/6vJRmU6vw0T4tsyWtOvxn\\nA+EABQCgpID8gqh5lQ6dxGR4yIrgi78o01MdyVY9sJ+QCd+ARlmVzT490F8N\\nMTEQ1gwQDiGwPh260i2dzJ3Yu8eAO\\/fw2BVwD408w7UAEv9mqyubQBe1Q\\/98\\nCCA9A38NMSLAf4JtAyFw2Gnd0Il9wmKotm0Q10o5j41svFQtc\\/M7CwmU1\\/ZU\\nC559CLrwC6FdLSFA2sR9pB5anw4dvlUZDyE5j\\/SINKBb2RRx2ZldHUxyFxwQ\\nA70d3NUCBa7\\/QtyljdrIvdZj6AFKGQ\\/oTY84YA8PnCb3ON11PQv0dN0QgA1X\\noAuH4Fvc7SkIwABcC97hfdiIvdrgSwnOrd72QAkGDsHSnRDD57wS0g4NcAVb\\ncN1bkAKHcAh+vd95cL3+DeABPp+pjcybeAnojQMobg8JTgmqQAlSrAjSHb8q\\nOwvT0QDocOMTQAJ6UARk4M+HANr77SnY6+Egrn\\/tdKTjHY2LkOIqruCq8OR2\\n8MYk6ScqSyiGQAI3fuNRsOVRMAEKcAjAHeT+cARD\\/t8g3k5HLuJHLQMMYA\\/r\\nreAsbhv48QCUYD8NDnmSR+MF0At\\/YARGoOXoEAW8QAscMARhHNwh\\/1DmHm7m\\nxZ3mxw2Y1rDicY4ft\\/EAlp4tlS3LkndD3ODnfp7lW14EW7AHYu4pg9C6Zc5\\/\\njE7a+4fkad3iTy7nlW4KtC4N9hAAU47nR1IAwtAMno4Of77labQHrVDqYWC9\\nis61qx7i83kIsU7plk7rppAI1G4K0UCSDp4JbgAdJNAMvv7pOL4YViAPpe4P\\n+pvsy87qrT6ftQHtiUPr1K4M+9EC9nDnlOYDg+EDf+Dt3\\/7n6EALi0EL+VDu\\nD4DsqI69ql7kjo4F7r4IpiAN8T7vjdAIdmDv74DvPsAN\\/O7tv14EiUECUQAC\\npV4G+ovsqf7hAH6a1jDr8E7tLaAbE+8FMv\\/\\/3n6S79MwBDuw7xzv6e2gGBMQ\\nBadQ6gSABQ5AAA4gAodg8kOe8GduCu8O8S7\\/8jHfH5\\/HDiWRDH6QA9hwK4PB\\nDfbyBLRAAtPxDbaw5X0g5mlwCXzsMwgABUdw8Aif7ocg7fEu9VP\\/eUPwCmDw\\nAzPxA+TgBxgQ+BBgMpUjKNQR6FEwB6WuDJdw6AAQuMnO9KQNI3UP8x0DQHoP\\nBmBABnuxEH4f+KAP+LitPNNRDFq+DCN\\/CSQt3Psb+fyXBZU\\/8ZevA5mv+Zqf\\nAz\\/AED+gBeQA+r4f+DkAAShTBKAu8kFOAOFQDQV97oqu6o0g8TFP+7Vv+5Ug\\nC9+q+1PQ+7\\/\\/+1n\\/DwFF4O\\/osAFiDgB4DNT+UPDWC\\/lljgV23zF5b\\/vwXwny\\njw3f+hE\\/kP1TsP36\\/wxNABBNeEVBp87fQYQJFS5k2NBOjGoEwvxKSOASFowZ\\nscDgyHFIo0ZehrwCU9JkyUopK8nKlIkHP379+P2YMoUcBpw5deZ8RohQE6Cn\\nGg4lOnRGDKRZsoS7pMPSA6YXNWLsKJLkSZOVwKhMGSTTrJf9ZNKcomXKTrQY\\nevr02cSIvKJxi6aJkaVuXaZMs1ziO5UqPawnuXK9AWEW2Jhja9pMuzMd27YW\\nLNga10fuZYUPkdZdqpTv575YbJQbkCHw1sEpb9wQMstwWLFkbfppjJPc\\/wTI\\nhHhJ5r0BBGbMRzfb7ez5MwwbpTMsx5pa9eob2CBM5yETpmzGtTE8hrybN29b\\nc1oBn6trc9K7nhmUy6BcOUrn0KHLcr0FQvWYMxdnb3w7t\\/fvwFMiFvKG0uw8\\n4kRLYjkGG0RtMPlWc+GGdyCwbwtYrOsHu7K0a+K\\/AEO04K0CF8InBvPOg2GE\\nKpZTrsHSUotwwgnnmW4LHGGBKbb9bMqhsSly082CW0QMkDLLSvQHFQFiOESX\\nLGzQpkUY22swA8Lko9EFLqfBEcdvMhRrwx610OLHtJ5Rc01ahHnCzTeFkXNO\\nOfWQkwQ6NNFzTz2X0GQJQAMVdJEYsBhBAyrbK\\/9tgBcbrCTCG7bkkstvvvwm\\nzPzI7JEcNLXDCYICQhXVkAIMMdWQd0x1Y9VdiuHGA1hjhfWQQzyg9dZDYmBg\\nyioSVfRKFwfYZ8ZIJ3XhGhe83OLSSwEZU78ea+pUO2wK8MFaUUMl9dReDOll\\n1VXbuYIZWWOl1dZDLpGhV3YZXLTR9vZhUMJijUX2mmveYRZcQDLlsCZOp21s\\nCx+uLTjbbE\\/11ttv3diFkSHKRReGcthtN1hgrdxH2Awk5fJefK+ZZ9lvVvXW\\n2cT+ZSwHgdHCpmCYDb4WYVNL7baXbsN9FdYYbKDA4otddBdYeffZx9iPjw35\\nmmlKNtnUfmXSNNqAW9b\\/6eWYY8YWYW0V7tYQhxWAwwege61y6OXkbdDoSUFe\\nWuR3wP3akKhjUtlHlqklG+YqsjaY620VNgQDMcQQouwrX3zR6KKFZfttyKtw\\n+utQnRUL2mjLYjnvtLDpu9e9\\/ZYZ8FK3maLwwn8OmlF3lWNc7df3gfzteaZZ\\n+NTKx5y6RxJ69\\/333mvBwHOLQ\\/fhiR2SV34HS47hmnAafJ9gh3AaDMcB7LE\\/\\nIoPY441dhOzDz94VN3DPNmoeM5drAyfK7lWH34baYetVCidBIT6C5UMhB4r2\\nn3FheSANRVGCwhBmObtlbgqXyYYNyuYFAMQFCtPwQf3spxAraGBRR+Af91wX\\n\\/zsPoCIuCCAV13yAMsWo7zIOaJHFSHEZHZABdWK4X0JoIAENLIeDCXFA2rgX\\nuwG8MC6kKGGoZuaDTEhtd\\/vBTBoyYLYqeAEzFpihGCagEBqIQQJVGMAOEdLD\\n2L0uHJdBAMIOhsTELHExwLnS\\/i6zAQlIQItWxKIccejGL\\/4wjPvw4kHSQApA\\nBhKQUDCiEWE2C93dTSEW2EMjaWABhbgnA3g8SAj4cElK+kMJWoyjBK6YECtw\\nUgKZ7N8ejdZHfzjgGgNY5SpnZsisJXFHikwICTLBskzUECFtxJ\\/FFKKETmrx\\nkwixQiclYAX+mfKUCpnBEZzpzHpkS2Yxm0ViMNcjhf+QABs5uKUuD9KoTOaP\\nQb80picxaExk8lCZfIxLNuBhrWnurZpjoiVCbAkBbnrTH2pbTjgZVAVyGnOY\\nBylmJ9P5xXWOUS6WEB3ZqgmTazLxMk40WntQub3lbIOc7OjkQP1RUI4e9CCl\\nfJ3jjCbEogDAE6KrAiKlVs+4gJF7GUDlDLLnUWCyg6Ps8GgxdyrSVK5zH\\/WI\\noARjZjFEQhSmRCEFg9SGSqIoQadT7alOJcAOoJJUmeFA6VBIETqk+ssPKizK\\nDorxwx9CdShSvapOqzpVoO7ApMocgAdcIb74HeSroEOqEn8w1mgVRR0KyEEw\\nKqoctTZEquzggFsVooepskP\\/DwqZAAfmakpGvc4HXSXF54CWVLthALASRYhB\\nFpmDd4QxsQxRQmNd61HITnWyCVHC9MTnCsY9U7dH4AM8spGQvVrsiRB4Fg\\/8\\ncFxsJmQDHvUHLQyhWsy01rXs2MFj2ZGC6862KKRgHGY6K9zlEPdyP8AJcteo\\n3ClsQCHq0AF0QdkN+HbjlxygL31hO13tMrW7lwkB0BiUoR3x4EfmrYlCNjAF\\nCRAoIWmwQexQqQcyxHe+9eXAfVOQAg7k16v7jQsAHGi2Bv0gUzyQQ05Ga+Cy\\n0MBEDsZgN8gQ4QnXt7oJ0QOGOZACDTeEu0aTCwC80EKhDcAHMDGHWATMsuMC\\nFsVl\\/9GnP0Jg0kw24MUv\\/qUTOGDlCj8WETfGsVx2vI+UzsATIFZUaTIRk3QY\\n+ZYlFq0Ce5QJHBXgdU+MRCSwEYlVBCHPQZhyn7vhhD9fWdAc2DKhKXxhRCc6\\n0Yi4LOPcl6hGVUFqc4gJLGaxufKO1s2VkrOj63znOkciCKMedZ+n7ARUp1rQ\\niLAyIlyNYURcONaInrWs9ci4JyJOaFYawDzP8Q+ZwAICLckbgd08i290eh9V\\nCIadQw3qO5Oa1H1GNRlSjeorO2HLruZ2rLudAm+Dm9Gxcx\\/GXmSIMbnjH5W2\\nzy2RbOzM+cENBRAWs0N9b3zXWdp8pra1r61tbXdb4N\\/2Nv8i5gzeIJd5Gjui\\nwT+AzQ9YVGrYnNO0Agm27GBkvNnNzje+921qf\\/+b1QEfuMDFPe5lk\\/lspUG3\\nWKbQCofLBBBuwNEs3C3aikcrB2TTeM81HgmOd3zf\\/PZ3yFPNaqSXfODF0EDK\\nE9e6liZmCvJwOLD7AQhU2efSbG6zm7VgiG1ofBc+\\/\\/nGgZ7vbYw67aVux4v\\/\\nfXSSK53by\\/HVrzIwDZTBBANUrzpMeAAIWASeB4P\\/AQ9+cHjEJx7xWgDE5nLQ\\neMdHXvKbg\\/zkMZ23H\\/1oFRjYPOc9v3nQ58Aw0xn9LACvO7HQAOZVf\\/jl0ii1\\nHcXe9bPX3euftaPL5R71tIf97nsy7\\/o0WlP2r4\\/JOU7B+r5nqva7jz1EdZ97\\n4qNe+bonfvCfVXvly1762beOOdLBd+Q7PCAAOw==\\n\",\n      \"alt\": \"Rails logo\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Updates an existing smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"smart_collection\":{\"id\":482865238,\"handle\":\"smart-ipods\",\"title\":\"Smart iPods\",\"updated_at\":\"2020-01-14T10:36:19-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"published_at\":\"2008-02-01T19:00:00-05:00\",\"sort_order\":\"manual\",\"template_suffix\":null,\"disjunctive\":false,\"rules\":[{\"column\":\"type\",\"relation\":\"equals\",\"condition\":\"Cult Products\"}],\"published_scope\":\"web\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Collection\\/482865238\",\"image\":{\"created_at\":\"2020-01-14T10:36:19-05:00\",\"alt\":\"Rails logo\",\"width\":110,\"height\":140,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/fd43f2c8883f6e9b680e3295fd990d2c.gif?v=1579016179\"}}}"}],"_postman_id":"8bde731a-32c6-45c5-8697-f4d92d91bb91"},{"name":"Updates the ordering type of products in a smart collection","id":"4befb911-41d9-4ed1-83c4-89f849eead37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}/order.json","description":"<p>Updates the ordering type of products in a smart collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}","order.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"718e45eb-627d-4a83-b14e-f6507d27505c","name":"Update the type of ordering applied to the smart collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}/order.json?sort_order=alpha-desc","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}","order.json"],"query":[{"key":"sort_order","value":"alpha-desc"}]},"description":"Updates the ordering type of products in a smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"739b0655-7bcd-42f4-8064-91e7fd2a8825","name":"Update manually-sorted products in the smart collection","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}/order.json?products[]=921728736&amp;products[]=632910392","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}","order.json"],"query":[{"key":"products[]","value":"921728736"},{"key":"amp;products[]","value":"632910392"}]},"description":"Updates the ordering type of products in a smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4befb911-41d9-4ed1-83c4-89f849eead37"},{"name":"Removes a smart collection","id":"17945c8b-3f79-485e-be55-17ba6fe56638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"<p>Removes a smart collection</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","smart_collections","{{smart_collection_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"01be7634-fe70-451c-8819-127320c82945","name":"Remove a smart collection","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/smart_collections/{{smart_collection_id}}.json","description":"Removes a smart collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"17945c8b-3f79-485e-be55-17ba6fe56638"}],"id":"50f36eca-7088-4bbe-8820-41daa609396a","description":"<p>A smart collection is a grouping of products defined by rules that are set by the merchant. Shopify automatically changes the contents of a smart collection based on the rules. Smart collections, like other types of collections, are used to break down the catalog of products into categories and make the shop easier to browse.</p> <p>By default, a store can have up to 5000 smart collections.</p> <p>The <a href=\"https://help.shopify.com/api/reference/products/collect\">Collect</a> resource is used to connect a product to a smart collection. However, these collects can't be added or removed from the API as they're managed by the rules of the smart collection.</p> <p>You can use the <a href=\"https://help.shopify.com/api/reference/products/customcollection\">CustomCollection</a> resource to work with collections where each product in the collection is manually chosen by the merchant.</p>","_postman_id":"50f36eca-7088-4bbe-8820-41daa609396a"}],"id":"e9be6501-bf9e-48fd-900b-de58f857304d","_postman_id":"e9be6501-bf9e-48fd-900b-de58f857304d","description":""},{"name":"Sales channels","item":[{"name":"Checkout","item":[{"name":"Creates a checkout","id":"75da42c8-afa9-443c-a339-b665a76f9370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","description":"<p>Creates a checkout</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0e5e2c1f-bc15-4ee9-9d97-4377df1a248b","name":"Creating a checkout with errors, such as using the ID of a variant that doesn't exist or that isn't published to your sales channel, fails with a 422 response and returns errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 123456789,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","description":"Creates a checkout"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"line_items\":{\"0\":{\"variant_id\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]}}}}"},{"id":"676c9244-7fe4-47c2-9b91-9a96c358a9f7","name":"Creating a checkout with line item errors fails and returns the errors mapped by index","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 1\n      },\n      {\n        \"variant_id\": 1,\n        \"quantity\": 1\n      },\n      {\n        \"variant_id\": 1,\n        \"quantity\": 1\n      },\n      {\n        \"variant_id\": 39072856,\n        \"quantity\": 1\n      },\n      {\n        \"variant_id\": 1,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","description":"Creates a checkout"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"line_items\":{\"1\":{\"variant_id\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]},\"2\":{\"variant_id\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]},\"4\":{\"variant_id\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]}}}}"},{"id":"7e33f4eb-bb7a-455a-a642-3f98edbc6dfe","name":"Create a checkout with a product variant and quantity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"line_items\": [\n      {\n        \"variant_id\": 447654529,\n        \"quantity\": 5\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","description":"Creates a checkout"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2020-01-14T10:31:13-05:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":null,\"customer_locale\":\"en\",\"device_id\":null,\"discount_code\":null,\"email\":null,\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#1066348317\",\"note\":\"\",\"note_attributes\":{},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"995.00\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"755357713\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"995.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"07764317703d958b59f681b7fa09f30e\",\"total_price\":\"995.00\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"995.00\",\"updated_at\":\"2020-01-14T10:31:13-05:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/checkouts\\/07764317703d958b59f681b7fa09f30e\",\"line_items\":[{\"id\":\"22d5b437b2c315d5163246ba425efa84\",\"key\":\"22d5b437b2c315d5163246ba425efa84\",\"product_id\":921728736,\"variant_id\":447654529,\"sku\":\"IPOD2009BLACK\",\"vendor\":\"Apple\",\"title\":\"IPod Touch 8GB\",\"variant_title\":\"Black\",\"image_url\":\"\\/\\/cdn.shopify.com\\/s\\/assets\\/checkout\\/product-blank-98d4187c2152136e9fb0587a99dfcce6f6873f3a9f21ea9135ed7f495296090f.png\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"995.00\",\"properties\":{},\"quantity\":5,\"grams\":567,\"fulfillment_service\":\"shipwire-app\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":null,\"shipping_rate\":null,\"shipping_address\":null,\"credit_card\":null,\"billing_address\":null,\"applied_discount\":null}}"},{"id":"8cee6ba0-2027-4d84-a30c-12f0f49e158d","name":"Create a checkout without any line items","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"email\": \"me@example.com\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts.json","description":"Creates a checkout"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2020-01-14T10:31:17-05:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":1073339469,\"customer_locale\":\"en\",\"device_id\":null,\"discount_code\":null,\"email\":\"me@example.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#1066348318\",\"note\":\"\",\"note_attributes\":{},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"0.00\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":false,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"755357713\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"0.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"71df6c54931fb6a3fb402abd4527cd15\",\"total_price\":\"0.00\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"0.00\",\"updated_at\":\"2020-01-14T10:31:17-05:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/checkouts\\/71df6c54931fb6a3fb402abd4527cd15\",\"line_items\":[],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":null,\"shipping_rate\":null,\"shipping_address\":null,\"credit_card\":null,\"billing_address\":null,\"applied_discount\":null}}"}],"_postman_id":"75da42c8-afa9-443c-a339-b665a76f9370"},{"name":"Completes a checkout","id":"03e70130-e0ff-47d8-a785-dccd98dbe7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/complete.json","description":"<p>Completes a checkout</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}","complete.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"064bb75d-b6cf-40f2-97e7-f8a8cfcb26b9","name":"Complete a checkout without requiring payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/complete.json","description":"Completes a checkout"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#86568385\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"0.00\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":false,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"0.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"b490a9220cd14d7344024f4874f640a6\",\"total_price\":\"0.00\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"0.00\",\"updated_at\":\"2020-01-14T10:31:19-05:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/b490a9220cd14d7344024f4874f640a6\",\"line_items\":[{\"id\":49148385,\"key\":49148385,\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":false,\"gift_card\":false,\"price\":\"0.00\",\"compare_at_price\":null,\"line_price\":\"0.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":null,\"shipping_rate\":null,\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":null,\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}"}],"_postman_id":"03e70130-e0ff-47d8-a785-dccd98dbe7ba"},{"name":"Retrieves a checkout","id":"216319be-9f2f-4404-b839-1fa370f32dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"<p>Retrieves a checkout</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"42ca5fcc-b9fe-4860-9a5b-5b3420901cab","name":"Retrieve a completed checkout","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"Retrieves a checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":\"2005-07-31T11:57:11-04:00\",\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#901414060\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":450789469,\"order_status_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/bd5a8aa1ecd019dd3520ff791ee3a24c\\/thank_you\",\"order\":{\"id\":450789469,\"name\":\"#1001\",\"status_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/bd5a8aa1ecd019dd3520ff791ee3a24c\\/thank_you\"},\"payment_due\":\"408.99\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"bd5a8aa1ecd019dd3520ff791ee3a24c\",\"total_price\":\"408.99\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/bd5a8aa1ecd019dd3520ff791ee3a24c\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":null,\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}"},{"id":"74ae3676-43c3-42f5-bb76-e2d5fa0fb663","name":"Retrieve an existing checkout","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"Retrieves a checkout"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#862052962\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"419.49\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"exuw7apwoycchjuwtiqg8nytfhphr62a\",\"total_price\":\"419.49\",\"total_tax\":\"21.49\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/exuw7apwoycchjuwtiqg8nytfhphr62a\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\",\"compare_at\":0.06}],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Free%20Shipping-0.00\",\"price\":\"0.00\",\"title\":\"Free Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Free%20Shipping-0.00\",\"price\":\"0.00\",\"title\":\"Free Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":null,\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}"},{"id":"ccfd6b23-04d2-4da8-a6cd-a6f29df2d5c5","name":"Retrieve a processing checkout","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"Retrieves a checkout"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#446514532\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"430.48\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"fraudulent\":false,\"transaction\":{\"amount\":\"598.94\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":\"authorization-key\",\"created_at\":\"2005-08-01T11:57:11-04:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":389404469,\"kind\":\"authorization\",\"message\":null,\"status\":\"success\",\"test\":false,\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"location_id\":null,\"user_id\":null,\"transaction_group_id\":null,\"device_id\":null},\"credit_card\":null}],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\",\"compare_at\":0.06}],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"1\",\"last_digits\":\"1\",\"brand\":\"bogus\",\"expiry_month\":8,\"expiry_year\":2042,\"customer_id\":null},\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}"}],"_postman_id":"216319be-9f2f-4404-b839-1fa370f32dd6"},{"name":"Modifies an existing checkout","id":"a0444d61-a24c-4a61-b94d-91c68ef153e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"<p>Modifies an existing checkout</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"54eec6ed-db6c-49ca-bce0-ec7c5c076f92","name":"Select a shipping rate","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"token\": \"exuw7apwoycchjuwtiqg8nytfhphr62a\",\n    \"shipping_line\": {\n      \"handle\": \"shopify-Standard%20Shipping-10.99\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"Modifies an existing checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#862052962\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"408.99\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"exuw7apwoycchjuwtiqg8nytfhphr62a\",\"total_price\":\"408.99\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2020-01-14T10:31:27-05:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/exuw7apwoycchjuwtiqg8nytfhphr62a\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":null,\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}"},{"id":"f273d16a-1a46-40a3-bd89-f20574e46317","name":"Update the shipping address and email of a checkout","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"token\": \"exuw7apwoycchjuwtiqg8nytfhphr62a\",\n    \"email\": \"john.smith@example.com\",\n    \"shipping_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Smith\",\n      \"address1\": \"126 York St.\",\n      \"city\": \"Los Angeles\",\n      \"province_code\": \"CA\",\n      \"country_code\": \"US\",\n      \"phone\": \"(123)456-7890\",\n      \"zip\": \"90002\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"Modifies an existing checkout"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":1073339470,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"john.smith@example.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#862052962\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"398.00\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"exuw7apwoycchjuwtiqg8nytfhphr62a\",\"total_price\":\"398.00\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2020-01-14T10:31:25-05:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/exuw7apwoycchjuwtiqg8nytfhphr62a\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":null,\"shipping_rate\":null,\"shipping_address\":{\"id\":550558813,\"first_name\":\"John\",\"last_name\":\"Smith\",\"phone\":\"(123)456-7890\",\"company\":null,\"address1\":\"126 York St.\",\"address2\":\"\",\"city\":\"Los Angeles\",\"province\":\"California\",\"province_code\":\"CA\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"90002\"},\"credit_card\":null,\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}"},{"id":"f569ad36-1db5-43a4-956c-2353c37919e8","name":"Updating a shipping address with an invalid zip code fails and returns errors","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkout\": {\n    \"token\": \"exuw7apwoycchjuwtiqg8nytfhphr62a\",\n    \"shipping_address\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Smith\",\n      \"address1\": \"126 York St.\",\n      \"city\": \"Beverly Hills\",\n      \"province_code\": \"CA\",\n      \"country_code\": \"US\",\n      \"phone\": \"(123)456-7890\",\n      \"zip\": \"1234\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}.json","description":"Modifies an existing checkout"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"shipping_address\":{\"zip\":[{\"code\":\"invalid_for_country\",\"message\":\"is not valid for United States\",\"options\":{\"country\":\"United States\"}}]}}}"}],"_postman_id":"a0444d61-a24c-4a61-b94d-91c68ef153e3"},{"name":"Retrieves a list of shipping rates","id":"58b280df-492a-4e3e-8454-b754a3356f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/shipping_rates.json","description":"<p>Retrieves a list of available shipping rates for the specified checkout. Implementers need to poll this endpoint until rates become available. Each shipping rate contains the checkout's new subtotal price, total tax, and total price in the event that this shipping rate is selected. This can be used to update the UI without performing further API requests.</p> To apply a shipping rate, update the checkout's shipping line with the handle of the selected rate.<p></p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}","shipping_rates.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"8b1fc06c-4e03-4a31-8c0e-b93cc9af5133","name":"Retrieving shipping rates before they're available returns an empty array","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/shipping_rates.json","description":"Retrieves a list of available shipping rates for the specified checkout. Implementers need to poll this endpoint until rates become available. Each shipping rate contains the checkout's new subtotal price, total tax, and total price in the event that this shipping rate is selected. This can be used to update the UI without performing further API requests.</p> To apply a shipping rate, update the checkout's shipping line with the handle of the selected rate."},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"shipping_rates\":[]}"},{"id":"b0fff841-383b-4dc1-8d3d-606d4d235543","name":"Retrieve available shipping rates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/shipping_rates.json","description":"Retrieves a list of available shipping rates for the specified checkout. Implementers need to poll this endpoint until rates become available. Each shipping rate contains the checkout's new subtotal price, total tax, and total price in the event that this shipping rate is selected. This can be used to update the UI without performing further API requests.</p> To apply a shipping rate, update the checkout's shipping line with the handle of the selected rate."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"shipping_rates\":[{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\",\"checkout\":{\"total_tax\":\"0.00\",\"total_price\":\"408.99\",\"subtotal_price\":\"398.00\"},\"phone_required\":false,\"delivery_range\":null,\"handle\":\"shopify-Standard%20Shipping-10.99\"},{\"id\":\"shopify-Expensive%20Shipping-99.99\",\"price\":\"99.99\",\"title\":\"Expensive Shipping\",\"checkout\":{\"total_tax\":\"0.00\",\"total_price\":\"497.99\",\"subtotal_price\":\"398.00\"},\"phone_required\":false,\"delivery_range\":null,\"handle\":\"shopify-Expensive%20Shipping-99.99\"}]}"},{"id":"d1ca7ead-8b1a-4bf3-8b38-efca9716c152","name":"Retrieving shipping rates when none are available for the current shipping address or cart returns an empty array","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/shipping_rates.json","description":"Retrieves a list of available shipping rates for the specified checkout. Implementers need to poll this endpoint until rates become available. Each shipping rate contains the checkout's new subtotal price, total tax, and total price in the event that this shipping rate is selected. This can be used to update the UI without performing further API requests.</p> To apply a shipping rate, update the checkout's shipping line with the handle of the selected rate."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"shipping_rates\":[]}"}],"_postman_id":"58b280df-492a-4e3e-8454-b754a3356f51"}],"id":"6eba296d-9629-491e-bc6f-ccbc94c79065","description":"<p>If you're building an app with the <a href=\"https://help.shopify.com/api/guides/sales-channel-sdk\">Sales Channel SDK</a>, then you can use the Checkout API to let customers purchase products from Shopify stores that have installed your sales channel.</p> <p>Shopify uses the Checkout resource to manage a user's cart as it transitions to a paid order. This process includes specifying which line items are included in the checkout, attaching a customer's shipping and payment details, and calculating tax and shipping rates. Credit card payments can be attached to a Checkout using the <a href=\"https://help.shopify.com/api/reference/sales-channels/payment\">Payment</a> resource.</p> <p>For a detailed tutorial that walks you through the key capabilities of the Checkout API, see <a href=\"https://help.shopify.com/api/guides/sell-through-the-checkout-api\"><em>Sell through the Checkout API</em></a>.</p> <div class=\"note note\"> <h4>Note</h4> <p>You can't use the Checkout API to create a new checkout user experience for an individual store. For that you need to use an SDK that's powered by the <a href=\"https://help.shopify.com/api/custom-storefronts/storefront-api/\">Storefront API</a> instead, such as the <a href=\"https://help.shopify.com/api/custom-storefronts/js-buy-sdk\">JavaScript Buy</a>, <a href=\"https://help.shopify.com/api/custom-storefronts/mobile-buy-sdk\">iOS Buy</a>, and <a href=\"https://help.shopify.com/api/custom-storefronts/mobile-buy-sdk\">Android Buy</a> SDKs.</p> </div>","_postman_id":"6eba296d-9629-491e-bc6f-ccbc94c79065"},{"name":"CollectionListing","item":[{"name":"Retrieve collection listings that are published to your app","id":"a1ba19e8-b9c7-41ea-b912-f9b260af119b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings.json","description":"<p>Retrieve collection listings that are published to your app. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collection_listings.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Amount of results(default: 50)(maximum: 1000) </p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"226083fd-4988-4f09-84ae-ddbfdc2a362a","name":"Retrieve collection listings that are published to your app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collection_listings.json"],"query":[{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 1000) ","disabled":true}]},"description":"Retrieve collection listings that are published to your app. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collection_listings\":[{\"collection_id\":482865238,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"default_product_image\":null,\"handle\":\"smart-ipods\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016490\"},\"title\":\"Smart iPods\",\"sort_order\":\"manual\",\"published_at\":\"2017-08-31T20:00:00-04:00\"},{\"collection_id\":841564295,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"default_product_image\":null,\"handle\":\"ipods\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016490\"},\"title\":\"IPods\",\"sort_order\":\"manual\",\"published_at\":\"2017-08-31T20:00:00-04:00\"},{\"collection_id\":395646240,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever. Again\\u003c\\/p\\u003e\",\"default_product_image\":{\"id\":850703190,\"created_at\":\"2020-01-14T10:41:30-05:00\",\"position\":1,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"product_id\":632910392,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016490\",\"variant_ids\":[],\"width\":123,\"height\":456},\"handle\":\"ipods_two\",\"image\":null,\"title\":\"IPods Two\",\"sort_order\":\"manual\",\"published_at\":\"2017-08-31T20:00:00-04:00\"},{\"collection_id\":691652237,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"body_html\":\"\\u003cp\\u003eNo ipods here\\u003c\\/p\\u003e\",\"default_product_image\":null,\"handle\":\"non-ipods\",\"image\":null,\"title\":\"Non Ipods\",\"sort_order\":\"manual\",\"published_at\":\"2017-08-31T20:00:00-04:00\"}]}"}],"_postman_id":"a1ba19e8-b9c7-41ea-b912-f9b260af119b"},{"name":"Retrieve <code>product_ids</code> that are published to a <code>collection_id</code>","id":"bb4a6158-fdb2-4cd6-b0cc-457313d11647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}/product_ids.json","description":"<p>Retrieve <code>product_ids</code> that are published to a <code>collection_id</code>. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collection_listings","{{collection_listing_id}}","product_ids.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Amount of results(default: 50)(maximum: 1000) </p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"448b3b6c-8387-472a-84cc-a9880d625e9c","name":"Retrieve <code>product_ids</code> that are published to a <code>collection_id</code>","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}/product_ids.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","collection_listings","{{collection_listing_id}}","product_ids.json"],"query":[{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 1000) ","disabled":true}]},"description":"Retrieve <code>product_ids</code> that are published to a <code>collection_id</code>. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product_ids\":[632910392]}"}],"_postman_id":"bb4a6158-fdb2-4cd6-b0cc-457313d11647"},{"name":"Retrieve a specific collection listing that is published to your app","id":"c8f1ee9f-89cc-4e66-a1ea-012b58b8f94c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}.json","description":"<p>Retrieve a specific collection listing that is published to your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collection_listings","{{collection_listing_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4b2d56ee-debd-4f75-909c-6b23478fddb5","name":"Retrieve a specific collection listing that is published to your app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}.json","description":"Retrieve a specific collection listing that is published to your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collection_listing\":{\"collection_id\":482865238,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"default_product_image\":null,\"handle\":\"smart-ipods\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016490\"},\"title\":\"Smart iPods\",\"sort_order\":\"manual\",\"published_at\":\"2017-08-31T20:00:00-04:00\"}}"}],"_postman_id":"c8f1ee9f-89cc-4e66-a1ea-012b58b8f94c"},{"name":"Create a collection listing to publish a collection to your app","id":"d16b8f60-bb19-4f93-a9e4-095f77f5ed04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}.json","description":"<p>Create a collection listing to publish a collection to your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collection_listings","{{collection_listing_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"aa429a08-10a6-461f-8ca7-9b0916c14ac5","name":"Create a collection listing to publish a collection to your app","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_listing\": {\n    \"collection_id\": 482865238\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}.json","description":"Create a collection listing to publish a collection to your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"collection_listing\":{\"collection_id\":482865238,\"updated_at\":\"2020-01-14T10:41:30-05:00\",\"body_html\":\"\\u003cp\\u003eThe best selling ipod ever\\u003c\\/p\\u003e\",\"default_product_image\":null,\"handle\":\"smart-ipods\",\"image\":{\"created_at\":\"2020-01-14T10:41:30-05:00\",\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/collections\\/ipod_nano_8gb.jpg?v=1579016490\"},\"title\":\"Smart iPods\",\"sort_order\":\"manual\",\"published_at\":\"2017-08-31T20:00:00-04:00\"}}"}],"_postman_id":"d16b8f60-bb19-4f93-a9e4-095f77f5ed04"},{"name":"Delete a collection listing to unpublish a collection from your app","id":"db87de79-dc1e-428c-a3fc-63682ce200f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}.json","description":"<p>Delete a collection listing to unpublish a collection from your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","collection_listings","{{collection_listing_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"bfecbf7d-f643-4c65-afd7-90ce403b7931","name":"Delete a collection listing to unpublish a collection from your app","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/collection_listings/{{collection_listing_id}}.json","description":"Delete a collection listing to unpublish a collection from your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db87de79-dc1e-428c-a3fc-63682ce200f9"}],"id":"e1566b48-e07d-443c-9c67-184d3a9a71d5","description":"<p>A CollectionListing resource represents a <a href=\"https://help.shopify.com/manual/products/collections\">product collection</a> that a merchant has made available to your sales channel. Merchants can make collections available to your sales channel directly from their Shopify admin.</p> <p>You can use this resource to retrieve collections that a merchant has published and display them in your marketplace. You can also retrieve a list of published product IDs that belong to a published collection.</p> <div class=\"note\"> <h4>Note:<h4> <p>When a merchant makes a collection available to your app, the products belonging to that collection are not automatically made available. The merchant must make both the collection and each product available to your sales channel. </p> </h4></h4></div>","_postman_id":"e1566b48-e07d-443c-9c67-184d3a9a71d5"},{"name":"Payment","item":[{"name":"Stores a credit card in the card vault","id":"0328bbe4-473d-485d-b2d7-e4bd48133656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/https:/elb.deposit.shopifycs.com/sessions","description":"<p>Stores a credit card in the card vault. Credit cards cannot be sent to the Checkout API directly. They must be sent to the card vault, which in response will return a session ID. This session ID can then be used when calling the POST #{token}/payments.json endpoint. A session ID is valid only for a single call to the endpoint. The card vault has a static URL and is located at <a href=\"https://elb.deposit.shopifycs.com/sessions\">https://elb.deposit.shopifycs.com/sessions</a>. It is also provided via the <code>payment_url</code> property on the <a href=\"/api/reference/sales-channels/checkout\">Checkout</a> resource.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["https:","elb.deposit.shopifycs.com","sessions"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"eaab6a88-82c0-424f-9c60-5894ce9eb62f","name":"Create a payment session with the specified billing details.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"credit_card\": {\n    \"number\": \"1\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"month\": \"5\",\n    \"year\": \"15\",\n    \"verification_value\": \"123\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/https:/elb.deposit.shopifycs.com/sessions","description":"Stores a credit card in the card vault. Credit cards cannot be sent to the Checkout API directly. They must be sent to the card vault, which in response will return a session ID. This session ID can then be used when calling the POST #{token}/payments.json endpoint. A session ID is valid only for a single call to the endpoint. The card vault has a static URL and is located at https://elb.deposit.shopifycs.com/sessions. It is also provided via the <code>payment_url</code> property on the <a href=/api/reference/sales-channels/checkout>Checkout</a> resource."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"id\": \"83hru3obno3hu434b3u\"}"}],"_postman_id":"0328bbe4-473d-485d-b2d7-e4bd48133656"},{"name":"Creates a new payment","id":"aef79185-5033-4e4d-9014-2654c4626167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"<p>Creates a payment on a checkout using the session ID returned by the card vault</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}","payments.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"003b5d62-1f3c-4b53-9c0c-d4454f9fa5ac","name":"Creating an authorization with a valid session ID but an invalid credit card number fails and returns errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment\": {\n    \"request_details\": {\n      \"ip_address\": \"123.1.1.1\",\n      \"accept_language\": \"en-US,en;q=0.8,fr;q=0.6\",\n      \"user_agent\": \"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.98 Safari\\/537.36\"\n    },\n    \"amount\": \"430.48\",\n    \"session_id\": \"global-5c6482f5ea286ac1\",\n    \"unique_token\": \"client-side-idempotency-token\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"Creates a payment on a checkout using the session ID returned by the card vault"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"amount\":[{\"code\":\"total_price_mismatch\",\"message\":\"The amount of the payment must match the total of 408.99.\",\"options\":{\"amount\":\"408.99\"}}],\"credit_card\":{\"brand\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}],\"number\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]},\"checkout\":{\"credit_card\":{\"brand\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}],\"number\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]}}}}"},{"id":"22192f67-6cc7-489b-b569-b374a12833dc","name":"Creating an authorization with a valid session can fail for various reasons","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment\": {\n    \"request_details\": {\n      \"ip_address\": \"123.1.1.1\",\n      \"accept_language\": \"en-US,en;q=0.8,fr;q=0.6\",\n      \"user_agent\": \"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.98 Safari\\/537.36\"\n    },\n    \"amount\": \"408.99\",\n    \"session_id\": \"global-f8337df624eb01e1\",\n    \"unique_token\": \"client-side-idempotency-token\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"Creates a payment on a checkout using the session ID returned by the card vault"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"base\":[{\"code\":\"processing_error\",\"message\":\"Your payment could not be processed at this time, please try again in a few minutes\",\"options\":{\"raw_gateway_error\":\"Service is unavailable.\"}}]}}"},{"id":"64846b71-df22-4b02-b2cc-52064ae28ea9","name":"Create an authorization using a valid <code>session_id</code> stored in the vault","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment\": {\n    \"request_details\": {\n      \"ip_address\": \"123.1.1.1\",\n      \"accept_language\": \"en-US,en;q=0.8,fr;q=0.6\",\n      \"user_agent\": \"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.98 Safari\\/537.36\"\n    },\n    \"amount\": \"408.99\",\n    \"session_id\": \"global-48ab4823a7d7ab48\",\n    \"unique_token\": \"client-side-idempotency-token\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"Creates a payment on a checkout using the session ID returned by the card vault"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payment\":{\"id\":1071573807,\"unique_token\":\"client-side-idempotency-token\",\"payment_processing_error_message\":null,\"next_action\":{\"redirect_url\":null},\"fraudulent\":false,\"transaction\":null,\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"424242\",\"last_digits\":\"4242\",\"brand\":\"bogus\",\"expiry_month\":9,\"expiry_year\":2021,\"customer_id\":207119551},\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#446514532\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"408.99\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"fraudulent\":false,\"transaction\":{\"amount\":\"598.94\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":\"authorization-key\",\"created_at\":\"2005-08-01T11:57:11-04:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":389404469,\"kind\":\"authorization\",\"message\":null,\"status\":\"success\",\"test\":false,\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"location_id\":null,\"user_id\":null,\"transaction_group_id\":null,\"device_id\":null},\"credit_card\":null},{\"id\":1071573807,\"unique_token\":\"client-side-idempotency-token\",\"payment_processing_error_message\":null,\"fraudulent\":false,\"transaction\":null,\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"424242\",\"last_digits\":\"4242\",\"brand\":\"bogus\",\"expiry_month\":9,\"expiry_year\":2021,\"customer_id\":207119551}}],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"total_price\":\"408.99\",\"total_tax\":\"0.00\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2020-01-14T10:30:12-05:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"424242\",\"last_digits\":\"4242\",\"brand\":\"bogus\",\"expiry_month\":9,\"expiry_year\":2021,\"customer_id\":207119551},\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}}"},{"id":"e2373154-df95-455c-993f-a678032b870b","name":"Creating an authorization with an invalid session ID fails and returns errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payment\": {\n    \"request_details\": {\n      \"ip_address\": \"123.1.1.1\",\n      \"accept_language\": \"en-US,en;q=0.8,fr;q=0.6\",\n      \"user_agent\": \"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.98 Safari\\/537.36\"\n    },\n    \"amount\": \"430.48\",\n    \"session_id\": \"global-an_invalid_session_id\",\n    \"unique_token\": \"client-side-idempotency-token\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"Creates a payment on a checkout using the session ID returned by the card vault"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"amount\":[{\"code\":\"total_price_mismatch\",\"message\":\"The amount of the payment must match the total of 408.99.\",\"options\":{\"amount\":\"408.99\"}}],\"payment_gateway\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}],\"checkout\":{\"payment_gateway\":[{\"code\":\"invalid\",\"message\":\"is invalid\",\"options\":{}}]}}}"}],"_postman_id":"aef79185-5033-4e4d-9014-2654c4626167"},{"name":"Retrieves a list of payments on a particular checkout","id":"fac32631-593d-4a79-a444-05c310dcd881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"<p>Retrieves a list of payments on a particular checkout</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}","payments.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0eedfbb5-0c6c-4f2b-9729-e0cc4407108d","name":"Retrieve all the payments on a checkout","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments.json","description":"Retrieves a list of payments on a particular checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payments\":[{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"transaction\":{\"amount\":\"598.94\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":\"authorization-key\",\"created_at\":\"2005-08-01T11:57:11-04:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":389404469,\"kind\":\"authorization\",\"message\":null,\"status\":\"success\",\"test\":false},\"credit_card\":null,\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#446514532\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"430.48\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"transaction\":{\"amount\":\"598.94\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":\"authorization-key\",\"created_at\":\"2005-08-01T11:57:11-04:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":389404469,\"kind\":\"authorization\",\"message\":null,\"status\":\"success\",\"test\":false},\"credit_card\":null}],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\",\"compare_at\":0.06}],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"1\",\"last_digits\":\"1\",\"brand\":\"bogus\",\"expiry_month\":8,\"expiry_year\":2042,\"customer_id\":null},\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}]}"}],"_postman_id":"fac32631-593d-4a79-a444-05c310dcd881"},{"name":"Retrieves a single payment","id":"59b29b86-2029-4e40-a9db-65f163105ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments/{{payment_id}}.json","description":"<p>Retrieves the payment information for an existing payment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}","payments","{{payment_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7d21fbd0-caa8-4335-9ce3-94bd8cf356c0","name":"Retrieve a payment with a succesful transaction","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments/{{payment_id}}.json","description":"Retrieves the payment information for an existing payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payment\":{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"next_action\":{\"redirect_url\":null},\"fraudulent\":false,\"transaction\":{\"amount\":\"430.48\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":null,\"created_at\":\"2020-01-14T10:30:20-05:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":1072844684,\"kind\":\"authorization\",\"message\":null,\"status\":\"success\",\"test\":false,\"receipt\":{},\"location_id\":null,\"user_id\":null,\"transaction_group_id\":null,\"device_id\":null},\"credit_card\":null,\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#446514532\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"430.48\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"fraudulent\":false,\"transaction\":{\"amount\":\"430.48\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":null,\"created_at\":\"2020-01-14T10:30:20-05:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":1072844684,\"kind\":\"authorization\",\"message\":null,\"status\":\"success\",\"test\":false,\"receipt\":{},\"location_id\":null,\"user_id\":null,\"transaction_group_id\":null,\"device_id\":null},\"credit_card\":null}],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\",\"compare_at\":0.06}],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"1\",\"last_digits\":\"1\",\"brand\":\"bogus\",\"expiry_month\":8,\"expiry_year\":2042,\"customer_id\":null},\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}}"},{"id":"d41f9822-e671-4e14-8afe-cf35b87c5d6e","name":"Retrieve a payment with a failed transaction","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments/{{payment_id}}.json","description":"Retrieves the payment information for an existing payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payment\":{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"next_action\":{\"redirect_url\":null},\"fraudulent\":false,\"transaction\":{\"amount\":\"430.48\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":null,\"created_at\":\"2020-01-14T10:30:19-05:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":1072844683,\"kind\":\"authorization\",\"message\":null,\"status\":\"failure\",\"test\":false,\"receipt\":{},\"location_id\":null,\"user_id\":null,\"transaction_group_id\":null,\"device_id\":null},\"credit_card\":null,\"checkout\":{\"completed_at\":null,\"created_at\":\"2012-10-12T07:05:27-04:00\",\"currency\":\"USD\",\"presentment_currency\":\"USD\",\"customer_id\":207119551,\"customer_locale\":null,\"device_id\":null,\"discount_code\":null,\"email\":\"bob.norman@hostmail.com\",\"legal_notice_url\":null,\"location_id\":null,\"name\":\"#446514532\",\"note\":\"\",\"note_attributes\":{\"custom engraving\":\"Happy Birthday\",\"colour\":\"green\"},\"order_id\":null,\"order_status_url\":null,\"order\":null,\"payment_due\":\"430.48\",\"payment_url\":\"https:\\/\\/app.local\\/cardserver\\/sessions\",\"payments\":[{\"id\":25428999,\"unique_token\":\"e01e661f4a99acd9dcdg6f1422d0d6f7\",\"payment_processing_error_message\":null,\"fraudulent\":false,\"transaction\":{\"amount\":\"430.48\",\"amount_in\":null,\"amount_out\":null,\"amount_rounding\":null,\"authorization\":null,\"created_at\":\"2020-01-14T10:30:19-05:00\",\"currency\":\"USD\",\"error_code\":null,\"parent_id\":null,\"gateway\":\"bogus\",\"id\":1072844683,\"kind\":\"authorization\",\"message\":null,\"status\":\"failure\",\"test\":false,\"receipt\":{},\"location_id\":null,\"user_id\":null,\"transaction_group_id\":null,\"device_id\":null},\"credit_card\":null}],\"phone\":null,\"shopify_payments_account_id\":null,\"privacy_policy_url\":null,\"refund_policy_url\":null,\"requires_shipping\":true,\"reservation_time_left\":0,\"reservation_time\":null,\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subscription_policy_url\":null,\"subtotal_price\":\"398.00\",\"shipping_policy_url\":null,\"tax_exempt\":false,\"taxes_included\":false,\"terms_of_sale_url\":null,\"terms_of_service_url\":null,\"token\":\"7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"total_price\":\"430.48\",\"total_tax\":\"21.49\",\"total_tip_received\":\"0.00\",\"total_line_items_price\":\"398.00\",\"updated_at\":\"2012-10-12T07:05:27-04:00\",\"user_id\":null,\"web_url\":\"https:\\/\\/checkout.local\\/690933842\\/checkouts\\/7yjf4v2we7gamku6a6h7tvm8h3mmvs4x\",\"line_items\":[{\"id\":\"4a1e2d6bed6c24bc\",\"key\":\"4a1e2d6bed6c24bc\",\"product_id\":632910392,\"variant_id\":49148385,\"sku\":\"IPOD2008RED\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Red\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]},{\"id\":\"407cf4901bf588df\",\"key\":\"407cf4901bf588df\",\"product_id\":632910392,\"variant_id\":808950810,\"sku\":\"IPOD2008PINK\",\"vendor\":\"Apple\",\"title\":\"IPod Nano - 8GB\",\"variant_title\":\"Pink\",\"image_url\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579015616\",\"taxable\":true,\"requires_shipping\":true,\"gift_card\":false,\"price\":\"199.00\",\"compare_at_price\":null,\"line_price\":\"199.00\",\"properties\":{},\"quantity\":1,\"grams\":200,\"fulfillment_service\":\"manual\",\"applied_discounts\":[]}],\"gift_cards\":[],\"tax_lines\":[{\"price\":\"21.49\",\"rate\":0.06,\"title\":\"State Tax\",\"compare_at\":0.06}],\"tax_manipulations\":[],\"shipping_line\":{\"handle\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_rate\":{\"id\":\"shopify-Standard%20Shipping-10.99\",\"price\":\"10.99\",\"title\":\"Standard Shipping\"},\"shipping_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"credit_card\":{\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"first_digits\":\"1\",\"last_digits\":\"1\",\"brand\":\"bogus\",\"expiry_month\":8,\"expiry_year\":2042,\"customer_id\":null},\"billing_address\":{\"id\":550558813,\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"company\":null,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"province\":\"Kentucky\",\"province_code\":\"KY\",\"country\":\"United States\",\"country_code\":\"US\",\"zip\":\"40202\"},\"applied_discount\":null}}}"}],"_postman_id":"59b29b86-2029-4e40-a9db-65f163105ca7"},{"name":"Counts the number of payments attempted on a checkout","id":"76fbbb92-95a3-48a2-a4cb-27fbe1dd2e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments/count.json","description":"<p>Counts the number of payments attempted on a checkout</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","checkouts","{{token}}","payments","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"e0a3d063-8cdb-4f00-938d-fbb43f579879","name":"Retrieve the number of payments on a checkout","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/checkouts/{{token}}/payments/count.json","description":"Counts the number of payments attempted on a checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"76fbbb92-95a3-48a2-a4cb-27fbe1dd2e49"}],"id":"f90c6876-22a5-4648-974e-ad88c5316aed","description":"<div class=\"note\"> <h4>Note</h4> <p>Sales channels require elevated permissions to interact with the Payment resource. For more information, see <a href=\"https://help.shopify.com/api/guides/sales-channel-sdk/getting-started#request-payment-processing\"> <em>Request payment processing</em></a>.</p> </div> <p>The Payment resource allows sales channels to build a fully native checkout experience by submitting a customer's payment details directly to Shopify.</p> <p>To complete a payment using the Payment resource, first create a payment session by submitting the card details to Shopify's card vault in exchange for a session ID. The session ID can then be used to create a payment for an existing <a href=\"https://help.shopify.com/api/reference/sales-channels/checkout\">Checkout</a>.</p> <p>For more information about using the Payment resource, see <a href=\"https://help.shopify.com/api/guides/sales-channel-sdk/completing-a-payment\"><em>Completing a payment</em></a>.</p> <p>The Payment resource is compatible only with direct payment gateways. For a list of all supported payment gateways, see <a href=\"https://help.shopify.com/manual/payments/third-party-providers/direct-and-external-providers\"><em>Direct and external credit card payment providers</em></a>.</p>","_postman_id":"f90c6876-22a5-4648-974e-ad88c5316aed"},{"name":"ProductListing","item":[{"name":"Retrieve product listings that are published to your app","id":"b25333ac-30d9-4555-a1e1-3062bfedd236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings.json","description":"<p>Retrieve product listings that are published to your app. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","product_listings.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of product ids </p>\n","type":"text/plain"},"key":"product_ids","value":""},{"disabled":true,"description":{"content":"<p>Amount of results(default: 50)(maximum: 1000) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Page to show(default: 1) </p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Filter by products belonging to a particular collection </p>\n","type":"text/plain"},"key":"collection_id","value":""},{"disabled":true,"description":{"content":"<p>Filter by products last updated after a certain date and time (formatted in ISO 8601) </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Filter by product handle </p>\n","type":"text/plain"},"key":"handle","value":""}],"variable":[]}},"response":[{"id":"9f140b20-e753-484d-9700-f81b22d5ed68","name":"Retrieve product listings that are published to your app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","product_listings.json"],"query":[{"key":"product_ids","value":"","description":"A comma-separated list of product ids ","disabled":true},{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 1000) ","disabled":true},{"key":"page","value":"","description":"Page to show(default: 1) ","disabled":true},{"key":"collection_id","value":"","description":"Filter by products belonging to a particular collection ","disabled":true},{"key":"updated_at_min","value":"","description":"Filter by products last updated after a certain date and time (formatted in ISO 8601) ","disabled":true},{"key":"handle","value":"","description":"Filter by product handle ","disabled":true}]},"description":"Retrieve product listings that are published to your app. <strong>Note:</strong> As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product_listings\":[{\"product_id\":632910392,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"body_html\":\"\\u003cp\\u003eIt's the small iPod with one very big idea: Video. Now the world's most popular music player, available in 4GB and 8GB models, lets you enjoy TV shows, movies, video podcasts, and more. The larger, brighter display means amazing picture quality. In six eye-catching colors, iPod nano is stunning all around. And with models starting at just $149, little speaks volumes.\\u003c\\/p\\u003e\",\"handle\":\"ipod-nano\",\"product_type\":\"Cult Products\",\"title\":\"IPod Nano - 8GB\",\"vendor\":\"Apple\",\"available\":true,\"tags\":\"Emotive, Flash Memory, MP3, Music\",\"published_at\":\"2017-08-31T20:00:00-04:00\",\"variants\":[{\"id\":808950810,\"title\":\"Pink\",\"option_values\":[{\"option_id\":594680422,\"name\":\"Color\",\"value\":\"Pink\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2008PINK\",\"barcode\":\"1234_pink\",\"taxable\":true,\"position\":1,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":10,\"inventory_management\":\"shopify\",\"fulfillment_service\":\"manual\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":562641783,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"},{\"id\":49148385,\"title\":\"Red\",\"option_values\":[{\"option_id\":594680422,\"name\":\"Color\",\"value\":\"Red\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2008RED\",\"barcode\":\"1234_red\",\"taxable\":true,\"position\":2,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":20,\"inventory_management\":\"shopify\",\"fulfillment_service\":\"manual\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"},{\"id\":39072856,\"title\":\"Green\",\"option_values\":[{\"option_id\":594680422,\"name\":\"Color\",\"value\":\"Green\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2008GREEN\",\"barcode\":\"1234_green\",\"taxable\":true,\"position\":3,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":30,\"inventory_management\":\"shopify\",\"fulfillment_service\":\"manual\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"},{\"id\":457924702,\"title\":\"Black\",\"option_values\":[{\"option_id\":594680422,\"name\":\"Color\",\"value\":\"Black\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2008BLACK\",\"barcode\":\"1234_black\",\"taxable\":true,\"position\":4,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":40,\"inventory_management\":\"shopify\",\"fulfillment_service\":\"manual\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"}],\"images\":[{\"id\":850703190,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"position\":1,\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"product_id\":632910392,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano.png?v=1579016109\",\"variant_ids\":[],\"width\":123,\"height\":456},{\"id\":562641783,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"position\":2,\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"product_id\":632910392,\"src\":\"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0006\\/9093\\/3842\\/products\\/ipod-nano-2.png?v=1579016109\",\"variant_ids\":[808950810],\"width\":123,\"height\":456}],\"options\":[{\"id\":594680422,\"name\":\"Color\",\"product_id\":632910392,\"position\":1,\"values\":[\"Pink\",\"Red\",\"Green\",\"Black\"]}]},{\"product_id\":921728736,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"handle\":\"ipod-touch\",\"product_type\":\"Cult Products\",\"title\":\"IPod Touch 8GB\",\"vendor\":\"Apple\",\"available\":true,\"tags\":\"\",\"published_at\":\"2017-08-31T20:00:00-04:00\",\"variants\":[{\"id\":447654529,\"title\":\"Black\",\"option_values\":[{\"option_id\":891236591,\"name\":\"Title\",\"value\":\"Black\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2009BLACK\",\"barcode\":\"1234_black\",\"taxable\":true,\"position\":1,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":13,\"inventory_management\":\"shipwire-app\",\"fulfillment_service\":\"shipwire-app\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"}],\"images\":[],\"options\":[{\"id\":891236591,\"name\":\"Title\",\"product_id\":921728736,\"position\":1,\"values\":[\"Black\"]}]}]}"}],"_postman_id":"b25333ac-30d9-4555-a1e1-3062bfedd236"},{"name":"Retrieve <code>product_ids</code> that are published to your app","id":"9ed3eb15-92ee-434e-abb0-8040e1c507ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/product_ids.json","description":"<p>Retrieve <code>product_ids</code> that are published to your app. Maximum 1,000 results per page. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","product_listings","product_ids.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Amount of results(default: 50)(maximum: 1000) </p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"89798d70-39e2-4183-b892-3f486055296d","name":"Retrieve <code>product_ids</code> that are published to your app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/product_ids.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","product_listings","product_ids.json"],"query":[{"key":"limit","value":"","description":"Amount of results(default: 50)(maximum: 1000) ","disabled":true}]},"description":"Retrieve <code>product_ids</code> that are published to your app. Maximum 1,000 results per page. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product_ids\":[921728736,632910392]}"}],"_postman_id":"9ed3eb15-92ee-434e-abb0-8040e1c507ea"},{"name":"Retrieve a count of products that are published to your app","id":"9ba81c18-827d-4a9f-8360-8178f48a6fc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/count.json","description":"<p>Retrieve a count of products that are published to your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","product_listings","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b66d16c4-511e-466d-893c-55e963aee65c","name":"Retrieve a count of products that are published to your app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/count.json","description":"Retrieve a count of products that are published to your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":2}"}],"_postman_id":"9ba81c18-827d-4a9f-8360-8178f48a6fc1"},{"name":"Retrieve a specific product listing that is published to your app","id":"ac2b1a61-7661-46a3-ab1d-a802c57d7fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/{{product_listing_id}}.json","description":"<p>Retrieve a specific product listing that is published to your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","product_listings","{{product_listing_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"37ea4f8a-18ba-4aa3-a5d6-4a7824ca06bc","name":"Retrieve a specific product listing that is published to your app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/{{product_listing_id}}.json","description":"Retrieve a specific product listing that is published to your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product_listing\":{\"product_id\":921728736,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"handle\":\"ipod-touch\",\"product_type\":\"Cult Products\",\"title\":\"IPod Touch 8GB\",\"vendor\":\"Apple\",\"available\":true,\"tags\":\"\",\"published_at\":\"2017-08-31T20:00:00-04:00\",\"variants\":[{\"id\":447654529,\"title\":\"Black\",\"option_values\":[{\"option_id\":891236591,\"name\":\"Title\",\"value\":\"Black\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2009BLACK\",\"barcode\":\"1234_black\",\"taxable\":true,\"position\":1,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":13,\"inventory_management\":\"shipwire-app\",\"fulfillment_service\":\"shipwire-app\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"}],\"images\":[],\"options\":[{\"id\":891236591,\"name\":\"Title\",\"product_id\":921728736,\"position\":1,\"values\":[\"Black\"]}]}}"}],"_postman_id":"ac2b1a61-7661-46a3-ab1d-a802c57d7fae"},{"name":"Create a product listing to publish a product to your app","id":"4e6de756-d650-4256-86b5-0599b7198280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/{{product_listing_id}}.json","description":"<p>Create a product listing to publish a product to your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","product_listings","{{product_listing_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3c03ea4c-4d6b-422c-9023-58a6ca3579aa","name":"Create a product listing to publish a product to your app","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_listing\": {\n    \"product_id\": 921728736\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/{{product_listing_id}}.json","description":"Create a product listing to publish a product to your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"product_listing\":{\"product_id\":921728736,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\",\"body_html\":\"\\u003cp\\u003eThe iPod Touch has the iPhone's multi-touch interface, with a physical home button off the touch screen. The home screen has a list of buttons for the available applications.\\u003c\\/p\\u003e\",\"handle\":\"ipod-touch\",\"product_type\":\"Cult Products\",\"title\":\"IPod Touch 8GB\",\"vendor\":\"Apple\",\"available\":true,\"tags\":\"\",\"published_at\":\"2017-08-31T20:00:00-04:00\",\"variants\":[{\"id\":447654529,\"title\":\"Black\",\"option_values\":[{\"option_id\":891236591,\"name\":\"Title\",\"value\":\"Black\"}],\"price\":\"199.00\",\"formatted_price\":\"$199.00\",\"compare_at_price\":null,\"grams\":567,\"requires_shipping\":true,\"sku\":\"IPOD2009BLACK\",\"barcode\":\"1234_black\",\"taxable\":true,\"position\":1,\"available\":true,\"inventory_policy\":\"continue\",\"inventory_quantity\":13,\"inventory_management\":\"shipwire-app\",\"fulfillment_service\":\"shipwire-app\",\"weight\":1.25,\"weight_unit\":\"lb\",\"image_id\":null,\"created_at\":\"2020-01-14T10:35:09-05:00\",\"updated_at\":\"2020-01-14T10:35:09-05:00\"}],\"images\":[],\"options\":[{\"id\":891236591,\"name\":\"Title\",\"product_id\":921728736,\"position\":1,\"values\":[\"Black\"]}]}}"}],"_postman_id":"4e6de756-d650-4256-86b5-0599b7198280"},{"name":"Delete a product listing to unpublish a product from your app","id":"f1f8f13d-d333-42d4-9336-2dda50d0a868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/{{product_listing_id}}.json","description":"<p>Delete a product listing to unpublish a product from your app</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","product_listings","{{product_listing_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"738b576f-c311-4937-8097-b547df9cad63","name":"Delete a product listing to unpublish a product from your app","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/product_listings/{{product_listing_id}}.json","description":"Delete a product listing to unpublish a product from your app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1f8f13d-d333-42d4-9336-2dda50d0a868"}],"id":"4e059b6c-3c2c-43f0-be6c-9305c1969c7f","description":"<p>A ProductListing resource represents a <a href=\"https://help.shopify.com/api/reference/products/product\">Product</a> which is available to your sales channel. Merchants can make products available to your sales channel directly from their Shopify admin.</p> <p>You can use this resource to retrieve products that a merchant has published and display them to customers in your marketplace for sale.</p> <p>A ProductListing resource itself is unable to have its attributes modified directly. The attributes of a ProductListing are inherited from the Product resource to which it is associated. Therefore, all attributes of a ProductListing should be considered <em>read-only</em>.</p>","_postman_id":"4e059b6c-3c2c-43f0-be6c-9305c1969c7f"},{"name":"ResourceFeedback","item":[{"name":"Create a new ResourceFeedback","id":"2b156850-903b-4973-8563-75190b7ca918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"<p>Creates shop resource feedback.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","resource_feedback.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"45015d4f-86d6-42b7-bfdd-de94346d2cd0","name":"Sending an invalid feedback payload returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource_feedback\": {\n    \"state\": \"foobar\",\n    \"feedback_generated_at\": \"2020-01-14T15:44:55.352257Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"Creates shop resource feedback."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"messages\":[\"Validation failed: State must be one of success and requires_action\"]}}"},{"id":"5a636fc1-e39f-465b-bedd-bef0c56cc40d","name":"Create a shop feedback record indicating the Shop is usable by your app","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource_feedback\": {\n    \"state\": \"success\",\n    \"feedback_generated_at\": \"2020-01-14T15:44:53.991659Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"Creates shop resource feedback."},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"resource_feedback\":{\"created_at\":\"2020-01-14T10:44:54-05:00\",\"updated_at\":\"2020-01-14T10:44:54-05:00\",\"resource_id\":690933842,\"resource_type\":\"Shop\",\"resource_updated_at\":null,\"messages\":[],\"feedback_generated_at\":\"2020-01-14T10:44:53-05:00\",\"state\":\"success\"}}"},{"id":"6c874932-6705-4790-ba6b-b5189b2de846","name":"Create a shop feedback record indicating a problem specific to your app","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource_feedback\": {\n    \"state\": \"requires_action\",\n    \"messages\": [\n      \"is not connected. Connect your account to use this sales channel.\"\n    ],\n    \"feedback_generated_at\": \"2020-01-14T15:44:56.787926Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"Creates shop resource feedback."},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"resource_feedback\":{\"created_at\":\"2020-01-14T10:44:57-05:00\",\"updated_at\":\"2020-01-14T10:44:57-05:00\",\"resource_id\":690933842,\"resource_type\":\"Shop\",\"resource_updated_at\":null,\"messages\":[\"is not connected. Connect your account to use this sales channel.\"],\"feedback_generated_at\":\"2020-01-14T10:44:56-05:00\",\"state\":\"requires_action\"}}"},{"id":"dd5d8839-565f-4573-914f-d54579842230","name":"Sending outdated feedback (previous feedback\n        payload has a greater resource_updated_at value) returns an error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resource_feedback\": {\n    \"state\": \"success\",\n    \"feedback_generated_at\": \"2020-01-14T15:44:54.744363Z\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"Creates shop resource feedback."},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"errors\":{\"messages\":[\"Feedback request not delivered. Feedback request is older than a previously delivered feedback request.\"]}}"}],"_postman_id":"2b156850-903b-4973-8563-75190b7ca918"},{"name":"Receive a list of all ResourceFeedbacks","id":"d6bcc126-b89a-4797-a448-95fa20034ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"<p>Returns a list (zero or one) of resource feedback objects. </p><div class=\"note\"> <h4>Important</h4> <p>Note that ids are not returned as part of this request. Records are immutable except when POST replaces them.</p> </div><p></p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","resource_feedback.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"dcafbfb2-2578-4e6f-9c6c-7883a3cb6b42","name":"Get a list of resource feedback records for a specific shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/resource_feedback.json","description":"Returns a list (zero or one) of resource feedback objects. <div class=\"note\"> <h4>Important</h4> <p>Note that ids are not returned as part of this request. Records are immutable except when POST replaces them.</p> </div>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"resource_feedback\":[{\"created_at\":\"2020-01-14T10:44:56-05:00\",\"updated_at\":\"2020-01-14T10:44:56-05:00\",\"resource_id\":690933842,\"resource_type\":\"Shop\",\"resource_updated_at\":null,\"messages\":[\"is not connected. Connect your account to use this sales channel.\"],\"feedback_generated_at\":\"2020-01-14T09:44:56-05:00\",\"state\":\"requires_action\"}]}"}],"_postman_id":"d6bcc126-b89a-4797-a448-95fa20034ced"}],"id":"ea2fbb34-c462-42d9-ac07-6e0b008776ba","description":"<p>The ResourceFeedback resource lets your app report the status of shops and their resources. For example, if your app is a marketplace channel, then you can use resource feedback to alert merchants that they need to connect their marketplace account by signing in.</p> <p>Resource feedback notifications are displayed to the merchant on the home screen of their Shopify admin, and in the product details view for any products that are published to your app.</p> <p>This resource should be used only in cases where you're describing steps that a merchant is required to complete. If your app offers optional or promotional set-up steps, or if it makes recommendations, then don't use resource feedback to let merchants know about them.</p> <h2>Sending feedback on a shop</h2> <p>You can send resource feedback on a shop to let the merchant know what steps they need to take to make sure that your app is set up correctly. Feedback can have one of two states: <code>requires_action</code> or <code>success</code>. You need to send a <code>requires_action</code> feedback request for each step that the merchant is required to complete.</p> <p>If there are multiple set-up steps that require merchant action, then send feedback with a state of <code>requires_action</code> as merchants complete prior steps. And to remove the feedback message from the Shopify admin, send a <code>success</code> feedback request.</p> <div class=\"note\"> <h4>Important</h4> <p>Sending feedback replaces previously sent feedback for the Shop. Unlike REST-style APIs, you don't need to make a PATCH or PUT request to update any previously sent feedback. Send a new POST request to push the latest state of a shop or its resources to Shopify.</p> </div> <h2>Formatting the resource feedback message field</h2> <p>If feedback state is <code>requires_action</code> you can send a string message, which communicates the action to be taken by the merchant. The string must be a single message up to 100 characters long, must follow your app's name with <code>[is/has]</code>, and must end with a period. You must adhere to the message formatting rules or your requests will fail:</p> <li><code>[is/has] [explanation of the problem]. [Suggested action].</code></li> <br /> <p><strong>Examples:</strong></p> <li><code>[Your app name]</code> is not connected. Connect your account to use this sales channel. [Learn more]</li> <li><code>[Your app name]</code> is not configured. Agree to the terms and conditions to use this app. [Learn more]</li> <br /> <p>Where both <code>Your app name</code> and <code>Learn more</code> (a button which directs merchants to your app) are automatically populated in the Shopify admin.</p> <h2>Setting feedback permissions</h2> <p>Add the <code>write_resource_feedbacks</code> permission to your <a href=\"https://help.shopify.com/api/getting-started/authentication/oauth/\">requested scopes</a>.</p>","_postman_id":"ea2fbb34-c462-42d9-ac07-6e0b008776ba"}],"id":"0412b8cb-bf01-4aab-a7c1-5f1ef666f974","_postman_id":"0412b8cb-bf01-4aab-a7c1-5f1ef666f974","description":""},{"name":"Shipping and fulfillment","item":[{"name":"AssignedFulfillmentOrder","item":[{"name":"Retrieves a list of fulfillment orders on a shop for a specific app","id":"d7c3de16-4757-4c27-a449-eb14b9961ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/assigned_fulfillment_orders.json","description":"<p>Retrieves a list of fulfillment orders on a shop for a specific app.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","assigned_fulfillment_orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The assigment status of the fulfillment orders that should be returned: </p>\n","type":"text/plain"},"key":"assignment_status","value":""},{"disabled":true,"description":{"content":"<p>The IDs of the assigned locations of the fulfillment orders that should be returned. </p>\n","type":"text/plain"},"key":"location_ids","value":""}],"variable":[]}},"response":[{"id":"7e1f970c-e15d-4c56-8903-f01ac652fbbf","name":"Retrieve a list of fulfillment orders in cancellation_requested state at a location for an app","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/assigned_fulfillment_orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","assigned_fulfillment_orders.json"],"query":[{"key":"assignment_status","value":"","description":"The assigment status of the fulfillment orders that should be returned: ","disabled":true},{"key":"location_ids","value":"","description":"The IDs of the assigned locations of the fulfillment orders that should be returned. ","disabled":true}]},"description":"Retrieves a list of fulfillment orders on a shop for a specific app."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_orders\":[{\"id\":1025578645,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"cancellation_requested\",\"status\":\"in_progress\",\"supported_actions\":[\"cancel_fulfillment_order\",\"create_fulfillment\"],\"destination\":{\"id\":1025578639,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578658,\"shop_id\":690933842,\"fulfillment_order_id\":1025578645,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null}}]}"}],"_postman_id":"d7c3de16-4757-4c27-a449-eb14b9961ba2"}],"id":"03107fd4-0f2d-4603-bc5d-62ad7186cc25","description":"<p> The AssignedFulfillmentOrder resource allows you to retrieve all the <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillmentorder\">fulfillment orders</a> that are assigned to an app at the shop level. The list of fulfillment orders can be filtered by <a href=\"https://help.shopify.com/api/reference/inventory/location\">location</a> and assignment status such as <code>cancellation_requested</code> and <code>fulfillment_requested</code>. </p>","_postman_id":"03107fd4-0f2d-4603-bc5d-62ad7186cc25"},{"name":"CancellationRequest","item":[{"name":"Sends a cancellation request","id":"7a5da6d2-dc75-4a80-a467-26ff03f51592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancellation_request.json","description":"<p>Sends a cancellation request to the fulfillment service of a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","cancellation_request.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7bb5dec4-2020-435f-b4d7-891c820da056","name":"Sends a cancellation request to the fulfillment service of a fulfillment order and updates the fulfillment order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellation_request\": {\n    \"message\": \"The customer changed his mind.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancellation_request.json","description":"Sends a cancellation request to the fulfillment service of a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578628,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"cancellation_requested\",\"status\":\"in_progress\",\"supported_actions\":[\"cancel_fulfillment_order\",\"create_fulfillment\"],\"destination\":{\"id\":1025578623,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578633,\"shop_id\":690933842,\"fulfillment_order_id\":1025578628,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]}}"}],"_postman_id":"7a5da6d2-dc75-4a80-a467-26ff03f51592"},{"name":"Accepts a cancellation request","id":"5a12d28f-507a-48dd-931b-d8696f1709ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancellation_request/accept.json","description":"<p>Accepts a cancellation request sent to a fulfillment service for a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","cancellation_request","accept.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"12c203d1-0348-42b3-8bfd-2e76032918c2","name":"Accepts a cancellation request sent to a fulfillment service and updates the fulfillment order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellation_request\": {\n    \"message\": \"We had not started any processing yet.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancellation_request/accept.json","description":"Accepts a cancellation request sent to a fulfillment service for a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578629,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"cancellation_accepted\",\"status\":\"cancelled\",\"supported_actions\":[\"request_fulfillment\",\"create_fulfillment\"],\"destination\":{\"id\":1025578624,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578634,\"shop_id\":690933842,\"fulfillment_order_id\":1025578629,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]}}"}],"_postman_id":"5a12d28f-507a-48dd-931b-d8696f1709ef"},{"name":"Rejects a cancellation request","id":"466cf6b0-52be-46c3-a052-6b8224190da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancellation_request/reject.json","description":"<p>Rejects a cancellation request sent to a fulfillment service for a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","cancellation_request","reject.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"02754baa-e857-4f8f-b543-2b1aed2d1c8a","name":"Rejects a cancellation request sent to a fulfillment service and updates the fulfillment order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellation_request\": {\n    \"message\": \"We have already send the shipment out.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancellation_request/reject.json","description":"Rejects a cancellation request sent to a fulfillment service for a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578630,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"cancellation_rejected\",\"status\":\"in_progress\",\"supported_actions\":[\"create_fulfillment\"],\"destination\":{\"id\":1025578625,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578635,\"shop_id\":690933842,\"fulfillment_order_id\":1025578630,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]}}"}],"_postman_id":"466cf6b0-52be-46c3-a052-6b8224190da2"}],"id":"e18b861a-4a94-419b-b042-296ebf322588","description":"<p> The CancellationRequest resource represents a cancellation request made by the merchant to a <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillmentservice\">fulfillment service</a> for a <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillmentorder\">fulfillment order</a>. </p>","_postman_id":"e18b861a-4a94-419b-b042-296ebf322588"},{"name":"CarrierService","item":[{"name":"Creates a carrier service","id":"214b3878-b4a8-47db-8875-e27b115a4601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services.json","description":"<p>Creates a carrier service</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","carrier_services.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fe692c14-9395-4048-a3e8-e1f8c5cc835c","name":"Create a carrier service","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"carrier_service\": {\n    \"name\": \"Shipping Rate Provider\",\n    \"callback_url\": \"http:\\/\\/shippingrateprovider.com\",\n    \"service_discovery\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services.json","description":"Creates a carrier service"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"carrier_service\":{\"id\":1036894956,\"name\":\"Shipping Rate Provider\",\"active\":true,\"service_discovery\":true,\"carrier_service_type\":\"api\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DeliveryCarrierService\\/1036894956\",\"format\":\"json\",\"callback_url\":\"http:\\/\\/shippingrateprovider.com\\/\"}}"}],"_postman_id":"214b3878-b4a8-47db-8875-e27b115a4601"},{"name":"Updates a carrier service","id":"313d67f5-122e-497a-8079-e193ebb50979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services/{{carrier_service_id}}.json","description":"<p>Updates a carrier service. Only the app that creates a carrier service can update it.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","carrier_services","{{carrier_service_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3031c722-9586-41dc-b120-9d4a6f65e3d4","name":"Update a carrier service","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"carrier_service\": {\n    \"id\": 1036894957,\n    \"name\": \"Some new name\",\n    \"active\": false\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services/{{carrier_service_id}}.json","description":"<p>Updates a carrier service. Only the app that creates a carrier service can update it.</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"carrier_service\":{\"id\":1036894957,\"name\":\"Some new name\",\"active\":false,\"service_discovery\":true,\"carrier_service_type\":\"api\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DeliveryCarrierService\\/1036894957\",\"format\":\"json\",\"callback_url\":\"http:\\/\\/example.com\\/\"}}"}],"_postman_id":"313d67f5-122e-497a-8079-e193ebb50979"},{"name":"Retrieves a list of carrier services","id":"f1d8e833-4555-4c37-8cb1-f4700fc7c4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services.json","description":"<p>Retrieves a list of carrier services</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","carrier_services.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7b8e1c34-baf8-49d3-815c-7b5147f9f6de","name":"Retrieve a list of carrier services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services.json","description":"Retrieves a list of carrier services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"carrier_services\":[{\"id\":1036894958,\"name\":\"Purolator\",\"active\":true,\"service_discovery\":true,\"carrier_service_type\":\"api\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DeliveryCarrierService\\/1036894958\",\"format\":\"json\",\"callback_url\":\"http:\\/\\/example.com\\/\"},{\"id\":260046840,\"name\":\"ups_shipping\",\"active\":true,\"service_discovery\":true,\"carrier_service_type\":\"legacy\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DeliveryCarrierService\\/260046840\"}]}"}],"_postman_id":"f1d8e833-4555-4c37-8cb1-f4700fc7c4ec"},{"name":"Retrieves a single carrier service","id":"fee460ec-ba14-4eb7-bd87-59519c021c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services/{{carrier_service_id}}.json","description":"<p>Retrieves a single carrier service by its ID</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","carrier_services","{{carrier_service_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"50fccc67-9daf-49b2-957c-89e42f6fb880","name":"Retrieve a single carrier service","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services/{{carrier_service_id}}.json","description":"<p>Retrieves a single carrier service by its ID</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"carrier_service\":{\"id\":1036894959,\"name\":\"Purolator\",\"active\":true,\"service_discovery\":true,\"carrier_service_type\":\"api\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/DeliveryCarrierService\\/1036894959\",\"format\":\"json\",\"callback_url\":\"http:\\/\\/example.com\\/\"}}"}],"_postman_id":"fee460ec-ba14-4eb7-bd87-59519c021c20"},{"name":"Deletes a carrier service","id":"2a65aa84-0a67-41db-8f99-25d876f3d117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services/{{carrier_service_id}}.json","description":"<p>Deletes a carrier service</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","carrier_services","{{carrier_service_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2678c140-4157-4e1e-a33a-8f6fa6b3ef89","name":"Delete a carrier service","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/carrier_services/{{carrier_service_id}}.json","description":"<p>Deletes a carrier service</p>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2a65aa84-0a67-41db-8f99-25d876f3d117"}],"id":"0499548c-8cd7-4529-b848-6a27ed239da1","description":"<p>A carrier service (also known as a carrier calculated service or shipping service) provides real-time shipping rates to Shopify. Some common carrier services include Canada Post, FedEx, UPS, and USPS. The term <strong>carrier</strong> is often used interchangeably with the terms <strong>shipping company</strong> and <strong>rate provider</strong>.</p> <p>Using the CarrierService resource, you can add a carrier service to a shop and then provide a list of applicable shipping rates at checkout. You can even use the cart data to adjust shipping rates and offer shipping discounts based on what is in the customer's cart.</p> <h2>Requirements for accessing the CarrierService resource</h2> <p>To access the CarrierService resource, add the <code>write_shipping</code> permission to your app's requested scopes. For more information, see <a href=\"https://help.shopify.com/api/getting-started/authentication/oauth/scopes\"><em>API access scopes</em></a>.</p> <p>Your app's request to create a carrier service will fail unless the store installing your carrier service meets one of the following requirements: </p><ul> <li>It is on the Advanced Shopify plan or higher.</li> <li>Its Shopify plan is paid annually.</li> <li>It is a development store.</li> </ul> <p></p> <aside> <h4>Note</h4> <p>If a store changes its Shopify plan, then the store's association with a carrier service is deactivated if the store no long meets one of the requirements above. </p> </aside> <h2>Providing shipping rates to Shopify</h2> <p>When adding a carrier service to a store, you need to provide a POST endpoint rooted in the <code>callback_url</code> property where Shopify can retrieve applicable shipping rates. The callback URL should be a public endpoint that expects these requests from Shopify.</p> <p><strong>A sample Shopify request for shipping rates:</strong></p> <div class=\"api-endpoint\"> <div class=\"api-endpoint-request\"> <pre>POSTYour callback URL</pre> </div> <div class=\"api-endpoint-description\"> <p>Retrieves a list of applicable shipping rates</p> </div> <div class=\"api-endpoint-content\"> <div class=\"api-endpoint-queryparameters\"></div> <div class=\"api-endpoint-example\"> <h3>Example shipping rate request sent to a carrier service</h3> <pre> { \"rate\": { \"origin\": { \"country\": \"CA\", \"postal_code\": \"K2P1L4\", \"province\": \"ON\", \"city\": \"Ottawa\", \"name\": null, \"address1\": \"150 Elgin St.\", \"address2\": \"\", \"address3\": null, \"phone\": \"16135551212\", \"fax\": null, \"email\": null, \"address_type\": null, \"company_name\": \"Jamie D's Emporium\" }, \"destination\": { \"country\": \"CA\", \"postal_code\": \"K1M1M4\", \"province\": \"ON\", \"city\": \"Ottawa\", \"name\": \"Bob Norman\", \"address1\": \"24 Sussex Dr.\", \"address2\": \"\", \"address3\": null, \"phone\": null, \"fax\": null, \"email\": null, \"address_type\": null, \"company_name\": null }, \"items\": [{ \"name\": \"Short Sleeve T-Shirt\", \"sku\": \"\", \"quantity\": 1, \"grams\": 1000, \"price\": 1999, \"vendor\": \"Jamie D's Emporium\", \"requires_shipping\": true, \"taxable\": true, \"fulfillment_service\": \"manual\", \"properties\": null, \"product_id\": 48447225880, \"variant_id\": 258644705304 }], \"currency\": \"USD\", \"locale\": \"en\" } } </pre> <div class=\"api-endpoint-example-request\"> View Response </div> <div class=\"api-endpoint-example-response\"> <pre> { \"rates\": [ { \"service_name\": \"canadapost-overnight\", \"service_code\": \"ON\", \"total_price\": \"1295\", \"description\": \"This is the fastest option by far\", \"currency\": \"CAD\", \"min_delivery_date\": \"2013-04-12 14:48:45 -0400\", \"max_delivery_date\": \"2013-04-12 14:48:45 -0400\" }, { \"service_name\": \"fedex-2dayground\", \"service_code\": \"2D\", \"total_price\": \"2934\", \"currency\": \"USD\", \"min_delivery_date\": \"2013-04-12 14:48:45 -0400\", \"max_delivery_date\": \"2013-04-12 14:48:45 -0400\" }, { \"service_name\": \"fedex-priorityovernight\", \"service_code\": \"1D\", \"total_price\": \"3587\", \"currency\": \"USD\", \"min_delivery_date\": \"2013-04-12 14:48:45 -0400\", \"max_delivery_date\": \"2013-04-12 14:48:45 -0400\" } ] } </pre> </div> </div> </div> </div> <p>The <code>address3</code>, <code>fax</code>, <code>address_type</code>, and <code>company_name</code> fields are returned by specific <a href=\"https://github.com/Shopify/active_shipping\">ActiveShipping</a> providers. For API-created carrier services, you should use only the following shipping address fields:</p> <ul> <li><code>address1</code></li> <li><code>address2</code></li> <li><code>city</code></li> <li><code>zip</code></li> <li><code>province</code></li> <li><code>country</code></li> </ul> <p>Other values remain as <code>null</code> and are not sent to the callback URL.</p> <h3>Response fields</h3> <p>When Shopify requests shipping rates using your callback URL, the response object <code>rates</code> must be a JSON array of objects with the following fields. Required fields must be included in the response for the carrier service integration to work properly.</p> <table> <tr> <td><strong>Field</strong></td> <td><strong>Description</strong></td> </tr> <tr> <td><code>service_name</code><br />required</td> <td>The name of the rate, which customers see at checkout. For example: <code>Expedited Mail</code>.</td> </tr> <tr> <td><code>description</code><br />required</td> <td>A description of the rate, which customers see at checkout. For example: <code>Includes tracking and insurance</code>.</td> </tr> <tr> <td><code>service_code</code><br />required</td> <td>A unique code associated with the rate. For example: <code>expedited_mail<code>.</code></code></td> </tr> <tr> <td><code>currency</code><br />required</td> <td>The currency of the shipping rate.</td> </tr> <tr> <td><code>total_price</code><br />required</td> <td>The total price based on the shipping rate currency.</td> </tr> <tr> <td><code>phone_required</code></td> <td>Whether the customer must provide a phone number at checkout.</td> </tr> <tr> <td><code>min_delivery_date</code></td> <td>The earliest delivery date for the displayed rate.</td> </tr> <tr> <td><code>max_delivery_date</code></td> <td>The latest delivery date for the displayed rate to still be valid.</td> </tr> </table> <h2>Server-side caching of requests</h2> <p>Shopify provides server-side caching to reduce the number of requests it makes. Any shipping rate request that identically matches the following fields will be retrieved from Shopify's cache of the initial response:</p> <ul><li>variant IDs</li> <li>default shipping box weight and dimensions</li> <li>variant quantities</li> <li>carrier service ID</li> <li>origin address</li> <li>destination address</li> <li>item weights and signatures</li></ul> <p>If any of these fields differ, or if the cache has expired since the original request, then new shipping rates are requested. The cache expires 15 minutes after rates are successfully returned. If an error occurs, then the cache expires after 30 seconds.</p>","_postman_id":"0499548c-8cd7-4529-b848-6a27ed239da1"},{"name":"Fulfillment","item":[{"name":"Retrieves fulfillments associated with an order","id":"19e3cabe-1b20-4ee3-b18a-78a7c722485e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Retrieves fulfillments associated with an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>Limit the amount of results.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""}],"variable":[]}},"response":[{"id":"49a6eed8-00a0-480b-8101-1f1027bb7e61","name":"Retrieve a list of all fulfillments for an order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments.json"],"query":[{"key":"created_at_max","value":"","description":"Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_min","value":"","description":"Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true},{"key":"limit","value":"","description":"Limit the amount of results.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_max","value":"","description":"Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true}]},"description":"Retrieves fulfillments associated with an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillments\":[{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}]}"},{"id":"4a929e22-9e20-4b5c-a127-674c0cd536ee","name":"Retrieve all fulfillments after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments.json"],"query":[{"key":"created_at_max","value":"","description":"Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_min","value":"","description":"Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true},{"key":"limit","value":"","description":"Limit the amount of results.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"updated_at_max","value":"","description":"Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true}]},"description":"Retrieves fulfillments associated with an order. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillments\":[{\"id\":1022782885,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:47-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:47-05:00\",\"tracking_company\":\"TNT\",\"shipment_status\":null,\"location_id\":487838322,\"tracking_number\":\"123456789\",\"tracking_numbers\":[\"123456789\"],\"tracking_url\":\"https:\\/\\/www.tnt.com\\/express\\/en_us\\/site\\/tracking.html?searchType=con\\u0026cons=123456789\",\"tracking_urls\":[\"https:\\/\\/www.tnt.com\\/express\\/en_us\\/site\\/tracking.html?searchType=con\\u0026cons=123456789\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782885\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}]}"}],"_postman_id":"19e3cabe-1b20-4ee3-b18a-78a7c722485e"},{"name":"Retrieves fulfillments associated with a fulfillment order","id":"43355ad9-7ad7-48aa-815d-d4545c5d52b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillments.json","description":"<p>Retrieves fulfillments associated with a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","fulfillments.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The ID of the fulfillment order that is associated with the fulfillments. </p>\n","type":"text/plain"},"key":"fulfillment_order_id","value":""}],"variable":[]}},"response":[{"id":"2541bd0b-6f96-4ee3-9a28-ec8235f7c458","name":"Retrieve a list of all fulfillments for a fulfillment order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillments.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","fulfillments.json"],"query":[{"key":"fulfillment_order_id","value":"","description":"The ID of the fulfillment order that is associated with the fulfillments. ","disabled":true}]},"description":"Retrieves fulfillments associated with a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillments\":[{\"id\":1022782886,\"order_id\":1073459962,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tracking_company\":\"UPS\",\"shipment_status\":null,\"location_id\":48752903,\"tracking_number\":\"4321\",\"tracking_numbers\":[\"4321\"],\"tracking_url\":\"https:\\/\\/www.ups.com\\/WebTracking?loc=en_US\\u0026requester=ST\\u0026trackNums=4321\",\"tracking_urls\":[\"https:\\/\\/www.ups.com\\/WebTracking?loc=en_US\\u0026requester=ST\\u0026trackNums=4321\"],\"receipt\":{},\"name\":\"#1033.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782886\",\"line_items\":[{\"id\":1071823172,\"variant_id\":43729076,\"title\":\"Draft\",\"quantity\":1,\"sku\":\"draft-151\",\"variant_title\":\"151cm\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":108828309,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Draft - 151cm\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":10,\"price\":\"10.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823172\",\"tax_lines\":[]}]}]}"}],"_postman_id":"43355ad9-7ad7-48aa-815d-d4545c5d52b6"},{"name":"        Retrieves a count of fulfillments associated with a specific order\n","id":"d8825fb3-9454-4ed7-86b5-8cd9da3caffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/count.json","description":"<p>Retrieves a count of fulfillments associated with a specific order</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"created_at_max","value":""},{"disabled":true,"description":{"content":"<p>Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_min","value":""},{"disabled":true,"description":{"content":"<p>Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00). </p>\n","type":"text/plain"},"key":"updated_at_max","value":""}],"variable":[]}},"response":[{"id":"ce0cb037-d68c-40e5-b724-bec4270416a5","name":"Count the total number of fulfillments for an order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/count.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","count.json"],"query":[{"key":"created_at_min","value":"","description":"Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"created_at_max","value":"","description":"Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_min","value":"","description":"Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00). ","disabled":true},{"key":"updated_at_max","value":"","description":"Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00). ","disabled":true}]},"description":"Retrieves a count of fulfillments associated with a specific order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":1}"}],"_postman_id":"d8825fb3-9454-4ed7-86b5-8cd9da3caffb"},{"name":"Receive a single Fulfillment","id":"d7a80ef5-a890-45bc-b261-13d0ea13674d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}.json","description":"<p>Retrieve a specific fulfillment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"89626c10-6bc0-466f-a4fa-6288d3392c68","name":"Retrieve a specific fulfillment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}.json"],"query":[{"key":"fields","value":"","description":"Comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieve a specific fulfillment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:28-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"d7a80ef5-a890-45bc-b261-13d0ea13674d"},{"name":"Create a new Fulfillment","id":"59a5aa88-439d-40cf-8d6e-ce0a09f90287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: </p><ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul><p></p> <br /> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br /> <p>All line items being fulfilled must have the same fulfillment service.</p> <br /> <aside> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br /> <aside> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"0048aec0-5d06-4c18-b407-8cc53d6dfbf4","name":"Partially fulfill a single line item by specifying a line item and quantity to be fulfilled","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": null,\n    \"line_items\": [\n      {\n        \"id\": 466157049,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782898,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:06-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:06-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782898\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"partial\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"0366682d-c46a-431a-8471-a6b003caef78","name":"Fulfill without a location_id results in a bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"tracking_url\": \"http:\\/\\/www.packagetrackr.com\\/track\\/somecarrier\\/1234567\",\n    \"tracking_company\": \"Jack Black's Pack, Stack and Track\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"location_id must be specified when creating fulfillments.\"}"},{"id":"40f4065d-1ac7-4a71-9e2d-35c725a95f06","name":"Fulfill all line items for an order with multiple tracking numbers","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_numbers\": [\n      \"7b63e7338767d922598538b9b1017824\",\n      \"cb07a5586eb12082a3a5fff11e142b9b\",\n      \"a4f9ffb1cdd1ec756da7ab9413ce2b87\"\n    ],\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782889,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:54-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:54-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"7b63e7338767d922598538b9b1017824\",\"tracking_numbers\":[\"7b63e7338767d922598538b9b1017824\",\"cb07a5586eb12082a3a5fff11e142b9b\",\"a4f9ffb1cdd1ec756da7ab9413ce2b87\"],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782889\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"641751b1-f4d3-4de9-bd6d-43b68c3c5b90","name":"Fulfill all line items for an order and send the shipping confirmation email. Not specifying line item IDs causes all unfulfilled and partially fulfilled line items for the order to be fulfilled.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"123456789\",\n    \"tracking_urls\": [\n      \"https:\\/\\/shipping.xyz\\/track.php?num=123456789\",\n      \"https:\\/\\/anothershipper.corp\\/track.php?code=abc\"\n    ],\n    \"notify_customer\": true\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782887,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:52-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:52-05:00\",\"tracking_company\":\"TNT\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"123456789\",\"tracking_numbers\":[\"123456789\"],\"tracking_url\":\"https:\\/\\/shipping.xyz\\/track.php?num=123456789\",\"tracking_urls\":[\"https:\\/\\/shipping.xyz\\/track.php?num=123456789\",\"https:\\/\\/anothershipper.corp\\/track.php?code=abc\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782887\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"6a925828-d3b5-4a0d-8992-0b0b81689345","name":"Fulfill line items without a tracking number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": null,\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782888,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:53-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:53-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782888\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"782ad4dd-0a4a-4e33-8385-81ba083ec3ae","name":"Fulfill a single line item by explicitly specifying the line items to be fulfilled","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": null,\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782897,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:05-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:05-05:00\",\"tracking_company\":null,\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782897\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"8721faea-c035-452f-8237-cc6e0bfd747d","name":"Fulfill all line items for an order and use a custom tracking URL and company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_url\": \"http:\\/\\/www.packagetrackr.com\\/track\\/somecarrier\\/1234567\",\n    \"tracking_company\": \"Jack Black's Pack, Stack and Track\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782890,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:56-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:56-05:00\",\"tracking_company\":\"Jack Black's Pack, Stack and Track\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":\"http:\\/\\/www.packagetrackr.com\\/track\\/somecarrier\\/1234567\",\"tracking_urls\":[\"http:\\/\\/www.packagetrackr.com\\/track\\/somecarrier\\/1234567\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782890\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"885d86d6-69e6-47f7-b474-21f9ceadc343","name":"Fulfill an order using a supported tracking company (generates tracking URL)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"123456789\",\n    \"tracking_company\": \"4PX\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782891,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:58-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:58-05:00\",\"tracking_company\":\"4PX\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"123456789\",\"tracking_numbers\":[\"123456789\"],\"tracking_url\":\"http:\\/\\/track.4px.com\",\"tracking_urls\":[\"http:\\/\\/track.4px.com\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782891\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"9be32567-8776-4a59-9bb6-29781cdaa6ec","name":"Fulfill an order using a supported tracking company in an incorrect format and custom tracking URL (respects sent URL)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"123456789010\",\n    \"tracking_company\": \"fed ex\",\n    \"tracking_url\": \"https:\\/\\/www.new-fedex-tracking.com\\/?number=123456789010\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782893,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:01-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:01-05:00\",\"tracking_company\":\"fed ex\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"123456789010\",\"tracking_numbers\":[\"123456789010\"],\"tracking_url\":\"https:\\/\\/www.new-fedex-tracking.com\\/?number=123456789010\",\"tracking_urls\":[\"https:\\/\\/www.new-fedex-tracking.com\\/?number=123456789010\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782893\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"ac309f3b-3355-44c0-bf20-3489874c5f53","name":"Fulfill an order using only a tracking number and a custom tracking URL (respects tracking URL but attempts to generate tracking company if number matches recognizable pattern)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"CJ274101086US\",\n    \"tracking_url\": \"http:\\/\\/www.custom-tracking.com\\/?tracking_number=CJ274101086US\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782896,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:04-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:04-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"CJ274101086US\",\"tracking_numbers\":[\"CJ274101086US\"],\"tracking_url\":\"http:\\/\\/www.custom-tracking.com\\/?tracking_number=CJ274101086US\",\"tracking_urls\":[\"http:\\/\\/www.custom-tracking.com\\/?tracking_number=CJ274101086US\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782896\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"b4589c5e-8ab0-4fe1-b0ba-714299b6b35b","name":"Fulfill an order using a non-supported tracking company without a tracking URL. Does not generate a URL if tracking number does not match a recognizable pattern.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"1234567\",\n    \"tracking_company\": \"Custom Tracking Company\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782895,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:03-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:03-05:00\",\"tracking_company\":\"Custom Tracking Company\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1234567\",\"tracking_numbers\":[\"1234567\"],\"tracking_url\":null,\"tracking_urls\":[],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782895\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"c6a7f3ef-72a9-4bcc-87e4-3329a7df78fa","name":"Fulfill an order using a non-supported tracking company without a tracking URL (generates best guess URL if number matches recognizable pattern)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"RR123456789CN\",\n    \"tracking_company\": \"Chinese Post\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782894,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:02-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:02-05:00\",\"tracking_company\":\"Chinese Post\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"RR123456789CN\",\"tracking_numbers\":[\"RR123456789CN\"],\"tracking_url\":\"http:\\/\\/www.track-chinapost.com\",\"tracking_urls\":[\"http:\\/\\/www.track-chinapost.com\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782894\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"},{"id":"e926d529-c7bf-4efc-a79d-35ee586c0bfd","name":"Fulfill an order using a supported tracking company in an incorrect format (uses fuzzy matches to generate tracking URL, but respects tracking company supplied)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"location_id\": 905684977,\n    \"tracking_number\": \"123456789010\",\n    \"tracking_company\": \"fed ex\",\n    \"line_items\": [\n      {\n        \"id\": 466157049\n      },\n      {\n        \"id\": 518995019\n      },\n      {\n        \"id\": 703073504\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments.json","description":"<p>Create a fulfillment for the specified order and line items.</p> <p>The fulfillment's status depends on the line items in the order: <ul> <li>If the line items in the fulfillment use a manual or custom fulfillment service, then the status of the returned fulfillment will be set immediately.</li> <li>If the line items use an external fulfillment service, then they will be queued for fulfillment and the status will be set to <strong>pending</strong> until the external fulfillment service has been invoked.</li> </ul></p> <br/> <p>A fulfillment might then transition to <strong>open</strong>, which implies it is being processed by the service, before transitioning to <strong>success</strong> when the items have shipped. If you don't specify line item IDs, then all unfulfilled and partially fulfilled line items for the order will be fulfilled. However, if an order is refunded or if any of its individual line items are refunded, then the order can't be fulfilled.</p> <br/> <p>All line items being fulfilled must have the same fulfillment service.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you are using this endpoint with a Partner development store or a trial store, then you can create no more than 5 new fulfillments per minute.</p> </aside> <h3>About tracking urls</h3> <p>If you're creating a fulfillment for a supported carrier, then you can send the <code>tracking_company</code> and <code>tracking_numbers</code> fields, and Shopify will generate the <code>tracking_url</code> for you. If you're creating a fulfillment for an unsupported carrier (not in the <code>tracking_company</code> list), then send the <code>tracking_company</code>, <code>tracking_numbers</code>, and <code>tracking_urls</code> fields.</p> <br/> <aside class=\"note\"> <h4>Note</h4> <p>If you send an unsupported carrier without a tracking URL, then Shopify will still try to generate a valid tracking URL by using pattern matching on the tracking number.</p> </aside>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782892,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:59-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:19:59-05:00\",\"tracking_company\":\"fed ex\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"123456789010\",\"tracking_numbers\":[\"123456789010\"],\"tracking_url\":\"https:\\/\\/www.fedex.com\\/Tracking?tracknumbers=123456789010\\u0026action=track\",\"tracking_urls\":[\"https:\\/\\/www.fedex.com\\/Tracking?tracknumbers=123456789010\\u0026action=track\"],\"receipt\":{},\"name\":\"#1001.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782892\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":518995019,\"variant_id\":49148385,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008RED\",\"variant_title\":\"red\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - red\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/518995019\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]},{\"id\":703073504,\"variant_id\":457924702,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008BLACK\",\"variant_title\":\"black\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - black\",\"variant_inventory_management\":\"shopify\",\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/703073504\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"59a5aa88-439d-40cf-8d6e-ce0a09f90287"},{"name":"Creates a fulfillment for one or many fulfillment orders","id":"6abb523f-0486-42e9-97be-566f090fe3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments.json","description":"<p>Creates a fulfillment for one or many fulfillment orders. The fulfillment orders are associated with the same order and are assigned to the same location.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillments.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"19376b08-5bb9-42c2-88c9-7be0d41295c6","name":"Create a fulfillment for the fulfillment order line items specified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"message\": \"The package was shipped this morning.\",\n    \"notify_customer\": false,\n    \"tracking_info\": {\n      \"number\": 1562678,\n      \"url\": \"https:\\/\\/www.my-shipping-company.com\",\n      \"company\": \"my-shipping-company\"\n    },\n    \"line_items_by_fulfillment_order\": [\n      {\n        \"fulfillment_order_id\": 1025578620,\n        \"fulfillment_order_line_items\": [\n          {\n            \"id\": 1025578622,\n            \"quantity\": 1\n          }\n        ]\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments.json","description":"Creates a fulfillment for one or many fulfillment orders. The fulfillment orders are associated with the same order and are assigned to the same location."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782900,\"order_id\":1073459963,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:08-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:08-05:00\",\"tracking_company\":\"my-shipping-company\",\"shipment_status\":null,\"location_id\":48752903,\"tracking_number\":\"1562678\",\"tracking_numbers\":[\"1562678\"],\"tracking_url\":\"https:\\/\\/www.my-shipping-company.com\",\"tracking_urls\":[\"https:\\/\\/www.my-shipping-company.com\"],\"receipt\":{},\"name\":\"#1033.2\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782900\",\"line_items\":[{\"id\":1071823175,\"variant_id\":389013007,\"title\":\"Crappy Shoes - Red\",\"quantity\":1,\"sku\":\"crappy_shoes_red\",\"variant_title\":\"Small\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":910489600,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Crappy Shoes - Red - Small\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":10,\"price\":\"10.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823175\",\"tax_lines\":[]}]}}"},{"id":"bb20ec70-a6b7-4363-9c60-d5d9cbf5ba12","name":"Creates a fulfillment for all fulfillment order line items if `fulfillment_order_line_items` is left blank","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"message\": \"The package was shipped this morning.\",\n    \"notify_customer\": false,\n    \"tracking_info\": {\n      \"number\": 1562678,\n      \"url\": \"https:\\/\\/www.my-shipping-company.com\",\n      \"company\": \"my-shipping-company\"\n    },\n    \"line_items_by_fulfillment_order\": [\n      {\n        \"fulfillment_order_id\": 1025578621\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments.json","description":"Creates a fulfillment for one or many fulfillment orders. The fulfillment orders are associated with the same order and are assigned to the same location."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782902,\"order_id\":1073459964,\"status\":\"success\",\"created_at\":\"2020-01-14T10:20:09-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:09-05:00\",\"tracking_company\":\"my-shipping-company\",\"shipment_status\":null,\"location_id\":48752903,\"tracking_number\":\"1562678\",\"tracking_numbers\":[\"1562678\"],\"tracking_url\":\"https:\\/\\/www.my-shipping-company.com\",\"tracking_urls\":[\"https:\\/\\/www.my-shipping-company.com\"],\"receipt\":{},\"name\":\"#1033.2\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782902\",\"line_items\":[{\"id\":1071823177,\"variant_id\":389013007,\"title\":\"Crappy Shoes - Red\",\"quantity\":1,\"sku\":\"crappy_shoes_red\",\"variant_title\":\"Small\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":910489600,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Crappy Shoes - Red - Small\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":10,\"price\":\"10.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823177\",\"tax_lines\":[]}]}}"}],"_postman_id":"6abb523f-0486-42e9-97be-566f090fe3a3"},{"name":"Modify an existing Fulfillment","id":"99fd7327-9163-4eca-b734-ae196d0ab3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}.json","description":"<p>Update information associated with a fulfillment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b0188f97-3023-4d6f-99f0-e3ccec6c402d","name":"Update the tracking number for a fulfillment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"tracking_number\": \"987654321\",\n    \"id\": 255858046\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}.json","description":"Update information associated with a fulfillment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":255858046,\"order_id\":450789469,\"status\":\"failure\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:10-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"987654321\",\"tracking_numbers\":[\"987654321\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=987654321\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=987654321\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"99fd7327-9163-4eca-b734-ae196d0ab3f1"},{"name":"Updates the tracking information for a fulfillment","id":"e3738a44-5ff8-4bbf-89ce-110e1720c508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments/{{fulfillment_id}}/update_tracking.json","description":"<p>Updates the tracking information for a fulfillment.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillments","{{fulfillment_id}}","update_tracking.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"08bfdc2a-e6c8-44df-b182-a0826a4b7d5a","name":"Update the tracking information for a fulfillment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment\": {\n    \"notify_customer\": true,\n    \"tracking_info\": {\n      \"number\": \"1111\",\n      \"url\": \"http:\\/\\/www.my-url.com\",\n      \"company\": \"my-company\"\n    }\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments/{{fulfillment_id}}/update_tracking.json","description":"Updates the tracking information for a fulfillment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782903,\"order_id\":1073459965,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:11-05:00\",\"tracking_company\":\"my-company\",\"shipment_status\":null,\"location_id\":48752903,\"tracking_number\":\"1111\",\"tracking_numbers\":[\"1111\"],\"tracking_url\":\"http:\\/\\/www.my-url.com\",\"tracking_urls\":[\"http:\\/\\/www.my-url.com\"],\"receipt\":{},\"name\":\"#1033.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782903\",\"line_items\":[{\"id\":1071823178,\"variant_id\":43729076,\"title\":\"Draft\",\"quantity\":1,\"sku\":\"draft-151\",\"variant_title\":\"151cm\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":108828309,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Draft - 151cm\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":10,\"price\":\"10.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823178\",\"tax_lines\":[]}]}}"}],"_postman_id":"e3738a44-5ff8-4bbf-89ce-110e1720c508"},{"name":"Complete a fulfillment","id":"1e0238d7-a113-45b6-a3cb-dd5f73f34f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/complete.json","description":"<p>Mark a fulfillment as complete</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","complete.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"178d9af2-fd8d-46f2-8e1c-c7d1e3ebfa23","name":"Complete a fulfillment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/complete.json","description":"Mark a fulfillment as complete"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":255858046,\"order_id\":450789469,\"status\":\"success\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:12-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":\"fulfilled\",\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"1e0238d7-a113-45b6-a3cb-dd5f73f34f6f"},{"name":"Transition a fulfillment from pending to open.","id":"8625dda6-1579-431a-ad20-c6ec948f33e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/open.json","description":"<p>Mark a fulfillment as open</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","open.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"4421f8d2-941c-49ff-b1cc-3c0763cca7d3","name":"Transition a fulfillment from pending to open","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/open.json","description":"Mark a fulfillment as open"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":255858046,\"order_id\":450789469,\"status\":\"open\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:14-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"8625dda6-1579-431a-ad20-c6ec948f33e2"},{"name":"Cancel a fulfillment for a specific order ID","id":"5023e935-d3f3-4bc9-a5d4-5364d253a921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/cancel.json","description":"<p>Cancel a fulfillment for a specific order ID</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","cancel.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"f664b0c4-39dd-4e20-88b8-04e1db9d795f","name":"Cancel a fulfillment for a specific order ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/cancel.json","description":"Cancel a fulfillment for a specific order ID"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":255858046,\"order_id\":450789469,\"status\":\"cancelled\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:17-05:00\",\"tracking_company\":\"USPS\",\"shipment_status\":null,\"location_id\":905684977,\"tracking_number\":\"1Z2345\",\"tracking_numbers\":[\"1Z2345\"],\"tracking_url\":\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\",\"tracking_urls\":[\"https:\\/\\/tools.usps.com\\/go\\/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"],\"receipt\":{\"testcase\":true,\"authorization\":\"123456\"},\"name\":\"#1001.0\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/255858046\",\"line_items\":[{\"id\":466157049,\"variant_id\":39072856,\"title\":\"IPod Nano - 8gb\",\"quantity\":1,\"sku\":\"IPOD2008GREEN\",\"variant_title\":\"green\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":632910392,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"IPod Nano - 8gb - green\",\"variant_inventory_management\":\"shopify\",\"properties\":[{\"name\":\"Custom Engraving Front\",\"value\":\"Happy Birthday\"},{\"name\":\"Custom Engraving Back\",\"value\":\"Merry Christmas\"}],\"product_exists\":true,\"fulfillable_quantity\":0,\"grams\":200,\"price\":\"199.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"199.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/466157049\",\"tax_lines\":[{\"title\":\"State Tax\",\"price\":\"3.98\",\"rate\":0.06,\"price_set\":{\"shop_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"3.98\",\"currency_code\":\"USD\"}}}]}]}}"}],"_postman_id":"5023e935-d3f3-4bc9-a5d4-5364d253a921"},{"name":"Cancels a fulfillment","id":"ffd03487-23fe-4769-9901-89649a28d351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments/{{fulfillment_id}}/cancel.json","description":"<p>Cancels a fulfillment.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillments","{{fulfillment_id}}","cancel.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"b63c50e7-f5cd-4f78-b6d9-daa478b359b1","name":"Cancel a fulfillment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillments/{{fulfillment_id}}/cancel.json","description":"Cancels a fulfillment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment\":{\"id\":1022782904,\"order_id\":1073459966,\"status\":\"cancelled\",\"created_at\":\"2020-01-14T10:19:28-05:00\",\"service\":\"manual\",\"updated_at\":\"2020-01-14T10:20:19-05:00\",\"tracking_company\":\"UPS\",\"shipment_status\":null,\"location_id\":48752903,\"tracking_number\":\"4321\",\"tracking_numbers\":[\"4321\"],\"tracking_url\":\"https:\\/\\/www.ups.com\\/WebTracking?loc=en_US\\u0026requester=ST\\u0026trackNums=4321\",\"tracking_urls\":[\"https:\\/\\/www.ups.com\\/WebTracking?loc=en_US\\u0026requester=ST\\u0026trackNums=4321\"],\"receipt\":{},\"name\":\"#1033.1\",\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/Fulfillment\\/1022782904\",\"line_items\":[{\"id\":1071823180,\"variant_id\":43729076,\"title\":\"Draft\",\"quantity\":1,\"sku\":\"draft-151\",\"variant_title\":\"151cm\",\"vendor\":null,\"fulfillment_service\":\"manual\",\"product_id\":108828309,\"requires_shipping\":true,\"taxable\":true,\"gift_card\":false,\"name\":\"Draft - 151cm\",\"variant_inventory_management\":null,\"properties\":[],\"product_exists\":true,\"fulfillable_quantity\":1,\"grams\":10,\"price\":\"10.00\",\"total_discount\":\"0.00\",\"fulfillment_status\":null,\"price_set\":{\"shop_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"10.00\",\"currency_code\":\"USD\"}},\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"USD\"}},\"discount_allocations\":[],\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/LineItem\\/1071823180\",\"tax_lines\":[]}]}}"}],"_postman_id":"ffd03487-23fe-4769-9901-89649a28d351"}],"id":"03250ba6-acfc-41e7-95f4-2703ddf1882e","description":"<div class=\"note note-caution\"> <h4>Important</h4> <p>Apps are required to specify a <code>location_id</code> when creating fulfillments. For more information, see <a href=\"https://help.shopify.com/api/guides/managing-fulfillments\"><em>Managing fulfillments</em></a>.</p> </div> <p>You can use the Fulfillment resource to view, create, modify, or delete an order's or <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillmentorder\">fulfillment order</a>'s fulfillments. A fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. A fulfillment represents work that is completed as part of a fulfillment order and can include one or more items. You can use the Fulfillment resource to manage fulfillments for both orders and fulfillment orders.</p> <p>This resource is most often used in apps that perform shipping-related actions, such as making tracking and delivery updates, or creating additional shipments as required for an order or fulfillment order.</p> <p>Each fulfillment supports a single tracking number. If you need to use multiple tracking numbers, then you should create separate fulfillments.</p>","_postman_id":"03250ba6-acfc-41e7-95f4-2703ddf1882e"},{"name":"FulfillmentEvent","item":[{"name":"Retrieves a list of fulfillment events for a specific fulfillment","id":"161617c2-a0e2-4e77-9422-62f5fe43daff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events.json","description":"<p>Retrieves a list of fulfillment events for a specific fulfillment</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","events.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The ID of the fulfillment that's associated with the fulfillment event. </p>\n","type":"text/plain"},"key":"fulfillment_id","value":""},{"disabled":true,"description":{"content":"<p>The ID of the order that's associated with the fulfillment event. </p>\n","type":"text/plain"},"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"271f5d5e-b6b2-4841-9928-0883c0780e34","name":"Retrieve a list of all the fulfillment events that are associated with a specific fulfillment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","events.json"],"query":[{"key":"fulfillment_id","value":"","description":"The ID of the fulfillment that\\'s associated with the fulfillment event. ","disabled":true},{"key":"order_id","value":"","description":"The ID of the order that\\'s associated with the fulfillment event. ","disabled":true}]},"description":"Retrieves a list of fulfillment events for a specific fulfillment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_events\":[{\"id\":944956391,\"fulfillment_id\":255858046,\"status\":\"in_transit\",\"message\":null,\"happened_at\":\"2020-01-14T10:20:24-05:00\",\"city\":null,\"province\":null,\"country\":null,\"zip\":null,\"address1\":null,\"latitude\":null,\"longitude\":null,\"shop_id\":690933842,\"created_at\":\"2020-01-14T10:20:24-05:00\",\"updated_at\":\"2020-01-14T10:20:24-05:00\",\"estimated_delivery_at\":null,\"order_id\":450789469,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/FulfillmentEvent\\/944956391\"}]}"}],"_postman_id":"161617c2-a0e2-4e77-9422-62f5fe43daff"},{"name":"Retrieves a specific fulfillment event","id":"612af82f-7013-44a1-853e-53269d7e6f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events/{{event_id}}.json","description":"<p>Retrieves a specific fulfillment event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","events","{{event_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The ID of the fulfillment event. </p>\n","type":"text/plain"},"key":"event_id","value":""}],"variable":[]}},"response":[{"id":"38149187-511a-4af0-803e-68be69d6b4f4","name":"Retrieve a specific fulfillment event","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events/{{event_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","events","{{event_id}}.json"],"query":[{"key":"event_id","value":"","description":"The ID of the fulfillment event. ","disabled":true}]},"description":"Retrieves a specific fulfillment event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_event\":{\"id\":944956392,\"fulfillment_id\":255858046,\"status\":\"in_transit\",\"message\":null,\"happened_at\":\"2020-01-14T10:20:25-05:00\",\"city\":null,\"province\":null,\"country\":null,\"zip\":null,\"address1\":null,\"latitude\":null,\"longitude\":null,\"shop_id\":690933842,\"created_at\":\"2020-01-14T10:20:25-05:00\",\"updated_at\":\"2020-01-14T10:20:25-05:00\",\"estimated_delivery_at\":null,\"order_id\":450789469,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/FulfillmentEvent\\/944956392\"}}"}],"_postman_id":"612af82f-7013-44a1-853e-53269d7e6f4e"},{"name":"Creates a fulfillment event","id":"f595a9f7-dc6a-46ab-9900-96537e7d479f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events.json","description":"<p>Creates a fulfillment event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","events.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7b01d35f-224c-4a61-86fa-a56926efe7b3","name":"Create a fulfillment event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event\": {\n    \"status\": \"in_transit\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events.json","description":"Creates a fulfillment event"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_event\":{\"id\":944956393,\"fulfillment_id\":255858046,\"status\":\"in_transit\",\"message\":null,\"happened_at\":\"2020-01-14T10:20:26-05:00\",\"city\":null,\"province\":null,\"country\":null,\"zip\":null,\"address1\":null,\"latitude\":null,\"longitude\":null,\"shop_id\":690933842,\"created_at\":\"2020-01-14T10:20:26-05:00\",\"updated_at\":\"2020-01-14T10:20:26-05:00\",\"estimated_delivery_at\":null,\"order_id\":450789469,\"admin_graphql_api_id\":\"gid:\\/\\/shopify\\/FulfillmentEvent\\/944956393\"}}"}],"_postman_id":"f595a9f7-dc6a-46ab-9900-96537e7d479f"},{"name":"Deletes a fulfillment event","id":"499f3aee-5afa-4677-98bd-c1d1906e7212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events/{{event_id}}.json","description":"<p>Deletes a fulfillment event</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillments","{{fulfillment_id}}","events","{{event_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"bb88c240-12ba-4fe3-ad6d-1f1238992bfd","name":"Delete a fulfillment event","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillments/{{fulfillment_id}}/events/{{event_id}}.json","description":"Deletes a fulfillment event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"499f3aee-5afa-4677-98bd-c1d1906e7212"}],"id":"531e089e-5534-4b0f-92d5-c8c5998e880c","description":"<p> The FulfillmentEvent resource represents tracking events that belong to a <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillment\">fulfillment</a> of one or more items in an <a href=\"https://help.shopify.com/api/reference/orders/order\">order</a>. Fulfillment events are displayed on the <a href=\"https://help.shopify.com/manual/orders/status-tracking\">order status page</a> to update customers on the status of their shipment.</p>","_postman_id":"531e089e-5534-4b0f-92d5-c8c5998e880c"},{"name":"FulfillmentOrder","item":[{"name":"Retrieves a list of fulfillment orders for a specific order","id":"2c56e15a-3fb1-4ae5-bc26-61cdd95b0e25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillment_orders.json","description":"<p>Retrieves a list of fulfillment orders for a specific order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillment_orders.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The ID of the order that is associated with the fulfillment orders. </p>\n","type":"text/plain"},"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"4fec807a-c203-4766-8a0d-c1de9d7e8647","name":"Retrieve a list of all fulfillment orders for an order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/orders/{{order_id}}/fulfillment_orders.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","orders","{{order_id}}","fulfillment_orders.json"],"query":[{"key":"order_id","value":"","description":"The ID of the order that is associated with the fulfillment orders. ","disabled":true}]},"description":"Retrieves a list of fulfillment orders for a specific order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_orders\":[{\"id\":1025578638,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"mars-fulfillment\",\"request_status\":\"submitted\",\"status\":\"open\",\"supported_actions\":[\"cancel_fulfillment_order\"],\"destination\":{\"id\":1025578632,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578651,\"shop_id\":690933842,\"fulfillment_order_id\":1025578638,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"merchant_requests\":[]}]}"}],"_postman_id":"2c56e15a-3fb1-4ae5-bc26-61cdd95b0e25"},{"name":"Retrieves a specific fulfillment order","id":"617e3287-69e1-4ce0-a602-7d38970f20c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}.json","description":"<p>Retrieves a specific fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3c64da80-aa4c-4e24-aeb6-99c2273614dd","name":"Get a single fulfillment order by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}.json","description":"Retrieves a specific fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578639,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"mars-fulfillment\",\"request_status\":\"submitted\",\"status\":\"open\",\"supported_actions\":[\"cancel_fulfillment_order\"],\"destination\":{\"id\":1025578633,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578652,\"shop_id\":690933842,\"fulfillment_order_id\":1025578639,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"merchant_requests\":[]}}"}],"_postman_id":"617e3287-69e1-4ce0-a602-7d38970f20c6"},{"name":"Cancel a fulfillment order","id":"dad0003f-b9c1-479e-a8df-a6ccbc097997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancel.json","description":"<p>Marks a fulfillment order as cancelled.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","cancel.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"e547d511-5eb6-4aba-9db3-702a2e6945cf","name":"Cancel a fulfillment order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_order\": {\n    \"id\": 1025578640,\n    \"shop_id\": 690933842,\n    \"order_id\": 450789469,\n    \"assigned_location_id\": 48752903,\n    \"fulfillment_service_handle\": \"mars-fulfillment\",\n    \"request_status\": \"submitted\",\n    \"status\": \"open\",\n    \"supported_actions\": [\n      \"cancel_fulfillment_order\"\n    ],\n    \"destination\": {\n      \"id\": 1025578634,\n      \"address1\": \"Chestnut Street 92\",\n      \"address2\": \"\",\n      \"city\": \"Louisville\",\n      \"company\": null,\n      \"country\": \"United States\",\n      \"email\": \"bob.norman@hostmail.com\",\n      \"first_name\": \"Bob\",\n      \"last_name\": \"Norman\",\n      \"phone\": \"555-625-1199\",\n      \"province\": \"Kentucky\",\n      \"zip\": \"40202\"\n    },\n    \"line_items\": [\n      {\n        \"id\": 1025578653,\n        \"shop_id\": 690933842,\n        \"fulfillment_order_id\": 1025578640,\n        \"quantity\": 1,\n        \"line_item_id\": 518995019,\n        \"inventory_item_id\": 49148385,\n        \"fulfillable_quantity\": 1,\n        \"variant_id\": 49148385\n      }\n    ],\n    \"assigned_location\": {\n      \"address1\": null,\n      \"address2\": null,\n      \"city\": null,\n      \"country_code\": \"DE\",\n      \"location_id\": 48752903,\n      \"name\": \"Apple Api Shipwire\",\n      \"phone\": null,\n      \"province\": null,\n      \"zip\": null\n    },\n    \"merchant_requests\": [\n\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/cancel.json","description":"Marks a fulfillment order as cancelled."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578640,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"mars-fulfillment\",\"request_status\":\"submitted\",\"status\":\"closed\",\"supported_actions\":[],\"destination\":{\"id\":1025578634,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578653,\"shop_id\":690933842,\"fulfillment_order_id\":1025578640,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"merchant_requests\":[]},\"replacement_fulfillment_order\":{\"id\":1025578641,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"mars-fulfillment\",\"request_status\":\"unsubmitted\",\"status\":\"open\",\"supported_actions\":[\"request_fulfillment\",\"create_fulfillment\"],\"destination\":{\"id\":1025578635,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578654,\"shop_id\":690933842,\"fulfillment_order_id\":1025578641,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"merchant_requests\":[]}}"}],"_postman_id":"dad0003f-b9c1-479e-a8df-a6ccbc097997"},{"name":"Marks a fulfillment order as incomplete","id":"a643926c-0de1-4f35-b624-268ddc1f6e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/close.json","description":"<p>Marks an in progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","close.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"64e35bb7-0cf4-4a9a-af8d-70a7a829ca6d","name":"Transition a fulfillment order from in progress to incomplete","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_order\": {\n    \"message\": \"Not enough inventory to complete this work.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/close.json","description":"Marks an in progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578642,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"mars-fulfillment\",\"request_status\":\"closed\",\"status\":\"incomplete\",\"supported_actions\":[\"request_fulfillment\",\"create_fulfillment\"],\"destination\":{\"id\":1025578636,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578655,\"shop_id\":690933842,\"fulfillment_order_id\":1025578642,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"merchant_requests\":[]}}"}],"_postman_id":"a643926c-0de1-4f35-b624-268ddc1f6e31"},{"name":"Moves a fulfillment order to a new location","id":"0260526f-5c23-4143-8051-c605ddcf0c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/move.json","description":"<p>Moves a fulfillment order from one merchant managed location to another merchant managed location.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","move.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"ac16cd96-6666-4aa4-a069-44875f8b8429","name":"Move a fulfillment order to a new location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_order\": {\n    \"new_location_id\": 905684977\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/move.json","description":"Moves a fulfillment order from one merchant managed location to another merchant managed location."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"original_fulfillment_order\":{\"id\":1025578643,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":487838322,\"fulfillment_service_handle\":\"manual\",\"request_status\":\"submitted\",\"status\":\"closed\",\"supported_actions\":[],\"destination\":{\"id\":1025578637,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578656,\"shop_id\":690933842,\"fulfillment_order_id\":1025578643,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"merchant_requests\":[]},\"moved_fulfillment_order\":{\"id\":1025578644,\"shop_id\":690933842,\"order_id\":450789469,\"assigned_location_id\":905684977,\"fulfillment_service_handle\":\"manual\",\"request_status\":\"unsubmitted\",\"status\":\"open\",\"supported_actions\":[\"create_fulfillment\",\"move\"],\"destination\":{\"id\":1025578638,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"line_items\":[{\"id\":1025578657,\"shop_id\":690933842,\"fulfillment_order_id\":1025578644,\"quantity\":1,\"line_item_id\":518995019,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"assigned_location\":{\"address1\":\"50 Rideau Street\",\"address2\":null,\"city\":\"Ottawa\",\"country_code\":\"CA\",\"location_id\":905684977,\"name\":\"50 Rideau Street\",\"phone\":null,\"province\":\"Ontario\",\"zip\":\"K1N 9J7\"},\"merchant_requests\":[]},\"remaining_fulfillment_order\":null}"}],"_postman_id":"0260526f-5c23-4143-8051-c605ddcf0c3d"}],"id":"62a88201-adbb-4124-a150-9a89a97886c9","description":"<p> The FulfillmentOrder resource represents either an item or a group of items in an <a href=\"https://help.shopify.com/api/reference/orders/order\">order</a> that are to be fulfilled from the same location. There can be more than one fulfillment order for an <a href=\"https://help.shopify.com/api/reference/orders/order\">order</a> at a given location. </p>","_postman_id":"62a88201-adbb-4124-a150-9a89a97886c9"},{"name":"FulfillmentRequest","item":[{"name":"Sends a fulfillment request","id":"82200953-331a-4620-8e69-d80f4fe424de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request.json","description":"<p>Sends a fulfillment request to the fulfillment service of a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","fulfillment_request.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"ba5daf51-bb53-4fe6-a360-0ee7e11e6e2c","name":"Sends a fulfillment request to the fulfillment service of a fulfillment order for the specified line items","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_request\": {\n    \"message\": \"Fulfill this ASAP please.\",\n    \"fulfillment_order_line_items\": [\n      {\n        \"id\": 1025578642,\n        \"quantity\": 1\n      },\n      {\n        \"id\": 1025578643,\n        \"quantity\": 1\n      }\n    ]\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request.json","description":"Sends a fulfillment request to the fulfillment service of a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"original_fulfillment_order\":{\"id\":1025578634,\"shop_id\":690933842,\"order_id\":1073459977,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"unsubmitted\",\"status\":\"closed\",\"supported_actions\":[],\"destination\":{\"id\":1025578628,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578642,\"shop_id\":690933842,\"fulfillment_order_id\":1025578634,\"quantity\":1,\"line_item_id\":1071823203,\"inventory_item_id\":39072856,\"fulfillable_quantity\":1,\"variant_id\":39072856},{\"id\":1025578643,\"shop_id\":690933842,\"fulfillment_order_id\":1025578634,\"quantity\":1,\"line_item_id\":1071823204,\"inventory_item_id\":457924702,\"fulfillable_quantity\":1,\"variant_id\":457924702},{\"id\":1025578644,\"shop_id\":690933842,\"fulfillment_order_id\":1025578634,\"quantity\":1,\"line_item_id\":1071823205,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]},\"submitted_fulfillment_order\":{\"id\":1025578635,\"shop_id\":690933842,\"order_id\":1073459977,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"submitted\",\"status\":\"open\",\"supported_actions\":[\"cancel_fulfillment_order\"],\"destination\":{\"id\":1025578629,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578645,\"shop_id\":690933842,\"fulfillment_order_id\":1025578635,\"quantity\":1,\"line_item_id\":1071823203,\"inventory_item_id\":39072856,\"fulfillable_quantity\":1,\"variant_id\":39072856},{\"id\":1025578646,\"shop_id\":690933842,\"fulfillment_order_id\":1025578635,\"quantity\":1,\"line_item_id\":1071823204,\"inventory_item_id\":457924702,\"fulfillable_quantity\":1,\"variant_id\":457924702}],\"outgoing_requests\":[{\"message\":\"Fulfill this ASAP please.\",\"request_options\":{\"notify_customer\":false},\"sent_at\":\"2020-01-14T10:36:46-05:00\",\"kind\":\"fulfillment_request\"}]},\"unsubmitted_fulfillment_order\":{\"id\":1025578636,\"shop_id\":690933842,\"order_id\":1073459977,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"unsubmitted\",\"status\":\"open\",\"supported_actions\":[\"request_fulfillment\",\"create_fulfillment\"],\"destination\":{\"id\":1025578630,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578647,\"shop_id\":690933842,\"fulfillment_order_id\":1025578636,\"quantity\":1,\"line_item_id\":1071823205,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]}}"},{"id":"dbcbafb8-c5f7-4f2f-ab6c-75b201b0e8be","name":"Sends a fulfillment request to the fulfillment service for all line items on the fulfillment order if fulfillment_order_line_items is left blank","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_request\": {\n    \"message\": \"Fulfill this ASAP please.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request.json","description":"Sends a fulfillment request to the fulfillment service of a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"original_fulfillment_order\":{\"id\":1025578637,\"shop_id\":690933842,\"order_id\":1073459978,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"submitted\",\"status\":\"open\",\"supported_actions\":[\"cancel_fulfillment_order\"],\"destination\":{\"id\":1025578631,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578648,\"shop_id\":690933842,\"fulfillment_order_id\":1025578637,\"quantity\":1,\"line_item_id\":1071823206,\"inventory_item_id\":39072856,\"fulfillable_quantity\":1,\"variant_id\":39072856},{\"id\":1025578649,\"shop_id\":690933842,\"fulfillment_order_id\":1025578637,\"quantity\":1,\"line_item_id\":1071823207,\"inventory_item_id\":457924702,\"fulfillable_quantity\":1,\"variant_id\":457924702},{\"id\":1025578650,\"shop_id\":690933842,\"fulfillment_order_id\":1025578637,\"quantity\":1,\"line_item_id\":1071823208,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[{\"message\":\"Fulfill this ASAP please.\",\"request_options\":{\"notify_customer\":false},\"sent_at\":\"2020-01-14T10:36:48-05:00\",\"kind\":\"fulfillment_request\"}]},\"submitted_fulfillment_order\":{\"id\":1025578637,\"shop_id\":690933842,\"order_id\":1073459978,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"submitted\",\"status\":\"open\",\"supported_actions\":[\"cancel_fulfillment_order\"],\"destination\":{\"id\":1025578631,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578648,\"shop_id\":690933842,\"fulfillment_order_id\":1025578637,\"quantity\":1,\"line_item_id\":1071823206,\"inventory_item_id\":39072856,\"fulfillable_quantity\":1,\"variant_id\":39072856},{\"id\":1025578649,\"shop_id\":690933842,\"fulfillment_order_id\":1025578637,\"quantity\":1,\"line_item_id\":1071823207,\"inventory_item_id\":457924702,\"fulfillable_quantity\":1,\"variant_id\":457924702},{\"id\":1025578650,\"shop_id\":690933842,\"fulfillment_order_id\":1025578637,\"quantity\":1,\"line_item_id\":1071823208,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[{\"message\":\"Fulfill this ASAP please.\",\"request_options\":{\"notify_customer\":false},\"sent_at\":\"2020-01-14T10:36:48-05:00\",\"kind\":\"fulfillment_request\"}]},\"unsubmitted_fulfillment_order\":null}"}],"_postman_id":"82200953-331a-4620-8e69-d80f4fe424de"},{"name":"Accepts a fulfillment request","id":"f9c64801-754e-4bf9-909a-4b0aafa107c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request/accept.json","description":"<p>Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","fulfillment_request","accept.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7345dcdc-32fb-42c2-bf7c-ec9dad0cea03","name":"Accepts a fulfillment request sent to a fulfillment service and updates the fulfillment order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_request\": {\n    \"message\": \"We will start processing your fulfillment on the next business day.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request/accept.json","description":"Accepts a fulfillment request sent to a fulfillment service for a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578632,\"shop_id\":690933842,\"order_id\":1073459975,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"accepted\",\"status\":\"in_progress\",\"supported_actions\":[\"request_cancellation\",\"create_fulfillment\"],\"destination\":{\"id\":1025578626,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578636,\"shop_id\":690933842,\"fulfillment_order_id\":1025578632,\"quantity\":1,\"line_item_id\":1071823197,\"inventory_item_id\":39072856,\"fulfillable_quantity\":1,\"variant_id\":39072856},{\"id\":1025578637,\"shop_id\":690933842,\"fulfillment_order_id\":1025578632,\"quantity\":1,\"line_item_id\":1071823198,\"inventory_item_id\":457924702,\"fulfillable_quantity\":1,\"variant_id\":457924702},{\"id\":1025578638,\"shop_id\":690933842,\"fulfillment_order_id\":1025578632,\"quantity\":1,\"line_item_id\":1071823199,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]}}"}],"_postman_id":"f9c64801-754e-4bf9-909a-4b0aafa107c9"},{"name":"Rejects a fulfillment request","id":"f531fac0-ec4a-40cd-b704-258db07e88d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request/reject.json","description":"<p>Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","fulfillment_request","reject.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"2efdaac2-b206-4006-869d-9564548da301","name":"Rejects a fulfillment request sent to a fulfillment service and updates the fulfillment order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_request\": {\n    \"message\": \"Not enough inventory on hand to complete the work.\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/fulfillment_request/reject.json","description":"Rejects a fulfillment request sent to a fulfillment service for a fulfillment order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_order\":{\"id\":1025578633,\"shop_id\":690933842,\"order_id\":1073459976,\"assigned_location_id\":48752903,\"fulfillment_service_handle\":\"shipwire-app\",\"request_status\":\"rejected\",\"status\":\"open\",\"supported_actions\":[\"request_fulfillment\",\"create_fulfillment\"],\"destination\":{\"id\":1025578627,\"address1\":\"Chestnut Street 92\",\"address2\":\"\",\"city\":\"Louisville\",\"company\":null,\"country\":\"United States\",\"email\":\"bob.norman@hostmail.com\",\"first_name\":\"Bob\",\"last_name\":\"Norman\",\"phone\":\"555-625-1199\",\"province\":\"Kentucky\",\"zip\":\"40202\"},\"origin\":{\"address1\":null,\"address2\":null,\"city\":null,\"country_code\":\"DE\",\"location_id\":48752903,\"name\":\"Apple Api Shipwire\",\"phone\":null,\"province\":null,\"zip\":null},\"line_items\":[{\"id\":1025578639,\"shop_id\":690933842,\"fulfillment_order_id\":1025578633,\"quantity\":1,\"line_item_id\":1071823200,\"inventory_item_id\":39072856,\"fulfillable_quantity\":1,\"variant_id\":39072856},{\"id\":1025578640,\"shop_id\":690933842,\"fulfillment_order_id\":1025578633,\"quantity\":1,\"line_item_id\":1071823201,\"inventory_item_id\":457924702,\"fulfillable_quantity\":1,\"variant_id\":457924702},{\"id\":1025578641,\"shop_id\":690933842,\"fulfillment_order_id\":1025578633,\"quantity\":1,\"line_item_id\":1071823202,\"inventory_item_id\":49148385,\"fulfillable_quantity\":1,\"variant_id\":49148385}],\"outgoing_requests\":[]}}"}],"_postman_id":"f531fac0-ec4a-40cd-b704-258db07e88d6"}],"id":"96699b93-30e4-4284-8b03-4f7f57502b02","description":"<p> The FulfillmentRequest resource represents a fulfillment request made by the merchant to a <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillmentservice\">fulfillment service</a> for a <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillmentorder\">fulfillment order</a>. </p>","_postman_id":"96699b93-30e4-4284-8b03-4f7f57502b02"},{"name":"FulfillmentService","item":[{"name":"Receive a list of all FulfillmentServices","id":"51092a24-1b61-497f-92be-80bb5bab02c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services.json","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_services.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"key":"scope","value":""}],"variable":[]}},"response":[{"id":"5a34afd1-353b-474e-b222-654bf634beb4","name":"List your app's fulfillment services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","fulfillment_services.json"],"query":[{"key":"scope","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_services\":[{\"id\":755357713,\"name\":\"Mars Fulfillment\",\"email\":null,\"service_name\":\"Mars Fulfillment\",\"handle\":\"mars-fulfillment\",\"fulfillment_orders_opt_in\":true,\"include_pending_stock\":false,\"provider_id\":null,\"location_id\":48752903,\"callback_url\":\"http:\\/\\/google.com\\/\",\"tracking_support\":true,\"inventory_management\":true}]}"},{"id":"fe4d7fc0-2b77-4305-85f1-21b319c0de70","name":"List all of the shop's fulfillment services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","fulfillment_services.json"],"query":[{"key":"scope","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_services\":[{\"id\":61629186,\"name\":\"Venus Fulfillment\",\"email\":null,\"service_name\":\"Venus Fulfillment\",\"handle\":\"venus-fulfillment\",\"fulfillment_orders_opt_in\":false,\"include_pending_stock\":false,\"provider_id\":null,\"location_id\":61629186,\"callback_url\":null,\"tracking_support\":true,\"inventory_management\":true},{\"id\":755357713,\"name\":\"Mars Fulfillment\",\"email\":null,\"service_name\":\"Mars Fulfillment\",\"handle\":\"mars-fulfillment\",\"fulfillment_orders_opt_in\":true,\"include_pending_stock\":false,\"provider_id\":null,\"location_id\":48752903,\"callback_url\":\"http:\\/\\/google.com\\/\",\"tracking_support\":true,\"inventory_management\":true}]}"}],"_postman_id":"51092a24-1b61-497f-92be-80bb5bab02c8"},{"name":"Create a new FulfillmentService","id":"90c32765-6d6c-4f19-99bd-3fecd14ee757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services.json","description":"<p>To create a fulfillment service, you can also use a cURL request that uses that <code>fulfillment_service.json</code> payload:</p> curl -X POST -d @fulfillment_service.json -H\"Accept:application/json\" -H\"Content-Type:application/json\" -H\"X-Shopify-Access-Token:THE_TOKEN_GOES_HERE\" https://AUTHORIZED_SHOP.myshopify.com/admin/fulfillment_services <p>Where <code>THE_TOKEN_GOES_HERE</code> is replaced by the OAuth token given to you by Shopify and <code>https://AUTHORIZED_SHOP.myshopify.com/admin/fulfillment_services</code> is replaced by the authorized shop's URL.</p>","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_services.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"1fdd4204-1477-4b2e-8623-194dd9d19e13","name":"Create a fulfillment service","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_service\": {\n    \"name\": \"Jupiter Fulfillment\",\n    \"callback_url\": \"http:\\/\\/google.com\",\n    \"inventory_management\": true,\n    \"tracking_support\": true,\n    \"requires_shipping_method\": true,\n    \"format\": \"json\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services.json","description":"<p>To create a fulfillment service, you can also use a cURL request that uses that <code>fulfillment_service.json</code> payload:</p> curl -X POST -d @fulfillment_service.json -H\"Accept:application/json\" -H\"Content-Type:application/json\" -H\"X-Shopify-Access-Token:THE_TOKEN_GOES_HERE\" https://AUTHORIZED_SHOP.myshopify.com/admin/fulfillment_services <p>Where <code>THE_TOKEN_GOES_HERE</code> is replaced by the OAuth token given to you by Shopify and <code>https://AUTHORIZED_SHOP.myshopify.com/admin/fulfillment_services</code> is replaced by the authorized shop's URL.</p>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_service\":{\"id\":1061774488,\"name\":\"Jupiter Fulfillment\",\"email\":null,\"service_name\":\"Jupiter Fulfillment\",\"handle\":\"jupiter-fulfillment\",\"fulfillment_orders_opt_in\":false,\"include_pending_stock\":false,\"provider_id\":null,\"location_id\":1059367779,\"callback_url\":\"http:\\/\\/google.com\\/\",\"tracking_support\":true,\"inventory_management\":true}}"}],"_postman_id":"90c32765-6d6c-4f19-99bd-3fecd14ee757"},{"name":"Receive a single FulfillmentService","id":"d0447386-13c3-42e2-a01c-695d95395f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services/{{fulfillment_service_id}}.json","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_services","{{fulfillment_service_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"84f35a56-d0ad-461d-8ad6-e83c835c7d3e","name":"Get a single fulfillment service by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services/{{fulfillment_service_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_service\":{\"id\":755357713,\"name\":\"Mars Fulfillment\",\"email\":null,\"service_name\":\"Mars Fulfillment\",\"handle\":\"mars-fulfillment\",\"fulfillment_orders_opt_in\":true,\"include_pending_stock\":false,\"provider_id\":null,\"location_id\":48752903,\"callback_url\":\"http:\\/\\/google.com\\/\",\"tracking_support\":true,\"inventory_management\":true}}"}],"_postman_id":"d0447386-13c3-42e2-a01c-695d95395f9a"},{"name":"Modify an existing FulfillmentService","id":"10dc4597-90a1-4ac8-9144-69cc983cc3e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services/{{fulfillment_service_id}}.json","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_services","{{fulfillment_service_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"073dc82d-412e-4fd1-b904-c2a6742201ac","name":"Update a fulfillment service","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fulfillment_service\": {\n    \"id\": 755357713,\n    \"name\": \"New Fulfillment Service Name\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services/{{fulfillment_service_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"fulfillment_service\":{\"id\":755357713,\"name\":\"New Fulfillment Service Name\",\"email\":null,\"service_name\":\"New Fulfillment Service Name\",\"handle\":\"new-fulfillment-service-name\",\"fulfillment_orders_opt_in\":true,\"include_pending_stock\":false,\"provider_id\":null,\"location_id\":48752903,\"callback_url\":\"http:\\/\\/google.com\\/\",\"tracking_support\":true,\"inventory_management\":true}}"}],"_postman_id":"10dc4597-90a1-4ac8-9144-69cc983cc3e5"},{"name":"Remove an existing FulfillmentService","id":"76f421a3-dfa0-4337-aba2-aab518ff8e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services/{{fulfillment_service_id}}.json","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_services","{{fulfillment_service_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"57d19589-18ff-4ece-b2ca-9e1a38421480","name":"Destroy a fulfillment service","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_services/{{fulfillment_service_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"76f421a3-dfa0-4337-aba2-aab518ff8e11"}],"id":"a5c9ffe8-9a63-45f4-a8b8-10ef8ed05638","description":"<p>A <strong>Fulfillment Service</strong> is a third party warehouse that prepares and ships orders on behalf of the store owner. Fulfillment services charge a fee to package and ship items and update product inventory levels. Some well known fulfillment services with Shopify integrations include: Amazon, Shipwire, and Rakuten. When an app registers a new FulfillmentService on a store, Shopify automatically creates a Location that's associated to that fulfillment service.</p> <p>Using the Fulfillment Service API, you can register, edit and delete a new fulfillment service. When you register a new fulfillment service, you will need to expose the two following GET endpoints rooted in the <code><a href=\"#callback\">callback_url</a></code>:</p> <ul> <li><code>fetch_tracking_numbers</code>: Where Shopify can retrieve <strong>tracking numbers</strong> for orders.</li> <li><code>fetch_stock</code>: Where Shopify can retrieve <strong>inventory levels</strong>.</li> </ul> <p><strong>A sample Shopify request for tracking numbers:</strong></p> <p>Once per hour Shopify will make a request to this endpoint if there are any completed fulfillments awaiting tracking numbers from the remote fulfillment service.</p> <div class=\"api-endpoint\"> <div class=\"api-endpoint-request\"> <pre>GET /fetch_tracking_numbers</pre> </div> <div class=\"api-endpoint-description\"> <p>Get tracking numbers for orders</p> </div> <div class=\"api-endpoint-content\"> <div class=\"api-endpoint-queryparameters\"> <table> <tbody> <tr> <td> <pre>order_names</pre> </td> <td> <p>The <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillment#name-property\">fulfillment names</a> we require tracking numbers for (i.e. #1001.1)</p> </td> </tr> <tr> <td> <pre>shop</pre> </td> <td> <p>The shop's myshopify url</p> </td> </tr> </tbody> </table> </div> <div class=\"api-endpoint-example\"> <h3>Get a list of tracking numbers for the following fulfillment names.</h3> <div class=\"api-endpoint-example-request\"> <pre>http://myapp.com/fetch_tracking_numbers.json?order_names[]=#1001.1&amp;order_names[]=#1002.1&amp;order_names[]=#1003.2</pre> View response </div> <div class=\"api-endpoint-example-response\"> <pre> { \"tracking_numbers\": { \"#1001.1\": \"qwerty\", \"#1002.1\": \"asdfg\", \"#1003.2\": \"zxcvb\" }, \"message\": \"Successfully received the tracking numbers\", \"success\": true } </pre> </div> </div> </div> </div> <p><strong>A sample Shopify request for inventory levels:</strong></p> <p>Shopify will make a request for the inventory of an individual SKU when the product is set up initially, its SKU is changed in the Shopify admin, or its inventory management is set to use the fulfillment service. A request for all inventory data will happen once every hour to keep our system up to date with the remote fulfillment service.</p> <div class=\"api-endpoint\"> <div class=\"api-endpoint-request\"> <pre>GET /fetch_stock</pre> </div> <div class=\"api-endpoint-description\"> <p> Get inventory levels</p> </div> <div class=\"api-endpoint-content\"> <div class=\"api-endpoint-queryparameters\"> <table> <tbody> <tr> <td> <pre>max_retries</pre> </td> <td> <p>The maximum amount of times Shopify will send the request for inventory levels.</p> </td> </tr> <tr> <td> <pre>shop</pre> </td> <td> <p>The shop's myshopify url.</p> </td> </tr> <tr> <td> <pre>sku</pre> </td> <td> <p>The SKU for the Product Variant we need stock levels for.</p> </td> </tr> <tr> <td> <pre>timestamp</pre> </td> <td> <p><a href=\"http://unixtimestamp.50x.eu/about.php\">The Unix timestamp</a> from when the inventory request was made.</p> </td> </tr> </tbody> </table> </div> <div class=\"api-endpoint-example\"> <h3>Get inventory levels for a particular SKU.</h3> <div class=\"api-endpoint-example-request\"> <pre>https://myapp.com/fetch_stock.json?sku=123&amp;shop=testshop.myshopify.com&amp;max_retries=3&amp;timestamp=1532548742</pre> View response </div> <div class=\"api-endpoint-example-response\"> <pre> {\"123\": 1000} </pre> </div> </div> <div class=\"api-endpoint-example\"> <h3>Get inventory levels for all SKUs.</h3> <div class=\"api-endpoint-example-request\"> <pre>https://myapp.com/fetch_stock.json?shop=testshop.myshopify.com</pre> View response </div> <div class=\"api-endpoint-example-response\"> <pre> {\"123\": 1000, \"456\": 500} </pre> </div> </div> </div> </div> <p>In order to be notified about new fulfillments you should subscribe your application to the <code>fulfillments/create</code> webhook. This webhook fires every time an order is marked \"fulfilled\", and the data is sent to a URL that you registered and stored in JSON format. You can read more about webhooks <a href=\"https://help.shopify.com/api/getting-started/webhooks\">here</a>. After receiving and processing the webhook your service should make a <a href=\"https://help.shopify.com/api/reference/shipping-and-fulfillment/fulfillment#complete\">request</a> to \"complete\" the fulfillment. You can also update the fulfillment via the API with other information like tracking_numbers rather than waiting for Shopify to ask for them.</p><p> </p><p>You can also integrate the Fulfillment Service API to subscribe to the <code>fulfillments/update</code>. This webhook fires every time a request comes in to get an update on a fulfillment. </p><p>View an open sourced <a href=\"https://github.com/Shopify/shopify-fulfillment-integration\">Fulfillment Integration App</a> that demonstrates how to use the Fulfillment API.</p> <h2>Setting fulfillments permissions</h2> <p>Add the <code>write_fulfillments</code> permission to your <a href=\"https://help.shopify.com/api/getting-started/authentication/oauth\">requested scopes</a>.</p>","_postman_id":"a5c9ffe8-9a63-45f4-a8b8-10ef8ed05638"},{"name":"LocationsForMove","item":[{"name":"Retrieves a list of locations that a fulfillment order can potentially move to.","id":"e76767d7-a6bf-46b2-9df4-bebc59fe9321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/locations_for_move.json","description":"<p>Retrieves a list of locations that a fulfillment order can potentially move to. The resulting list is sorted alphabetically in ascending order by location name.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","locations_for_move.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The ID of the fulfillment order. </p>\n","type":"text/plain"},"key":"fulfillment_order_id","value":""}],"variable":[]}},"response":[{"id":"92842d35-a17f-4656-a76a-7b2e2a397ced","name":"Retrieve a list of locations that a fulfillment order can potentially move to.","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/fulfillment_orders/{{fulfillment_order_id}}/locations_for_move.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","fulfillment_orders","{{fulfillment_order_id}}","locations_for_move.json"],"query":[{"key":"fulfillment_order_id","value":"","description":"The ID of the fulfillment order. ","disabled":true}]},"description":"Retrieves a list of locations that a fulfillment order can potentially move to. The resulting list is sorted alphabetically in ascending order by location name."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"locations_for_move\":[{\"location\":{\"id\":1059367776,\"name\":\"Alpha Location\"},\"message\":\"Current location.\",\"movable\":false},{\"location\":{\"id\":1059367777,\"name\":\"Bravo Location\"},\"message\":\"No items are stocked at this location.\",\"movable\":false}]}"}],"_postman_id":"e76767d7-a6bf-46b2-9df4-bebc59fe9321"}],"id":"f1e5915c-2057-4332-98af-74a6abcc398d","description":"<p> The LocationsForMove resource represents the locations that a fulfillment order can potentially move to. </p>","_postman_id":"f1e5915c-2057-4332-98af-74a6abcc398d"}],"id":"d4808f65-12da-4e24-b321-3df8a7063ae9","_postman_id":"d4808f65-12da-4e24-b321-3df8a7063ae9","description":""},{"name":"Shopify Payments","item":[{"name":"Balance","item":[{"name":"Return the current balance","id":"a03129e8-1669-48db-8c96-db0b544a1373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/balance.json","description":"<p>Retrieves the account's current balance.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shopify_payments","balance.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"f3fd4474-13bf-4825-8b6c-ff0b3a44d6ff","name":"Retrieves the account's current balance.","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/balance.json","description":"Retrieves the account's current balance."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"balance\":[{\"currency\":\"USD\",\"amount\":\"53.99\"}]}"}],"_postman_id":"a03129e8-1669-48db-8c96-db0b544a1373"}],"id":"85212e8e-c0ce-4292-8805-d0b003da23f3","description":"<p>The account's current balance. This amount is comprised of any <a href=\"https://help.shopify.com/api/reference/shopify_payments/transaction\">Transaction</a> not yet included in a <a href=\"https://help.shopify.com/api/reference/shopify_payments/payout\">Payout</a>.</p>\n","_postman_id":"85212e8e-c0ce-4292-8805-d0b003da23f3"},{"name":"Dispute","item":[{"name":"Return a list of all disputes","id":"2d76828f-a151-4347-9aaa-8ed4d9829be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/disputes.json","description":"<p>Retrieve all disputes ordered by <code>initiated_at</code> date and time (<a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format), with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shopify_payments","disputes.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Return only disputes after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Return only disputes before the specified ID. </p>\n","type":"text/plain"},"key":"last_id","value":""},{"disabled":true,"description":{"content":"<p>Return only disputes with the specified status. </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Return only disputes with the specified <code>initiated_at</code> date (<a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format). </p>\n","type":"text/plain"},"key":"initiated_at","value":""}],"variable":[]}},"response":[{"id":"39cb0fce-f092-4e71-92db-5b3e34cf231a","name":"Retrieve all disputes ordered newest to oldest","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/disputes.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shopify_payments","disputes.json"],"query":[{"key":"since_id","value":"","description":"Return only disputes after the specified ID. ","disabled":true},{"key":"last_id","value":"","description":"Return only disputes before the specified ID. ","disabled":true},{"key":"status","value":"","description":"Return only disputes with the specified status. ","disabled":true},{"key":"initiated_at","value":"","description":"Return only disputes with the specified `initiated_at` date ([ISO 8601][1] format). \n\n[1]: https://en.wikipedia.org/wiki/ISO_8601\n","disabled":true}]},"description":"Retrieve all disputes ordered by <code>initiated_at</code> date and time (<a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format), with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"disputes\":[{\"id\":815713555,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"credit_not_processed\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":782360659,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"won\",\"evidence_due_by\":\"2013-07-03T19:00:00-04:00\",\"evidence_sent_on\":\"2013-07-04T07:00:00-04:00\",\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":670893524,\"order_id\":625362839,\"type\":\"inquiry\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":598735659,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":85190714,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"under_review\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":\"2020-01-13T19:00:00-05:00\",\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":35982383,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"subscription_canceled\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"}]}"},{"id":"64f6865d-7ece-4b35-a08f-2e37fc437f88","name":"Retrieve all won disputes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/disputes.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shopify_payments","disputes.json"],"query":[{"key":"since_id","value":"","description":"Return only disputes after the specified ID. ","disabled":true},{"key":"last_id","value":"","description":"Return only disputes before the specified ID. ","disabled":true},{"key":"status","value":"","description":"Return only disputes with the specified status. ","disabled":true},{"key":"initiated_at","value":"","description":"Return only disputes with the specified `initiated_at` date ([ISO 8601][1] format). \n\n[1]: https://en.wikipedia.org/wiki/ISO_8601\n","disabled":true}]},"description":"Retrieve all disputes ordered by <code>initiated_at</code> date and time (<a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format), with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"disputes\":[{\"id\":782360659,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"won\",\"evidence_due_by\":\"2013-07-03T19:00:00-04:00\",\"evidence_sent_on\":\"2013-07-04T07:00:00-04:00\",\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"}]}"},{"id":"6fe54f0d-dd60-478a-bdf4-0f840136393c","name":"Retrieve all disputes initiated on 2013-05-03","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/disputes.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shopify_payments","disputes.json"],"query":[{"key":"since_id","value":"","description":"Return only disputes after the specified ID. ","disabled":true},{"key":"last_id","value":"","description":"Return only disputes before the specified ID. ","disabled":true},{"key":"status","value":"","description":"Return only disputes with the specified status. ","disabled":true},{"key":"initiated_at","value":"","description":"Return only disputes with the specified `initiated_at` date ([ISO 8601][1] format). \n\n[1]: https://en.wikipedia.org/wiki/ISO_8601\n","disabled":true}]},"description":"Retrieve all disputes ordered by <code>initiated_at</code> date and time (<a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format), with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"disputes\":[{\"id\":815713555,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"credit_not_processed\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":782360659,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"won\",\"evidence_due_by\":\"2013-07-03T19:00:00-04:00\",\"evidence_sent_on\":\"2013-07-04T07:00:00-04:00\",\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":670893524,\"order_id\":625362839,\"type\":\"inquiry\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":598735659,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":85190714,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"under_review\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":\"2020-01-13T19:00:00-05:00\",\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"},{\"id\":35982383,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"subscription_canceled\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"}]}"}],"_postman_id":"2d76828f-a151-4347-9aaa-8ed4d9829be7"},{"name":"Return a single dispute","id":"13008b47-c960-4fdf-9116-b3d79a8b339e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/disputes/{{dispute_id}}.json","description":"<p>Retrieves a single dispute by ID.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shopify_payments","disputes","{{dispute_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"da3703cd-f41d-43c0-9266-e2b94b6f3faf","name":"Retrieves a single dispute by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/disputes/{{dispute_id}}.json","description":"Retrieves a single dispute by ID."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"dispute\":{\"id\":598735659,\"order_id\":625362839,\"type\":\"chargeback\",\"amount\":\"11.50\",\"currency\":\"USD\",\"reason\":\"fraudulent\",\"network_reason_code\":\"4827\",\"status\":\"needs_response\",\"evidence_due_by\":\"2020-01-26T19:00:00-05:00\",\"evidence_sent_on\":null,\"finalized_on\":null,\"initiated_at\":\"2013-05-03T20:00:00-04:00\"}}"}],"_postman_id":"13008b47-c960-4fdf-9116-b3d79a8b339e"}],"id":"2d50dfa0-a68a-4843-b1ed-9f01c7f6709f","description":"<p>Disputes occur when a buyer questions the legitimacy of a charge with their financial institution.</p>\n","_postman_id":"2d50dfa0-a68a-4843-b1ed-9f01c7f6709f"},{"name":"Payouts","item":[{"name":"Return a list of all payouts","id":"e8dd593c-d37c-4759-9a57-0c04260ec31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/payouts.json","description":"<p>Retrieves a list of all payouts ordered by payout date, with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shopify_payments","payouts.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Filter response to payouts exclusively after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Filter response to payouts exclusively before the specified ID </p>\n","type":"text/plain"},"key":"last_id","value":""},{"disabled":true,"description":{"content":"<p>Filter response to payouts inclusively after the specified date. </p>\n","type":"text/plain"},"key":"date_min","value":""},{"disabled":true,"description":{"content":"<p>Filter response to payouts inclusively before the specified date. </p>\n","type":"text/plain"},"key":"date_max","value":""},{"disabled":true,"description":{"content":"<p>Filter response to payouts on the specified date. </p>\n","type":"text/plain"},"key":"date","value":""},{"disabled":true,"description":{"content":"<p>Filter response to payouts with the specified status </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"6fc1825e-bb13-4b67-b048-398b97cb9e06","name":"List all payouts up to a specific date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/payouts.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shopify_payments","payouts.json"],"query":[{"key":"since_id","value":"","description":"Filter response to payouts exclusively after the specified ID. ","disabled":true},{"key":"last_id","value":"","description":"Filter response to payouts exclusively before the specified ID ","disabled":true},{"key":"date_min","value":"","description":"Filter response to payouts inclusively after the specified date. ","disabled":true},{"key":"date_max","value":"","description":"Filter response to payouts inclusively before the specified date. ","disabled":true},{"key":"date","value":"","description":"Filter response to payouts on the specified date. ","disabled":true},{"key":"status","value":"","description":"Filter response to payouts with the specified status ","disabled":true}]},"description":"Retrieves a list of all payouts ordered by payout date, with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payouts\":[{\"id\":623721858,\"status\":\"paid\",\"date\":\"2012-11-12\",\"currency\":\"USD\",\"amount\":\"41.90\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"1.32\",\"charges_gross_amount\":\"44.52\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}}]}"},{"id":"cfeed062-8604-44e1-ace7-fffd16946bd9","name":"List all payouts ordered newest to oldest","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/payouts.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shopify_payments","payouts.json"],"query":[{"key":"since_id","value":"","description":"Filter response to payouts exclusively after the specified ID. ","disabled":true},{"key":"last_id","value":"","description":"Filter response to payouts exclusively before the specified ID ","disabled":true},{"key":"date_min","value":"","description":"Filter response to payouts inclusively after the specified date. ","disabled":true},{"key":"date_max","value":"","description":"Filter response to payouts inclusively before the specified date. ","disabled":true},{"key":"date","value":"","description":"Filter response to payouts on the specified date. ","disabled":true},{"key":"status","value":"","description":"Filter response to payouts with the specified status ","disabled":true}]},"description":"Retrieves a list of all payouts ordered by payout date, with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payouts\":[{\"id\":854088011,\"status\":\"scheduled\",\"date\":\"2013-11-01\",\"currency\":\"USD\",\"amount\":\"43.12\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"1.32\",\"charges_gross_amount\":\"45.52\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}},{\"id\":512467833,\"status\":\"failed\",\"date\":\"2013-11-01\",\"currency\":\"USD\",\"amount\":\"43.12\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"1.32\",\"charges_gross_amount\":\"45.52\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}},{\"id\":39438702,\"status\":\"in_transit\",\"date\":\"2013-11-01\",\"currency\":\"USD\",\"amount\":\"43.12\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"1.32\",\"charges_gross_amount\":\"45.52\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}},{\"id\":974708905,\"status\":\"paid\",\"date\":\"2012-11-13\",\"currency\":\"CAD\",\"amount\":\"51.69\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"6.46\",\"charges_gross_amount\":\"58.15\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}},{\"id\":623721858,\"status\":\"paid\",\"date\":\"2012-11-12\",\"currency\":\"USD\",\"amount\":\"41.90\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"1.32\",\"charges_gross_amount\":\"44.52\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}}]}"}],"_postman_id":"e8dd593c-d37c-4759-9a57-0c04260ec31a"},{"name":"Return a single payout","id":"befee0d7-4cd0-4d7e-a629-c7a1ec80e450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/payouts/{{payout_id}}.json","description":"<p>Retrieves a single payout by id.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shopify_payments","payouts","{{payout_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"f16efec0-809f-48e2-9da8-0cd0a2a2b69a","name":"Retrieves a single payout by id.","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/payouts/{{payout_id}}.json","description":"Retrieves a single payout by id."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"payout\":{\"id\":623721858,\"status\":\"paid\",\"date\":\"2012-11-12\",\"currency\":\"USD\",\"amount\":\"41.90\",\"summary\":{\"adjustments_fee_amount\":\"0.12\",\"adjustments_gross_amount\":\"2.13\",\"charges_fee_amount\":\"1.32\",\"charges_gross_amount\":\"44.52\",\"refunds_fee_amount\":\"-0.23\",\"refunds_gross_amount\":\"-3.54\",\"reserved_funds_fee_amount\":\"0.00\",\"reserved_funds_gross_amount\":\"0.00\",\"retried_payouts_fee_amount\":\"0.00\",\"retried_payouts_gross_amount\":\"0.00\"}}}"}],"_postman_id":"befee0d7-4cd0-4d7e-a629-c7a1ec80e450"}],"id":"17c1359e-54ba-4b30-a99c-2d31e65c5b7c","description":"<p>Payouts represent the movement of money between a Shopify Payments account balance and a connected bank account.</p>\n","_postman_id":"17c1359e-54ba-4b30-a99c-2d31e65c5b7c"},{"name":"Transactions","item":[{"name":"Return a list of all balance transactions","id":"602ae127-4a0d-4bb1-9f12-2d689f89ad12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/balance/transactions.json","description":"<p>Retrieves a list of all balance transactions ordered by processing time, with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shopify_payments","balance","transactions.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Filter response to transactions exclusively after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Filter response to transactions exclusively before the specified ID </p>\n","type":"text/plain"},"key":"last_id","value":""},{"disabled":true,"description":{"content":"<p>Filter response to transactions placed in test mode. </p>\n","type":"text/plain"},"key":"test","value":""},{"disabled":true,"description":{"content":"<p>Filter response to transactions paid out in the specified payout. </p>\n","type":"text/plain"},"key":"payout_id","value":""},{"disabled":true,"description":{"content":"<p>Filter response to transactions with the specified payout status </p>\n","type":"text/plain"},"key":"payout_status","value":""}],"variable":[]}},"response":[{"id":"92a414fb-08b6-4edd-8a3b-40082b4f7243","name":"List all transactions associated with a payout.","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shopify_payments/balance/transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shopify_payments","balance","transactions.json"],"query":[{"key":"since_id","value":"","description":"Filter response to transactions exclusively after the specified ID. ","disabled":true},{"key":"last_id","value":"","description":"Filter response to transactions exclusively before the specified ID ","disabled":true},{"key":"test","value":"","description":"Filter response to transactions placed in test mode. ","disabled":true},{"key":"payout_id","value":"","description":"Filter response to transactions paid out in the specified payout. ","disabled":true},{"key":"payout_status","value":"","description":"Filter response to transactions with the specified payout status ","disabled":true}]},"description":"Retrieves a list of all balance transactions ordered by processing time, with the most recent being first. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the <code>page</code> parameter will return an error. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"transactions\":[{\"id\":699519475,\"type\":\"debit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-50.00\",\"fee\":\"0.00\",\"net\":\"-50.00\",\"source_id\":460709370,\"source_type\":\"adjustment\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2020-01-15T11:16:06-05:00\"},{\"id\":77412310,\"type\":\"credit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"50.00\",\"fee\":\"0.00\",\"net\":\"50.00\",\"source_id\":374511569,\"source_type\":\"Payments::Balance::AdjustmentReversal\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2020-01-15T11:16:06-05:00\"},{\"id\":1006917261,\"type\":\"refund\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-3.45\",\"fee\":\"0.00\",\"net\":\"-3.45\",\"source_id\":1006917261,\"source_type\":\"Payments::Refund\",\"source_order_id\":217130470,\"source_order_transaction_id\":1006917261,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":777128868,\"type\":\"refund\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-8.05\",\"fee\":\"0.00\",\"net\":\"-8.05\",\"source_id\":777128868,\"source_type\":\"Payments::Refund\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":758509248,\"type\":\"adjustment\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-1.50\",\"fee\":\"-0.25\",\"net\":\"-1.75\",\"source_id\":764194150,\"source_type\":\"charge\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":746296004,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"10.00\",\"fee\":\"2.00\",\"net\":\"8.00\",\"source_id\":746296004,\"source_type\":\"charge\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":515523000,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"11.50\",\"fee\":\"0.65\",\"net\":\"10.85\",\"source_id\":1006917261,\"source_type\":\"Payments::Refund\",\"source_order_id\":217130470,\"source_order_transaction_id\":1006917261,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":482793472,\"type\":\"adjustment\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"0.45\",\"fee\":\"0.00\",\"net\":\"0.45\",\"source_id\":204289877,\"source_type\":\"charge\",\"source_order_id\":217130470,\"source_order_transaction_id\":567994517,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":382557793,\"type\":\"adjustment\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"0.20\",\"fee\":\"0.00\",\"net\":\"0.20\",\"source_id\":204289877,\"source_type\":\"charge\",\"source_order_id\":217130470,\"source_order_transaction_id\":567994517,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":201521674,\"type\":\"refund\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-2.00\",\"fee\":\"0.00\",\"net\":\"-2.00\",\"source_id\":971443537,\"source_type\":\"charge\",\"source_order_id\":625362839,\"source_order_transaction_id\":461790020,\"processed_at\":\"2020-01-14T11:16:06-05:00\"},{\"id\":620327031,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"11.50\",\"fee\":\"0.63\",\"net\":\"10.87\",\"source_id\":620327031,\"source_type\":\"charge\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":663957247,\"type\":\"dispute\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"10.00\",\"fee\":\"-15.00\",\"net\":\"25.00\",\"source_id\":782360659,\"source_type\":\"Payments::Dispute\",\"source_order_id\":625362839,\"source_order_transaction_id\":897736458,\"processed_at\":\"2020-01-05T11:16:06-05:00\"},{\"id\":600012532,\"type\":\"dispute\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"10.00\",\"fee\":\"-15.00\",\"net\":\"25.00\",\"source_id\":782360659,\"source_type\":\"Payments::Dispute\",\"source_order_id\":625362839,\"source_order_transaction_id\":897736458,\"processed_at\":\"2020-01-05T11:16:06-05:00\"},{\"id\":229470388,\"type\":\"dispute\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"10.00\",\"fee\":\"-15.00\",\"net\":\"25.00\",\"source_id\":598735659,\"source_type\":\"Payments::Dispute\",\"source_order_id\":625362839,\"source_order_transaction_id\":897736458,\"processed_at\":\"2020-01-05T11:16:06-05:00\"},{\"id\":726130462,\"type\":\"dispute\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-10.00\",\"fee\":\"15.00\",\"net\":\"-25.00\",\"source_id\":598735659,\"source_type\":\"Payments::Dispute\",\"source_order_id\":625362839,\"source_order_transaction_id\":897736458,\"processed_at\":\"2020-01-04T11:16:06-05:00\"},{\"id\":7076298,\"type\":\"dispute\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-10.00\",\"fee\":\"15.00\",\"net\":\"-25.00\",\"source_id\":782360659,\"source_type\":\"Payments::Dispute\",\"source_order_id\":625362839,\"source_order_transaction_id\":897736458,\"processed_at\":\"2020-01-04T11:16:06-05:00\"},{\"id\":996672915,\"type\":\"debit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-100.00\",\"fee\":\"0.00\",\"net\":\"-100.00\",\"source_id\":996672915,\"source_type\":\"Payments::Balance::AdjustmentReversal\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":843310825,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"11.50\",\"fee\":\"0.63\",\"net\":\"10.87\",\"source_id\":843310825,\"source_type\":\"charge\",\"source_order_id\":625362839,\"source_order_transaction_id\":897736458,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":841651232,\"type\":\"debit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-100.00\",\"fee\":\"0.00\",\"net\":\"-100.00\",\"source_id\":841651232,\"source_type\":\"Payments::Balance::AdjustmentReversal\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":717600021,\"type\":\"credit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"100.00\",\"fee\":\"0.00\",\"net\":\"100.00\",\"source_id\":717600021,\"source_type\":\"adjustment\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":427940661,\"type\":\"credit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"150.00\",\"fee\":\"0.00\",\"net\":\"150.00\",\"source_id\":427940661,\"source_type\":\"Payments::Balance::AdjustmentReversal\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":400852343,\"type\":\"reserve\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-42.00\",\"fee\":\"0.00\",\"net\":\"-42.00\",\"source_id\":null,\"source_type\":null,\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":381560291,\"type\":\"debit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-150.00\",\"fee\":\"0.00\",\"net\":\"-150.00\",\"source_id\":381560291,\"source_type\":\"adjustment\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":357948134,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"10.00\",\"fee\":\"0.46\",\"net\":\"9.54\",\"source_id\":971443537,\"source_type\":\"charge\",\"source_order_id\":625362839,\"source_order_transaction_id\":461790020,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":250467535,\"type\":\"reserve\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"42.00\",\"fee\":\"0.00\",\"net\":\"42.00\",\"source_id\":null,\"source_type\":null,\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":217609728,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"11.50\",\"fee\":\"0.00\",\"net\":\"11.50\",\"source_id\":930299385,\"source_type\":\"charge\",\"source_order_id\":625362839,\"source_order_transaction_id\":348327371,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":138130604,\"type\":\"credit\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"150.00\",\"fee\":\"0.00\",\"net\":\"150.00\",\"source_id\":138130604,\"source_type\":\"Payments::Balance::AdjustmentReversal\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2016-08-04T18:07:57-04:00\"},{\"id\":567994517,\"type\":\"charge\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"11.50\",\"fee\":\"0.65\",\"net\":\"10.85\",\"source_id\":204289877,\"source_type\":\"charge\",\"source_order_id\":217130470,\"source_order_transaction_id\":567994517,\"processed_at\":\"2014-01-21T13:05:38-05:00\"},{\"id\":854848137,\"type\":\"payout\",\"test\":false,\"payout_id\":623721858,\"payout_status\":\"paid\",\"currency\":\"USD\",\"amount\":\"-41.90\",\"fee\":\"0.00\",\"net\":\"-41.90\",\"source_id\":623721858,\"source_type\":\"payout\",\"source_order_id\":null,\"source_order_transaction_id\":null,\"processed_at\":\"2012-11-11T19:00:00-05:00\"}]}"}],"_postman_id":"602ae127-4a0d-4bb1-9f12-2d689f89ad12"}],"id":"f7ccb97d-5dd4-4de0-8a52-5662fd9beec7","description":"<p>Balance Transactions make up the canonical \"statement of account\", or ledger for a Shopify Payments account. Every single movement of money in or out of the account is recorded here.</p>\n","_postman_id":"f7ccb97d-5dd4-4de0-8a52-5662fd9beec7"}],"id":"00bad8ae-8ace-4b3f-89aa-a09cd8dd594e","_postman_id":"00bad8ae-8ace-4b3f-89aa-a09cd8dd594e","description":""},{"name":"Store properties","item":[{"name":"Country","item":[{"name":"Receive a list of all Countries","id":"c3d392b4-aaf8-45cb-9e00-438e0f5e20b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries.json","description":"<p>Retrieves a list of countries.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"a7f7d248-3d6b-4f7d-bd56-9045ae8e4c63","name":"Retrieve all countries after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","countries.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of countries."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"countries\":[{\"id\":817138619,\"name\":\"United States\",\"tax\":0.0,\"code\":\"US\",\"tax_name\":\"Federal Tax\",\"provinces\":[{\"id\":952629862,\"country_id\":817138619,\"name\":\"California\",\"code\":\"CA\",\"tax\":0.05,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":1039932365,\"tax_percentage\":5.0},{\"id\":222234158,\"country_id\":817138619,\"name\":\"Kentucky\",\"code\":\"KY\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":1039932365,\"tax_percentage\":0.0},{\"id\":9350860,\"country_id\":817138619,\"name\":\"Massachusetts\",\"code\":\"MA\",\"tax\":0.065,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":6.5},{\"id\":696485510,\"country_id\":817138619,\"name\":\"Minnesota\",\"code\":\"MN\",\"tax\":0.065,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":6.5},{\"id\":753050225,\"country_id\":817138619,\"name\":\"New Jersey\",\"code\":\"NJ\",\"tax\":0.06,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":6.0},{\"id\":1013111685,\"country_id\":817138619,\"name\":\"New York\",\"code\":\"NY\",\"tax\":0.04,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":4.0},{\"id\":915134533,\"country_id\":817138619,\"name\":\"Pennsylvania\",\"code\":\"PA\",\"tax\":0.05,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":5.0},{\"id\":591478044,\"country_id\":817138619,\"name\":\"Rhode Island\",\"code\":\"RI\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0}]},{\"id\":879921427,\"name\":\"Canada\",\"tax\":0.05,\"code\":\"CA\",\"tax_name\":\"GST\",\"provinces\":[{\"id\":205434194,\"country_id\":879921427,\"name\":\"Alberta\",\"code\":\"AB\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":170405627,\"country_id\":879921427,\"name\":\"British Columbia\",\"code\":\"BC\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":342345110,\"country_id\":879921427,\"name\":\"Manitoba\",\"code\":\"MB\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":92264567,\"country_id\":879921427,\"name\":\"New Brunswick\",\"code\":\"NB\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":243284171,\"country_id\":879921427,\"name\":\"Newfoundland\",\"code\":\"NL\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":439598329,\"country_id\":879921427,\"name\":\"Northwest Territories\",\"code\":\"NT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":448070559,\"country_id\":879921427,\"name\":\"Nova Scotia\",\"code\":\"NS\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":\"harmonized\",\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":670206421,\"country_id\":879921427,\"name\":\"Nunavut\",\"code\":\"NU\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":702530425,\"country_id\":879921427,\"name\":\"Ontario\",\"code\":\"ON\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":570891722,\"country_id\":879921427,\"name\":\"Prince Edward Island\",\"code\":\"PE\",\"tax\":0.1,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":10.0},{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.09,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":473391800,\"country_id\":879921427,\"name\":\"Saskatchewan\",\"code\":\"SK\",\"tax\":0.09,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":1005264686,\"country_id\":879921427,\"name\":\"Yukon\",\"code\":\"YT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0}]}]}"},{"id":"d43f102b-8656-45bb-8232-cf767811b155","name":"Retrieve all countries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","countries.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a list of countries."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"countries\":[{\"id\":879921427,\"name\":\"Canada\",\"tax\":0.05,\"code\":\"CA\",\"tax_name\":\"GST\",\"provinces\":[{\"id\":205434194,\"country_id\":879921427,\"name\":\"Alberta\",\"code\":\"AB\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":170405627,\"country_id\":879921427,\"name\":\"British Columbia\",\"code\":\"BC\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":342345110,\"country_id\":879921427,\"name\":\"Manitoba\",\"code\":\"MB\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":92264567,\"country_id\":879921427,\"name\":\"New Brunswick\",\"code\":\"NB\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":243284171,\"country_id\":879921427,\"name\":\"Newfoundland\",\"code\":\"NL\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":439598329,\"country_id\":879921427,\"name\":\"Northwest Territories\",\"code\":\"NT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":448070559,\"country_id\":879921427,\"name\":\"Nova Scotia\",\"code\":\"NS\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":\"harmonized\",\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":670206421,\"country_id\":879921427,\"name\":\"Nunavut\",\"code\":\"NU\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":702530425,\"country_id\":879921427,\"name\":\"Ontario\",\"code\":\"ON\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":570891722,\"country_id\":879921427,\"name\":\"Prince Edward Island\",\"code\":\"PE\",\"tax\":0.1,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":10.0},{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.09,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":473391800,\"country_id\":879921427,\"name\":\"Saskatchewan\",\"code\":\"SK\",\"tax\":0.09,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":1005264686,\"country_id\":879921427,\"name\":\"Yukon\",\"code\":\"YT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0}]},{\"id\":359115488,\"name\":\"Colombia\",\"tax\":0.15,\"code\":\"CO\",\"tax_name\":\"VAT\",\"provinces\":[]},{\"id\":817138619,\"name\":\"United States\",\"tax\":0.0,\"code\":\"US\",\"tax_name\":\"Federal Tax\",\"provinces\":[{\"id\":952629862,\"country_id\":817138619,\"name\":\"California\",\"code\":\"CA\",\"tax\":0.05,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":1039932365,\"tax_percentage\":5.0},{\"id\":222234158,\"country_id\":817138619,\"name\":\"Kentucky\",\"code\":\"KY\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":1039932365,\"tax_percentage\":0.0},{\"id\":9350860,\"country_id\":817138619,\"name\":\"Massachusetts\",\"code\":\"MA\",\"tax\":0.065,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":6.5},{\"id\":696485510,\"country_id\":817138619,\"name\":\"Minnesota\",\"code\":\"MN\",\"tax\":0.065,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":6.5},{\"id\":753050225,\"country_id\":817138619,\"name\":\"New Jersey\",\"code\":\"NJ\",\"tax\":0.06,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":6.0},{\"id\":1013111685,\"country_id\":817138619,\"name\":\"New York\",\"code\":\"NY\",\"tax\":0.04,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":4.0},{\"id\":915134533,\"country_id\":817138619,\"name\":\"Pennsylvania\",\"code\":\"PA\",\"tax\":0.05,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":5.0},{\"id\":591478044,\"country_id\":817138619,\"name\":\"Rhode Island\",\"code\":\"RI\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0}]}]}"}],"_postman_id":"c3d392b4-aaf8-45cb-9e00-438e0f5e20b3"},{"name":"Retrieves a count of countries","id":"c97944b3-a3af-4c8b-ada8-2cbd19a4656b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/count.json","description":"<p>Retrieves a count of countries.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"dfcaf2c8-bbbb-4351-9cfa-472fb093af15","name":"Count all countries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/count.json","description":"Retrieves a count of countries."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":3}"}],"_postman_id":"c97944b3-a3af-4c8b-ada8-2cbd19a4656b"},{"name":"Retrieves a specific county","id":"0f96bfd4-a4e2-4597-85a4-e35cd2dfcee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}.json","description":"<p>Retrieves a specific county.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"cd6b765b-f446-432a-a69a-d66d5fb00904","name":"Retrieve a specific country by its ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","countries","{{country_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a specific county."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"country\":{\"id\":879921427,\"name\":\"Canada\",\"tax\":0.05,\"code\":\"CA\",\"tax_name\":\"GST\",\"provinces\":[{\"id\":205434194,\"country_id\":879921427,\"name\":\"Alberta\",\"code\":\"AB\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":170405627,\"country_id\":879921427,\"name\":\"British Columbia\",\"code\":\"BC\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":342345110,\"country_id\":879921427,\"name\":\"Manitoba\",\"code\":\"MB\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":92264567,\"country_id\":879921427,\"name\":\"New Brunswick\",\"code\":\"NB\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":243284171,\"country_id\":879921427,\"name\":\"Newfoundland\",\"code\":\"NL\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":439598329,\"country_id\":879921427,\"name\":\"Northwest Territories\",\"code\":\"NT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":448070559,\"country_id\":879921427,\"name\":\"Nova Scotia\",\"code\":\"NS\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":\"harmonized\",\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":670206421,\"country_id\":879921427,\"name\":\"Nunavut\",\"code\":\"NU\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":702530425,\"country_id\":879921427,\"name\":\"Ontario\",\"code\":\"ON\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":570891722,\"country_id\":879921427,\"name\":\"Prince Edward Island\",\"code\":\"PE\",\"tax\":0.1,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":10.0},{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.09,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":473391800,\"country_id\":879921427,\"name\":\"Saskatchewan\",\"code\":\"SK\",\"tax\":0.09,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":1005264686,\"country_id\":879921427,\"name\":\"Yukon\",\"code\":\"YT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0}]}}"}],"_postman_id":"0f96bfd4-a4e2-4597-85a4-e35cd2dfcee4"},{"name":"Creates a country","id":"980febfe-b6cd-4f61-83e0-3efc03b7e23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries.json","description":"<p>Creates a country.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"d0fe1179-bd1a-4c74-94f3-02ff0c9c34a2","name":"Create a country using a custom tax rate ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": {\n    \"code\": \"FR\",\n    \"tax\": 0.25\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries.json","description":"Creates a country."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"country\":{\"id\":1070231512,\"name\":\"France\",\"tax\":0.25,\"code\":\"FR\",\"tax_name\":\"TVA\",\"provinces\":[]}}"},{"id":"e48a8fa7-76e9-4726-873d-bd51c0d17223","name":"Create a country using Shopify's tax rate for it","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": {\n    \"code\": \"FR\"\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries.json","description":"Creates a country."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"country\":{\"id\":1070231511,\"name\":\"France\",\"tax\":0.2,\"code\":\"FR\",\"tax_name\":\"TVA\",\"provinces\":[]}}"}],"_postman_id":"980febfe-b6cd-4f61-83e0-3efc03b7e23e"},{"name":"Updates an existing country","id":"66370f44-15d2-43bd-be39-6a98aeaf8c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}.json","description":"<p>Updates an existing country.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"8e3dca1f-be1d-4973-8db4-4c32b7c2ccb1","name":"Update a country's tax rate","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": {\n    \"id\": 879921427,\n    \"tax\": 0.1\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}.json","description":"Updates an existing country."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"country\":{\"id\":879921427,\"name\":\"Canada\",\"tax\":0.1,\"code\":\"CA\",\"tax_name\":\"GST\",\"provinces\":[{\"id\":205434194,\"country_id\":879921427,\"name\":\"Alberta\",\"code\":\"AB\",\"tax\":0.08,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":170405627,\"country_id\":879921427,\"name\":\"British Columbia\",\"code\":\"BC\",\"tax\":0.07,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":342345110,\"country_id\":879921427,\"name\":\"Manitoba\",\"code\":\"MB\",\"tax\":0.07,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":92264567,\"country_id\":879921427,\"name\":\"New Brunswick\",\"code\":\"NB\",\"tax\":0.15,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":243284171,\"country_id\":879921427,\"name\":\"Newfoundland\",\"code\":\"NL\",\"tax\":0.15,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":439598329,\"country_id\":879921427,\"name\":\"Northwest Territories\",\"code\":\"NT\",\"tax\":0.0,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":448070559,\"country_id\":879921427,\"name\":\"Nova Scotia\",\"code\":\"NS\",\"tax\":0.15,\"tax_name\":\"Tax\",\"tax_type\":\"harmonized\",\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":670206421,\"country_id\":879921427,\"name\":\"Nunavut\",\"code\":\"NU\",\"tax\":0.0,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":702530425,\"country_id\":879921427,\"name\":\"Ontario\",\"code\":\"ON\",\"tax\":0.08,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":570891722,\"country_id\":879921427,\"name\":\"Prince Edward Island\",\"code\":\"PE\",\"tax\":0.1,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":10.0},{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.09,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":473391800,\"country_id\":879921427,\"name\":\"Saskatchewan\",\"code\":\"SK\",\"tax\":0.09,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":1005264686,\"country_id\":879921427,\"name\":\"Yukon\",\"code\":\"YT\",\"tax\":0.0,\"tax_name\":\"Tax\",\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0}]}}"}],"_postman_id":"66370f44-15d2-43bd-be39-6a98aeaf8c90"},{"name":"Remove an existing Country","id":"d0844dd9-ece5-44a2-beb7-760ebd1dc21c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}.json","description":"<p>Deletes a country.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"c8a4a845-926a-481a-b1cc-0f25a1f71a90","name":"Delete a country","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}.json","description":"Deletes a country."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d0844dd9-ece5-44a2-beb7-760ebd1dc21c"}],"id":"692d1a39-38fe-477c-8724-6a5a156cd4cb","description":"<p>The Country resource represents the tax rates applied to orders from the different countries where a shop sells its products.</p> <p>Merchants select the countries where they sell their products when they set up their shipping zones and rates on the <strong>Shipping</strong> page of the Shopify admin. After adding a country to a shipping zone, store owners can then verify and adjust tax rates for each country on the <strong>Taxes</strong> page.</p> <p>The Country resource lets you access the countries and tax rates set up by the merchant. The countries list includes a default entry called <strong>Rest of World</strong>, which represents all non-specified countries.</p> <p>You can use the Country resource to modify the sales tax rate for a country or sub-region to account for surtaxes or exemptions that apply to the store.</p> <p>For more information on managing tax rates for sub-regions of a country, such as states or provinces, see the <a href=\"https://help.shopify.com/api/reference/store-properties/province\">Province</a> resource.</p>","_postman_id":"692d1a39-38fe-477c-8724-6a5a156cd4cb"},{"name":"Currency","item":[{"name":"Retrieves a list of currencies enabled on a shop","id":"45a04e51-8cef-4caa-b5b5-813144dc495e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/currencies.json","description":"<p>Retrieves a list of currencies enabled on a shop</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","currencies.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"8643d6dd-63b6-4e3a-9a15-b892d8ed9979","name":"Retrieve a list of currencies enabled on a shop","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/currencies.json","description":"Retrieves a list of currencies enabled on a shop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"currencies\":[{\"currency\":\"CAD\",\"rate_updated_at\":\"2018-01-23T19:01:01-05:00\",\"enabled\":true},{\"currency\":\"EUR\",\"rate_updated_at\":\"2018-01-23T19:01:01-05:00\",\"enabled\":true},{\"currency\":\"JPY\",\"rate_updated_at\":\"2018-01-23T19:01:01-05:00\",\"enabled\":true}]}"}],"_postman_id":"45a04e51-8cef-4caa-b5b5-813144dc495e"}],"id":"dcf8d56b-6e9d-416f-8ce4-19c62ae40439","description":"<p>Merchants who use Shopify Payments can allow customers to pay in their local currency on the online store. When a customer selects a currency, all prices on the online store and checkout are automatically converted to that currency. Merchants enable the currencies that they want to offer to customers from their Shopify Payments settings. </p> <p>The Currency resource represents a currency that the merchant has enabled. For each enabled currency, the Currency resource returns the currency code and the time when its conversion rate was last updated.</p>","_postman_id":"dcf8d56b-6e9d-416f-8ce4-19c62ae40439"},{"name":"Policy","item":[{"name":"Retrieves a list of the shop's policies","id":"bcb69f38-471e-4066-8c8d-f0e291e9ae81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/policies.json","description":"<p>Retrieves a list of the shop's policies</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","policies.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"7aca2146-fff9-4ecb-b691-9adae9723e9e","name":"Retrieve a list of the shop's policies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/policies.json","description":"Retrieves a list of the shop's policies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"policies\":[{\"body\":\"You have 30 days to get a refund\",\"created_at\":\"2020-01-14T10:19:37-05:00\",\"updated_at\":\"2020-01-14T10:19:37-05:00\",\"handle\":\"refund-policy\",\"title\":\"Refund policy\",\"url\":\"https:\\/\\/apple.myshopify.com\\/690933842\\/policies\\/878590288\"}]}"}],"_postman_id":"bcb69f38-471e-4066-8c8d-f0e291e9ae81"}],"id":"296fc5c9-c14b-419d-ae5e-9d5b9f79d0fe","description":"<p>You can use the Policy resource to access the policies that a merchant has configured for their shop, such as their refund and privacy policies.</p> <p>Only the shop owner can edit this information from the Shopify admin. The Policy resource lets you only retrieve information about a shop's policies.</p>","_postman_id":"296fc5c9-c14b-419d-ae5e-9d5b9f79d0fe"},{"name":"Province","item":[{"name":"Retrieves a list of provinces for a country","id":"e40a8fd8-abf7-432b-af13-c4d030c2c229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces.json","description":"<p>Retrieves a list of provinces</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict results to after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of fields names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"8b6bcd20-c4f8-488f-9df5-8d5bdd414b55","name":"Retrieve all provinces for a country","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of provinces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"provinces\":[{\"id\":205434194,\"country_id\":879921427,\"name\":\"Alberta\",\"code\":\"AB\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":170405627,\"country_id\":879921427,\"name\":\"British Columbia\",\"code\":\"BC\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":342345110,\"country_id\":879921427,\"name\":\"Manitoba\",\"code\":\"MB\",\"tax\":0.07,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":7.0},{\"id\":92264567,\"country_id\":879921427,\"name\":\"New Brunswick\",\"code\":\"NB\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":243284171,\"country_id\":879921427,\"name\":\"Newfoundland\",\"code\":\"NL\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":439598329,\"country_id\":879921427,\"name\":\"Northwest Territories\",\"code\":\"NT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":448070559,\"country_id\":879921427,\"name\":\"Nova Scotia\",\"code\":\"NS\",\"tax\":0.15,\"tax_name\":null,\"tax_type\":\"harmonized\",\"shipping_zone_id\":null,\"tax_percentage\":15.0},{\"id\":670206421,\"country_id\":879921427,\"name\":\"Nunavut\",\"code\":\"NU\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":702530425,\"country_id\":879921427,\"name\":\"Ontario\",\"code\":\"ON\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":570891722,\"country_id\":879921427,\"name\":\"Prince Edward Island\",\"code\":\"PE\",\"tax\":0.1,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":10.0},{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.09,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":473391800,\"country_id\":879921427,\"name\":\"Saskatchewan\",\"code\":\"SK\",\"tax\":0.09,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":9.0},{\"id\":1005264686,\"country_id\":879921427,\"name\":\"Yukon\",\"code\":\"YT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0}]}"},{"id":"933ef232-7cb5-43ac-8fe9-493f915709cf","name":"Retrieve all provinces for a country after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces.json"],"query":[{"key":"since_id","value":"","description":"Restrict results to after the specified ID. ","disabled":true},{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of fields names. ","disabled":true}]},"description":"Retrieves a list of provinces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"provinces\":[{\"id\":570891722,\"country_id\":879921427,\"name\":\"Prince Edward Island\",\"code\":\"PE\",\"tax\":0.1,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":10.0},{\"id\":670206421,\"country_id\":879921427,\"name\":\"Nunavut\",\"code\":\"NU\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0},{\"id\":702530425,\"country_id\":879921427,\"name\":\"Ontario\",\"code\":\"ON\",\"tax\":0.08,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":8.0},{\"id\":1005264686,\"country_id\":879921427,\"name\":\"Yukon\",\"code\":\"YT\",\"tax\":0.0,\"tax_name\":null,\"tax_type\":null,\"shipping_zone_id\":null,\"tax_percentage\":0.0}]}"}],"_postman_id":"e40a8fd8-abf7-432b-af13-c4d030c2c229"},{"name":"Retrieves a count of provinces for a country","id":"25e356f3-22ed-4bfb-9fa2-3fcf0c09b831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces/count.json","description":"<p>Retrieves a count of provinces for a country</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces","count.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"3c26ca2f-39a6-42ed-a025-847b167c0bf0","name":"Count all provinces","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces/count.json","description":"Retrieves a count of provinces for a country"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"count\":13}"}],"_postman_id":"25e356f3-22ed-4bfb-9fa2-3fcf0c09b831"},{"name":"Retrieves a single province for a country","id":"7c6fc48a-a204-4978-adcd-862be0de2d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces/{{province_id}}.json","description":"<p>Retrieves a single province for a country</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces","{{province_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>Show only certain fields, specified by a comma-separated list of field names. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"e71d7652-703f-43c6-ab5f-f9eb69ee726a","name":"Retrieve a single province","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces/{{province_id}}.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces","{{province_id}}.json"],"query":[{"key":"fields","value":"","description":"Show only certain fields, specified by a comma-separated list of field names. ","disabled":true}]},"description":"Retrieves a single province for a country"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"province\":{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.09,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":9.0}}"}],"_postman_id":"7c6fc48a-a204-4978-adcd-862be0de2d42"},{"name":"Updates an existing province for a country","id":"35e0da99-4d63-4055-88cd-74ba448583c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces/{{province_id}}.json","description":"<p>Updates an existing province for a country</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","countries","{{country_id}}","provinces","{{province_id}}.json"],"host":["{{store_name}}","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"28796cd1-b0d6-4006-ab92-539d6afd1cd7","name":"Update a province's tax rate","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"province\": {\n    \"id\": 224293623,\n    \"tax\": 0.15\n  }\n}"},"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/countries/{{country_id}}/provinces/{{province_id}}.json","description":"Updates an existing province for a country"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"province\":{\"id\":224293623,\"country_id\":879921427,\"name\":\"Quebec\",\"code\":\"QC\",\"tax\":0.15,\"tax_name\":\"HST\",\"tax_type\":\"compounded\",\"shipping_zone_id\":null,\"tax_percentage\":15.0}}"}],"_postman_id":"35e0da99-4d63-4055-88cd-74ba448583c7"}],"id":"548a004b-db96-47c5-bafc-fb012c9c2e0b","description":"<p>The Province resource represents the sales tax that's applied to orders from the sub-regions of a country. It represents any type of sub-region, such as states, provinces, territories, and counties.</p> <p>You can use the Province resource to retrieve and update <a href=\"#countries-that-have-provinces-in-shopify\">available provinces</a> for only the countries that a shop owner has added to a shipping zone. Merchants add countries to a shipping zone from the <strong>Shipping</strong> page of their Shopify admin.</p> <p>For information on accessing the tax information for an entire country, including its provinces, see the <a href=\"https://help.shopify.com/api/reference/store-properties/country\">Country</a> resource.</p> <h2>Countries that have provinces in Shopify</h2> <p>Shopify provides provincial tax rates for the following countries:</p> <table> <tr> <th>A-J</th> <th>M-Z</th> </tr> <tr> <td>Argentina (24 provinces)</td> <td>Malaysia (16 states/territories)</td> </tr> <tr> <td>Australia (8 states/territories)</td> <td>Mexico (32 states)</td> </tr> <tr> <td>Brazil (27 states)</td> <td>New Zealand (16 regions)</td> </tr> <tr> <td>Canada (13 provinces/territories)</td> <td>Nigeria (37 states)</td> </tr> <tr> <td>China (31 provinces)</td> <td>Panama (13 regions)</td> </tr> <tr> <td>Colombia (33 provinces)</td> <td>Portugal (20 regions)</td> </tr> <tr> <td>Egypt (29 governorates)</td> <td>Romania (42 counties)</td> </tr> <tr> <td>Guatemala (22 regions)</td> <td>Russia (82 regions)</td> </tr> <tr> <td>India (36 states)</td> <td>South Africa (9 provinces)</td> </tr> <tr> <td>Indonesia (34 provinces)</td> <td>South Korea (17 provinces)</td> </tr> <tr> <td>Ireland (26 counties)</td> <td>Spain (52 provinces)</td> </tr> <tr> <td>Italy (110 provinces)</td> <td>United Arab Emirates (7 emirates)</td> </tr> <tr> <td>Japan (47 prefectures)</td> <td>United States (62 states/territories)</td> </tr> </table>","_postman_id":"548a004b-db96-47c5-bafc-fb012c9c2e0b"},{"name":"Shop","item":[{"name":"Retrieves the shop's configuration","id":"88192711-12e9-4fa7-997e-39101ca059cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shop.json","description":"<p>Retrieves the shop's configuration</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","shop.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>A comma-separated list of fields to include in the response. </p>\n","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"f37591ce-34df-4a1a-a4df-ede3328d8d03","name":"Retrieve the shop's configuration","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/shop.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","shop.json"],"query":[{"key":"fields","value":"","description":"A comma-separated list of fields to include in the response. ","disabled":true}]},"description":"Retrieves the shop's configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"shop\":{\"id\":690933842,\"name\":\"Apple Computers\",\"email\":\"steve@apple.com\",\"domain\":\"shop.apple.com\",\"province\":\"California\",\"country\":\"US\",\"address1\":\"1 Infinite Loop\",\"zip\":\"95014\",\"city\":\"Cupertino\",\"source\":null,\"phone\":\"1231231234\",\"latitude\":45.45,\"longitude\":-75.43,\"primary_locale\":\"en\",\"address2\":\"Suite 100\",\"created_at\":\"2007-12-31T19:00:00-05:00\",\"updated_at\":\"2020-01-14T10:46:04-05:00\",\"country_code\":\"US\",\"country_name\":\"United States\",\"currency\":\"USD\",\"customer_email\":\"customers@apple.com\",\"timezone\":\"(GMT-05:00) Eastern Time (US \\u0026 Canada)\",\"iana_timezone\":\"America\\/New_York\",\"shop_owner\":\"Steve Jobs\",\"money_format\":\"${{amount}}\",\"money_with_currency_format\":\"${{amount}} USD\",\"weight_unit\":\"lb\",\"province_code\":\"CA\",\"taxes_included\":null,\"tax_shipping\":null,\"county_taxes\":true,\"plan_display_name\":\"Shopify Plus\",\"plan_name\":\"enterprise\",\"has_discounts\":true,\"has_gift_cards\":true,\"myshopify_domain\":\"apple.myshopify.com\",\"google_apps_domain\":null,\"google_apps_login_enabled\":null,\"money_in_emails_format\":\"${{amount}}\",\"money_with_currency_in_emails_format\":\"${{amount}} USD\",\"eligible_for_payments\":true,\"requires_extra_payments_agreement\":false,\"password_enabled\":false,\"has_storefront\":true,\"eligible_for_card_reader_giveaway\":false,\"finances\":true,\"primary_location_id\":905684977,\"cookie_consent_level\":\"implicit\",\"force_ssl\":true,\"checkout_api_supported\":true,\"multi_location_enabled\":false,\"setup_required\":false,\"pre_launch_enabled\":false,\"enabled_presentment_currencies\":[\"USD\"]}}"}],"_postman_id":"88192711-12e9-4fa7-997e-39101ca059cb"}],"id":"ffdae0c1-4c1e-49b6-8d14-81491b48d6e5","description":"<p>The Shop resource is a collection of the general settings and information about the store.</p> <p>The resource lets you retrieve information about the store but doesn't let you update any information. Only the merchant can update this information from inside the Shopify admin.</p>","_postman_id":"ffdae0c1-4c1e-49b6-8d14-81491b48d6e5"}],"id":"b52910f3-f0d8-4f08-bcbf-addcab5b2b82","_postman_id":"b52910f3-f0d8-4f08-bcbf-addcab5b2b82","description":""},{"name":"Tendertransaction","item":[{"name":"TenderTransaction","item":[{"name":"Retrieves a list of tender transactions","id":"5f0c63d0-94b2-49b5-b480-101fa8f6396a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","description":"<p>Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>.</p>\n","urlObject":{"auth":{"user":"{{api_key}}","password":"{{api_password}}"},"protocol":"https","path":["admin","api","{{api_version}}","tender_transactions.json"],"host":["{{store_name}}","myshopify","com"],"query":[{"disabled":true,"description":{"content":"<p>The maximum number of results to retrieve.(default: 50)(maximum: 250) </p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Retrieve only transactions after the specified ID. </p>\n","type":"text/plain"},"key":"since_id","value":""},{"disabled":true,"description":{"content":"<p>Show tender transactions processed_at or after the specified date. </p>\n","type":"text/plain"},"key":"processed_at_min","value":""},{"disabled":true,"description":{"content":"<p>Show tender transactions processed_at or before the specified date. </p>\n","type":"text/plain"},"key":"processed_at_max","value":""},{"disabled":true,"description":{"content":"<p>Show tender transactions processed at the specified date. </p>\n","type":"text/plain"},"key":"processed_at","value":""},{"disabled":true,"description":{"content":"<p>Show tender transactions ordered by processed_at in ascending or descending order. </p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[]}},"response":[{"id":"2eb5e828-5bc8-433a-a6b2-689562a5b9fe","name":"Retrieve tender transactions processed_at the specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","tender_transactions.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"processed_at_min","value":"","description":"Show tender transactions processed\\_at or after the specified date. ","disabled":true},{"key":"processed_at_max","value":"","description":"Show tender transactions processed\\_at or before the specified date. ","disabled":true},{"key":"processed_at","value":"","description":"Show tender transactions processed at the specified date. ","disabled":true},{"key":"order","value":"","description":"Show tender transactions ordered by processed\\_at in ascending or descending order. ","disabled":true}]},"description":"Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tender_transactions\":[{\"id\":776836120,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-05T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"}]}"},{"id":"32bb4472-d47d-4b6c-96c4-28748973030a","name":"Retrieve tender transactions after the specified ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","tender_transactions.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"processed_at_min","value":"","description":"Show tender transactions processed\\_at or after the specified date. ","disabled":true},{"key":"processed_at_max","value":"","description":"Show tender transactions processed\\_at or before the specified date. ","disabled":true},{"key":"processed_at","value":"","description":"Show tender transactions processed at the specified date. ","disabled":true},{"key":"order","value":"","description":"Show tender transactions ordered by processed\\_at in ascending or descending order. ","disabled":true}]},"description":"Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tender_transactions\":[{\"id\":776836115,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-07T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"}]}"},{"id":"599fba7d-1cb1-4bc9-ab99-ea22369e692f","name":"Retrieve tender transactions ordered by <code>processed_at</code>","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","tender_transactions.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"processed_at_min","value":"","description":"Show tender transactions processed\\_at or after the specified date. ","disabled":true},{"key":"processed_at_max","value":"","description":"Show tender transactions processed\\_at or before the specified date. ","disabled":true},{"key":"processed_at","value":"","description":"Show tender transactions processed at the specified date. ","disabled":true},{"key":"order","value":"","description":"Show tender transactions ordered by processed\\_at in ascending or descending order. ","disabled":true}]},"description":"Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tender_transactions\":[{\"id\":776836122,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-05T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"},{\"id\":776836123,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-07T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"}]}"},{"id":"618f2a21-fb67-4183-9ff1-2c9b403bf06e","name":"Retrieve tender transactions processed_at or after the specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","tender_transactions.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"processed_at_min","value":"","description":"Show tender transactions processed\\_at or after the specified date. ","disabled":true},{"key":"processed_at_max","value":"","description":"Show tender transactions processed\\_at or before the specified date. ","disabled":true},{"key":"processed_at","value":"","description":"Show tender transactions processed at the specified date. ","disabled":true},{"key":"order","value":"","description":"Show tender transactions ordered by processed\\_at in ascending or descending order. ","disabled":true}]},"description":"Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tender_transactions\":[{\"id\":776836117,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-07T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"}]}"},{"id":"67190fd6-fcae-43fa-a66d-fdb28450e991","name":"Retrieve all tender transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","tender_transactions.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"processed_at_min","value":"","description":"Show tender transactions processed\\_at or after the specified date. ","disabled":true},{"key":"processed_at_max","value":"","description":"Show tender transactions processed\\_at or before the specified date. ","disabled":true},{"key":"processed_at","value":"","description":"Show tender transactions processed at the specified date. ","disabled":true},{"key":"order","value":"","description":"Show tender transactions ordered by processed\\_at in ascending or descending order. ","disabled":true}]},"description":"Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tender_transactions\":[{\"id\":776836113,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-07T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"},{\"id\":776836112,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-05T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"}]}"},{"id":"cb398b10-8bbf-4fc1-9248-3caeced217a1","name":"Retrieve tender transactions processed_at or before the specified date","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/tender_transactions.json","protocol":"https","auth":{"user":"{{api_key}}","password":"{{api_password}}"},"host":["{{store_name}}","myshopify","com"],"path":["admin","api","{{api_version}}","tender_transactions.json"],"query":[{"key":"limit","value":"","description":"The maximum number of results to retrieve.(default: 50)(maximum: 250) ","disabled":true},{"key":"since_id","value":"","description":"Retrieve only transactions after the specified ID. ","disabled":true},{"key":"processed_at_min","value":"","description":"Show tender transactions processed\\_at or after the specified date. ","disabled":true},{"key":"processed_at_max","value":"","description":"Show tender transactions processed\\_at or before the specified date. ","disabled":true},{"key":"processed_at","value":"","description":"Show tender transactions processed at the specified date. ","disabled":true},{"key":"order","value":"","description":"Show tender transactions ordered by processed\\_at in ascending or descending order. ","disabled":true}]},"description":"Retrieves a list of tender transactions. <strong>Note:</strong> As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see <a href=\"https://help.shopify.com/api/guides/paginated-rest-results\"><em>Making requests to paginated REST Admin API endpoints</em></a>."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"tender_transactions\":[{\"id\":776836118,\"order_id\":450789469,\"amount\":\"250.94\",\"currency\":\"USD\",\"user_id\":null,\"test\":false,\"processed_at\":\"2005-08-05T10:22:51-04:00\",\"remote_reference\":\"authorization-key\",\"payment_details\":{\"credit_card_number\":\"•••• •••• •••• 4242\",\"credit_card_company\":\"Visa\"},\"payment_method\":\"credit_card\"}]}"}],"_postman_id":"5f0c63d0-94b2-49b5-b480-101fa8f6396a"}],"id":"6b45c79a-ea47-4b92-8cc8-c90ef6cdd0c4","description":"<p>Each tender transaction represents money passing between the merchant and a customer. A tender transaction with a positive amount represents a transaction where the customer paid money to the merchant. A negative amount represents a transaction where the merchant refunded money back to the customer. Tender transactions represent transactions that modify the shop's balance.</p>","_postman_id":"6b45c79a-ea47-4b92-8cc8-c90ef6cdd0c4"}],"id":"629b1d37-c560-4dce-a3eb-258d818a38a1","_postman_id":"629b1d37-c560-4dce-a3eb-258d818a38a1","description":""}]}