{
  "info": {
    "_postman_id": "57f335a3-9d5b-4021-9c81-647672a03a12",
    "name": "Printify API External",
    "description": "## Getting started\n\nPrintify API enables you to automate product and order creation for a variety of scenarios,\nincluding integration with your on-site design generator, on-site product customization and more.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "48067489"
  },
  "item": [
    {
      "name": "V1",
      "item": [
        {
          "name": "Shops",
          "item": [
            {
              "name": "Retrieve list of shops in a Printify account",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops.json"
                  ]
                },
                "description": "This will return the list of available merchant shops (IDs and titles)"
              },
              "response": [
                {
                  "name": "Retrieve list of shops in a Printify account",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": "api.printify.com/v1/shops.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops.json"
                      ]
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [
                    {
                      "expires": "Invalid Date",
                      "domain": "",
                      "path": ""
                    }
                  ],
                  "body": ""
                }
              ]
            },
            {
              "name": "Disconnect a shop",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/connection.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "connection.json"
                  ]
                },
                "description": "This will return the list of available merchant shops (IDs and titles)"
              },
              "response": []
            }
          ]
        },
        {
          "name": "Catalog",
          "item": [
            {
              "name": "Blueprints",
              "item": [
                {
                  "name": "Providers",
                  "item": [
                    {
                      "name": "Retrieve a list of variants of a blueprint from a specific print provider",
                      "request": {
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{access_token}}",
                              "type": "string"
                            }
                          ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/{{print_provider_id}}/variants.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints",
                            "{{blueprint_id}}",
                            "print_providers",
                            "{{print_provider_id}}",
                            "variants.json"
                          ],
                          "query": [
                            {
                              "key": "show-out-of-stock ",
                              "value": "0",
                              "description": "Depending on the value, it shows all variants or only those not out of stock. Without passing this query param, the list will contain only those variants in stock.\n0 - show only variants that are in stock.\n1 - also show variants out of stock (all variants). ",
                              "disabled": true
                            }
                          ]
                        },
                        "description": "Retrieves the list of of variants options for the Print Provider and Blueprint.\n    Those form the set of options available for customization Product (BluepRint)\n    on particular manufacturer (Print Provider).\n     *     "
                      },
                      "response": [
                        {
                          "name": "Successful operation",
                          "originalRequest": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                              }
                            ],
                            "url": {
                              "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/{{print_provider_id}}/variants.json",
                              "host": [
                                "api",
                                "printify",
                                "com"
                              ],
                              "path": [
                                "v1",
                                "catalog",
                                "blueprints",
                                "{{blueprint_id}}",
                                "print_providers",
                                "{{print_provider_id}}",
                                "variants.json"
                              ]
                            }
                          },
                          "status": "OK",
                          "code": 200,
                          "_postman_previewlanguage": "Text",
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "cookie": [],
                          "body": "{\n    \"id\": 3,\n    \"title\": \"DJ\",\n    \"variants\": [\n        {\n            \"id\": 17390,\n            \"title\": \"Heather Grey / XS\",\n            \"options\": {\n                \"color\": \"Heather Grey\",\n                \"size\": \"XS\"\n            },\n            \"placeholders\": [\n                {\n                    \"position\": \"back\",\n                    \"decoration_method\": \"dtf\",\n                    \"height\": 3995,\n                    \"width\": 3153\n                },\n                {\n                    \"position\": \"front\",\n                    \"decoration_method\": \"embroidery\",\n                    \"height\": 3995,\n                    \"width\": 3153\n                }\n            ],\n            \"decoration_methods\": [\n                \"dtf\",\n                \"embroidery\"\n            ]\n        },\n        {\n            \"id\": 17426,\n            \"title\": \"Solid Black / XS\",\n            \"options\": {\n                \"color\": \"Solid Black\",\n                \"size\": \"XS\"\n            },\n            \"placeholders\": [\n                {\n                    \"position\": \"back\",\n                    \"decoration_method\": \"dtf\",\n                    \"height\": 3995,\n                    \"width\": 3153\n                },\n                {\n                    \"position\": \"front\",\n                    \"decoration_method\": \"embroidery\",\n                    \"height\": 3995,\n                    \"width\": 3153\n                }\n            ],\n            \"decoration_methods\": [\n                \"dtf\",\n                \"embroidery\"\n            ]\n        }\n    ]\n}"
                        }
                      ]
                    },
                    {
                      "name": "Retrieve a list of all print providers that fulfill orders for a specific blueprint",
                      "request": {
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{access_token}}",
                              "type": "string"
                            }
                          ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints",
                            "{{blueprint_id}}",
                            "print_providers.json"
                          ]
                        },
                        "description": "Retrieves the list of print providers avilable for the Blueprint"
                      },
                      "response": [
                        {
                          "name": "Successful operation",
                          "originalRequest": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                              }
                            ],
                            "url": {
                              "raw": "api.printify.com/v1/catalog/blueprints/{{print_provider_id}}/print_providers.json",
                              "host": [
                                "api",
                                "printify",
                                "com"
                              ],
                              "path": [
                                "v1",
                                "catalog",
                                "blueprints",
                                "{{print_provider_id}}",
                                "print_providers.json"
                              ]
                            }
                          },
                          "status": "OK",
                          "code": 200,
                          "_postman_previewlanguage": "Text",
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "cookie": [],
                          "body": "[\n    {\n        \"id\": 3,\n        \"title\": \"DJ\",\n        \"decoration_methods\": [\n            \"dtg\",\n            \"embroidery\"\n        ]\n    },\n    {\n        \"id\": 8,\n        \"title\": \"Fifth Sun\",\n        \"decoration_methods\": [\n            \"dtg\"\n        ]\n    },\n    {\n        \"id\": 16,\n        \"title\": \"MyLocker\",\n        \"decoration_methods\": [\n            \"dtg\"\n        ]\n    },\n    {\n        \"id\": 24,\n        \"title\": \"Inklocker\",\n        \"decoration_methods\": [\n            \"dtf\",\n            \"dtg\",\n            \"embroidery\"\n        ]\n    }\n]"
                        }
                      ]
                    },
                    {
                      "name": "Retrieve shipping information",
                      "request": {
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{access_token}}",
                              "type": "string"
                            }
                          ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/shipping.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints",
                            "{{blueprint_id}}",
                            "print_providers",
                            "shipping.json"
                          ]
                        },
                        "description": "Retrieves the list of print providers avilable for the Blueprint"
                      },
                      "response": [
                        {
                          "name": "Successful operation",
                          "originalRequest": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "text"
                              }
                            ],
                            "url": {
                              "raw": "api.printify.com/v1/catalog/blueprints/<long>/print_providers.json",
                              "host": [
                                "api",
                                "printify",
                                "com"
                              ],
                              "path": [
                                "v1",
                                "catalog",
                                "blueprints",
                                "<long>",
                                "print_providers.json"
                              ]
                            }
                          },
                          "status": "OK",
                          "code": 200,
                          "_postman_previewlanguage": "Text",
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "cookie": [],
                          "body": "\"schema type not provided\""
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "Retrieves list of blueprints in the catalog",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "api.printify.com/v1/catalog/blueprints.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "catalog",
                        "blueprints.json"
                      ]
                    },
                    "description": "Retrieves the list of blueprints in the catalog to explore from"
                  },
                  "response": [
                    {
                      "name": "Successful operation",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints.json"
                          ]
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "_postman_previewlanguage": "Text",
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "cookie": [],
                      "body": "\"schema type not provided\""
                    }
                  ]
                },
                {
                  "name": "Retrieve a specific blueprint",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "catalog",
                        "blueprints",
                        "{{blueprint_id}}.json"
                      ]
                    },
                    "description": "Retrieves the list of blueprints in the catalog to explore from"
                  },
                  "response": [
                    {
                      "name": "Successful operation",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints.json"
                          ]
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "_postman_previewlanguage": "Text",
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "cookie": [],
                      "body": "\"schema type not provided\""
                    }
                  ]
                }
              ]
            },
            {
              "name": "Providers",
              "item": [
                {
                  "name": "Retrieve a list of available print providers",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "api.printify.com/v1/catalog/print_providers.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "catalog",
                        "print_providers.json"
                      ]
                    },
                    "description": "Retrieves the list of blueprints in the catalog to explore from"
                  },
                  "response": [
                    {
                      "name": "Successful operation",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints.json"
                          ]
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "_postman_previewlanguage": "Text",
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "cookie": [],
                      "body": "\"schema type not provided\""
                    }
                  ]
                },
                {
                  "name": "Retrieve a specific print provider",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "api.printify.com/v1/catalog/print_providers/{{print_provider_id}}.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "catalog",
                        "print_providers",
                        "{{print_provider_id}}.json"
                      ]
                    },
                    "description": "Retrieves the list of blueprints in the catalog to explore from"
                  },
                  "response": [
                    {
                      "name": "Successful operation",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": "api.printify.com/v1/catalog/blueprints.json",
                          "host": [
                            "api",
                            "printify",
                            "com"
                          ],
                          "path": [
                            "v1",
                            "catalog",
                            "blueprints.json"
                          ]
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "_postman_previewlanguage": "Text",
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "cookie": [],
                      "body": "\"schema type not provided\""
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "name": "Products",
          "item": [
            {
              "name": "CRUD",
              "item": [
                {
                  "name": "Update a product",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "PUT",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n    \"title\": \"Product\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products",
                        "{{product_id}}.json"
                      ]
                    }
                  },
                  "response": [
                    {
                      "name": "Successful response",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": ""
                        }
                      },
                      "_postman_previewlanguage": "Text",
                      "header": [],
                      "cookie": [],
                      "body": ""
                    }
                  ]
                },
                {
                  "name": "Delete a product",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "DELETE",
                    "header": [],
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products",
                        "{{product_id}}.json"
                      ]
                    }
                  },
                  "response": []
                },
                {
                  "name": "Create a new product",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n    \"title\": \"Product\",\n    \"description\": \"Good product\",\n    \"safety_information\": \"GPSR information: John Doe, test@example.com, 123 Main St, Apt 1, New York, NY, 10001, US\n    Product information: Gildan, 5000, 2 year warranty in EU and UK as per Directive 1999/44/EC\n    Warnings, Hazzard: No warranty, US\n    Care instructions: Machine wash: warm (max 40C or 105F), Non-chlorine: bleach as needed, Tumble dry: medium, Do not iron, Do not dryclean\",\n    \"blueprint_id\": 384,\n    \"print_provider_id\": 1,\n    \"variants\": [\n            {\n                \"id\": 45740,\n                \"price\": 400,\n                \"is_enabled\": true\n            },\n            {\n                \"id\": 45742,\n                \"price\": 400,\n                \"is_enabled\": true\n            },\n            {\n                \"id\": 45744,\n                \"price\": 400,\n                \"is_enabled\": false\n            },\n            {\n                \"id\": 45746,\n                \"price\": 400,\n                \"is_enabled\": false\n            }\n        ],\n        \"print_areas\": [\n        {\n            \"variant_ids\": [45740,45742,45744,45746],\n            \"placeholders\": [\n            {\n                \"position\": \"front\",\n                \"images\": [\n                    {\n                    \"id\": \"5d15ca551163cde90d7b2203\", \n                    \"x\": 0.5, \n                    \"y\": 0.5, \n                    \"scale\": 1,\n                    \"angle\": 0,\n                    \"pattern\": {\n                        \"spacing_x\": 1,\n                        \"spacing_y\": 2,\n                        \"scale\": 3,\n                        \"offset\": 4\n                    }\n                    }\n                ]\n            }\n            ]\n        }\n    ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products.json"
                      ]
                    }
                  },
                  "response": [
                    {
                      "name": "Successful response",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": ""
                        }
                      },
                      "_postman_previewlanguage": "Text",
                      "header": [],
                      "cookie": [],
                      "body": ""
                    }
                  ]
                },
                {
                  "name": "Retrieve a product",
                  "request": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products",
                        "{{product_id}}.json"
                      ]
                    }
                  },
                  "response": [
                    {
                      "name": "Successful response",
                      "originalRequest": {
                        "method": "GET",
                        "header": [
                          {
                            "key": "Content-Type",
                            "value": "application/json",
                            "type": "text"
                          }
                        ],
                        "url": {
                          "raw": ""
                        }
                      },
                      "_postman_previewlanguage": "Text",
                      "header": [],
                      "cookie": [],
                      "body": ""
                    }
                  ]
                }
              ]
            },
            {
              "name": "Product status",
              "item": [
                {
                  "name": "Set product publish status to succeeded",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n    \"external\": {\n        \"id\": \"5941187eb8e7e37b3f0e62e5\",\n        \"handle\": \"https://example.com/path/to/product\"\n    }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}/publishing_succeeded.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products",
                        "{{product_id}}",
                        "publishing_succeeded.json"
                      ],
                      "query": [
                        {
                          "key": "limit",
                          "value": null,
                          "description": "Results per page\n(default: 10, maximum: 50) ",
                          "disabled": true
                        },
                        {
                          "key": "page",
                          "value": null,
                          "description": "Paginate through list of results ",
                          "disabled": true
                        }
                      ]
                    }
                  },
                  "response": []
                },
                {
                  "name": "Set product publish status to failed",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n    \"reason\": \"Request timed out\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}/publishing_failed.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products",
                        "{{product_id}}",
                        "publishing_failed.json"
                      ],
                      "query": [
                        {
                          "key": "limit",
                          "value": null,
                          "description": "Results per page\n(default: 10, maximum: 50) ",
                          "disabled": true
                        },
                        {
                          "key": "page",
                          "value": null,
                          "description": "Paginate through list of results ",
                          "disabled": true
                        }
                      ]
                    }
                  },
                  "response": []
                },
                {
                  "name": "Notify that a product has been unpublished",
                  "request": {
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{access_token}}",
                          "type": "string"
                        }
                      ]
                    },
                    "method": "POST",
                    "header": [],
                    "body": {
                      "mode": "raw",
                      "raw": "",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}/unpublish.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "shops",
                        "{{shop_id}}",
                        "products",
                        "{{product_id}}",
                        "unpublish.json"
                      ],
                      "query": [
                        {
                          "key": "limit",
                          "value": null,
                          "description": "Results per page\n(default: 10, maximum: 50) ",
                          "disabled": true
                        },
                        {
                          "key": "page",
                          "value": null,
                          "description": "Paginate through list of results ",
                          "disabled": true
                        }
                      ]
                    }
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "Retrieve a list of products",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/products.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "products.json"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": null,
                      "description": "Results per page\n(default: 10, maximum: 50) ",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": null,
                      "description": "Paginate through list of results ",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Publish a product",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}/publish.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "products",
                    "{{product_id}}",
                    "publish.json"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": null,
                      "description": "Results per page\n(default: 10, maximum: 50) ",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": null,
                      "description": "Paginate through list of results ",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Retrieve product GPSR information",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/products/{{product_id}}/gpsr.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "products",
                    "{{product_id}}",
                    "gpsr.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            }
          ]
        },
        {
          "name": "Orders",
          "item": [
            {
              "name": "Retrieve a list of orders",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders.json"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "",
                      "description": "Results per page\n(default: 10, maximum: 10) ",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "",
                      "description": "Paginate through list of results ",
                      "disabled": true
                    },
                    {
                      "key": "status",
                      "value": null,
                      "description": " Filter results by order status ",
                      "disabled": true
                    },
                    {
                      "key": "sku",
                      "value": null,
                      "description": " Filter results by product SKU - response will contain only those orders that have at least one product with passed SKU ",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Submit an order",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"external_id\": \"2750e210-39bb-11e9-a503-452618153e4a\",\n    \"label\": \"00012\",\n    \"line_items\": [\n      {\n        \"product_id\": \"5bfd0b66a342bcc9b5563216\",\n        \"variant_id\": 17887,\n        \"quantity\": 1\n      }\n    ],\n    \"shipping_method\": 1,\n    \"is_printify_express\": false,\n    \"is_economy_shipping\": false,\n    \"send_shipping_notification\": false,\n    \"address_to\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Smith\",\n      \"email\": \"example@msn.com\",\n      \"phone\": \"0574 69 21 90\",\n      \"country\": \"BE\",\n      \"region\": \"\",\n      \"address1\": \"ExampleBaan 121\",\n      \"address2\": \"45\",\n      \"city\": \"Retie\",\n      \"zip\": \"2470\"\n    }\n  }",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Cancel an order",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders/{{order_id}}/cancel.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders",
                    "{{order_id}}",
                    "cancel.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Send an existing order to production",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders/{{order_id}}/send_to_production.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders",
                    "{{order_id}}",
                    "send_to_production.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Calculate the shipping cost of an order",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"line_items\": [{\n        \"product_id\": \"5bfd0b66a342bcc9b5563216\",\n        \"variant_id\": 17887,\n        \"quantity\": 1\n    },{\n        \"print_provider_id\": 5,\n        \"blueprint_id\": 9,\n        \"variant_id\": 17887,\n        \"quantity\": 1\n    },{\n        \"sku\": \"MY-SKU\",\n        \"quantity\": 1\n    }],\n    \"address_to\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"email\": \"example@msn.com\",\n        \"phone\": \"0574 69 21 90\",\n        \"country\": \"BE\",\n        \"region\": \"\",\n        \"address1\": \"ExampleBaan 121\",\n        \"address2\": \"45\",\n        \"city\": \"Retie\",\n        \"zip\": \"2470\"\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders/shipping.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders",
                    "shipping.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Submit a Printify Express order",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"title\": \"Product\",\n    \"description\": \"Good product\",\n    \"safety_information\": \"GPSR information: John Doe, test@example.com, 123 Main St, Apt 1, New York, NY, 10001, US\n    Product information: Gildan, 5000, 2 year warranty in EU and UK as per Directive 1999/44/EC\n    Warnings, Hazzard: No warranty, US\n    Care instructions: Machine wash: warm (max 40C or 105F), Non-chlorine: bleach as needed, Tumble dry: medium, Do not iron, Do not dryclean\",\n    \"blueprint_id\": 384,\n    \"print_provider_id\": 1,\n    \"variants\": [\n            {\n                \"id\": 45740,\n                \"price\": 400,\n                \"is_enabled\": true\n            },\n            {\n                \"id\": 45742,\n                \"price\": 400,\n                \"is_enabled\": true\n            },\n            {\n                \"id\": 45744,\n                \"price\": 400,\n                \"is_enabled\": false\n            },\n            {\n                \"id\": 45746,\n                \"price\": 400,\n                \"is_enabled\": false\n            }\n        ],\n        \"print_areas\": [\n        {\n            \"variant_ids\": [45740,45742,45744,45746],\n            \"placeholders\": [\n            {\n                \"position\": \"front\",\n                \"images\": [\n                    {\n                    \"id\": \"5d15ca551163cde90d7b2203\", \n                    \"x\": 0.5, \n                    \"y\": 0.5, \n                    \"scale\": 1,\n                    \"angle\": 0,\n                    \"pattern\": {\n                        \"spacing_x\": 1,\n                        \"spacing_y\": 2,\n                        \"scale\": 3,\n                        \"offset\": 4\n                    }\n                    }\n                ]\n            }\n            ]\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders/express.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders",
                    "express.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Get order details by ID",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/orders/{{order_id}}.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "orders",
                    "{{order_id}}.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            }
          ]
        },
        {
          "name": "Uploads",
          "item": [
            {
              "name": "Retrieve a list of uploaded images",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/uploads.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "uploads.json"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": null,
                      "description": "Results per page\n(default: 10, maximum: 100) ",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": null,
                      "description": "Paginate through list of results ",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Retrieve an uploaded image by id",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/uploads/{{image_id}}.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "uploads",
                    "{{image_id}}.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Upload an image",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"file_name\": \"1x1-ff00007f.png\",\n    \"url\": \"http://png-pixel.com/1x1-ff00007f.png\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "api.printify.com/v1/uploads/images.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "uploads",
                    "images.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Archive an uploaded image",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/uploads/{{image_id}}/archive.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "uploads",
                    "{{image_id}}",
                    "archive.json"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "Webhooks",
          "item": [
            {
              "name": "Retrieve a list of webhooks",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/webhooks.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "webhooks.json"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": null,
                      "description": "Results per page\n(default: 10, maximum: 100) ",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": null,
                      "description": "Paginate through list of results ",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Create a new webhook",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"topic\": \"order:created\",\n    \"url\": \"https://example.com/webhooks/order/created\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/webhooks.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "webhooks.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "url": {
                      "raw": ""
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Modify a webhook",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "PUT",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"url\": \"https://example.com/callback/order/created\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/webhooks/{{webhook_id}}.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "webhooks",
                    "{{webhook_id}}.json"
                  ]
                }
              },
              "response": [
                {
                  "name": "Successful response",
                  "originalRequest": {
                    "method": "PUT",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n    \"topic\": \"order:created\",\n    \"url\": \"https://example.com/callback/order/created\",\n    \"shop_id\": \"1\",\n    \"id\": \"5cb87a8cd490a2ccb256cec4\"\n}\n",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "api.printify.com/v1/uploads/{{image_id}}/archive.json",
                      "host": [
                        "api",
                        "printify",
                        "com"
                      ],
                      "path": [
                        "v1",
                        "uploads",
                        "{{image_id}}",
                        "archive.json"
                      ]
                    }
                  },
                  "_postman_previewlanguage": "Text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "Delete a webhook",
              "request": {
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{access_token}}",
                      "type": "string"
                    }
                  ]
                },
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "api.printify.com/v1/shops/{{shop_id}}/webhooks/{{webhook_id}}.json?host={{webhook_host}}",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "shops",
                    "{{shop_id}}",
                    "webhooks",
                    "{{webhook_id}}.json"
                  ],
                  "query": [
                    {
                      "key": "host",
                      "value": "{{webhook_host}}",
                      "description": "Host works as a safeguard: the deletion will only be performed if the host matches the webhook's host"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "V2 Catalog Blueprints",
      "item": [
        {
          "name": "Retrieve available shipping list information",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{access_token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "api.printify.com/v2/catalog/blueprints/{{blueprint_id}}/print_providers/{{print_provider_id}}/shipping.json",
              "host": [
                "api",
                "printify",
                "com"
              ],
              "path": [
                "v2",
                "catalog",
                "blueprints",
                "{{blueprint_id}}",
                "print_providers",
                "{{print_provider_id}}",
                "shipping.json"
              ]
            },
            "description": "Retrieves the list of print providers avilable for the Blueprint"
          },
          "response": [
            {
              "name": "Successful operation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/catalog/blueprints/<long>/print_providers.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "blueprints",
                    "<long>",
                    "print_providers.json"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "\"schema type not provided\""
            }
          ]
        },
        {
          "name": "Retrieve specific shipping method information",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{access_token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/shipping/standard.json",
              "host": [
                "api",
                "printify",
                "com"
              ],
              "path": [
                "v1",
                "catalog",
                "blueprints",
                "{{blueprint_id}}",
                "print_providers",
                "shipping",
                "standard.json"
              ]
            },
            "description": "Retrieves the list of print providers avilable for the Blueprint"
          },
          "response": [
            {
              "name": "Successful operation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/catalog/blueprints/<long>/print_providers.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "blueprints",
                    "<long>",
                    "print_providers.json"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "\"schema type not provided\""
            }
          ]
        },
        {
          "name": "Retrieve priority shipping method information",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{access_token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/shipping/priority.json",
              "host": [
                "api",
                "printify",
                "com"
              ],
              "path": [
                "v1",
                "catalog",
                "blueprints",
                "{{blueprint_id}}",
                "print_providers",
                "shipping",
                "priority.json"
              ]
            },
            "description": "Retrieves the list of print providers avilable for the Blueprint"
          },
          "response": [
            {
              "name": "Successful operation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/catalog/blueprints/<long>/print_providers.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "blueprints",
                    "<long>",
                    "print_providers.json"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "\"schema type not provided\""
            }
          ]
        },
        {
          "name": "Retrieve express shipping method information",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{access_token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/shipping/express.json",
              "host": [
                "api",
                "printify",
                "com"
              ],
              "path": [
                "v1",
                "catalog",
                "blueprints",
                "{{blueprint_id}}",
                "print_providers",
                "shipping",
                "express.json"
              ]
            },
            "description": "Retrieves the list of print providers avilable for the Blueprint"
          },
          "response": [
            {
              "name": "Successful operation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/catalog/blueprints/<long>/print_providers.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "blueprints",
                    "<long>",
                    "print_providers.json"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "\"schema type not provided\""
            }
          ]
        },
        {
          "name": "Retrieve economy shipping method information",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{access_token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [],
            "url": {
              "raw": "api.printify.com/v1/catalog/blueprints/{{blueprint_id}}/print_providers/shipping/economy.json",
              "host": [
                "api",
                "printify",
                "com"
              ],
              "path": [
                "v1",
                "catalog",
                "blueprints",
                "{{blueprint_id}}",
                "print_providers",
                "shipping",
                "economy.json"
              ]
            },
            "description": "Retrieves the list of print providers avilable for the Blueprint"
          },
          "response": [
            {
              "name": "Successful operation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "api.printify.com/v1/catalog/blueprints/<long>/print_providers.json",
                  "host": [
                    "api",
                    "printify",
                    "com"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "blueprints",
                    "<long>",
                    "print_providers.json"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "cookie": [],
              "body": "\"schema type not provided\""
            }
          ]
        }
      ]
    }
  ]
}