v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
Products

Retrieve a list of products

Retrieve a list of products

get/v1/shops/{shop_id}/products.json

Query parameters

limitstring

Results per page (default: 10, maximum: 50)

pagestring

Paginate through list of results

Response

Successful operation

current_pageinteger
first_page_urlstring
frominteger nullable
last_pageinteger
last_page_urlstring
next_page_urlstring nullable
pathstring
per_pageinteger
prev_page_urlstring nullable
tointeger nullable
totalinteger

Example response

{
  "current_page": 1,
  "data": [
    {
      "id": "5d39b159e7c48c000728c89f",
      "title": "Mug 11oz",
      "description": "Perfect for coffee, tea and hot chocolate...",
      "safety_information": "GPSR information: John Doe...",
      "tags": [
        "Home & Living",
        "Mugs",
        "11 oz"
      ],
      "options": [
        {
          "name": "Sizes",
          "type": "size",
          "values": [
            {
              "id": 1189,
              "title": "11oz"
            }
          ]
        }
      ],
      "variants": [
        {
          "id": 33719,
          "sku": "866366009",
          "cost": 516,
          "price": 860,
          "title": "11oz",
          "grams": 460,
          "is_enabled": true,
          "is_default": true,
          "is_available": true,
          "is_printify_express_eligible": true,
          "options": [
            1189
          ]
        }
      ],
      "images": [
        {
          "src": "https://images.printify.com/mockup/5d39b159e7c48c000728c89f/33719/145/mug-11oz.jpg",
          "variant_ids": [
            33719
          ],
          "position": "front"
        }
      ],
      "created_at": "2019-07-25 13:40:41+00:00",
      "updated_at": "2019-07-25 13:40:59+00:00",
      "visible": true,
      "is_printify_express_eligible": true,
      "is_printify_express_enabled": true,
      "is_economy_shipping_eligible": true,
      "is_economy_shipping_enabled": true,
      "blueprint_id": 68,
      "user_id": 1337,
      "shop_id": 1337,
      "print_provider_id": 9,
      "print_areas": [
        {
          "variant_ids": [
            33719
          ],
          "placeholders": [
            {
              "position": "front",
              "images": [
                {
                  "id": "5c7665205342af161e1cb26e",
                  "src": "https://image-storage.example.com/5d39b159e7c48c000728c89f",
                  "name": "Test.png",
                  "type": "image/png",
                  "height": 5850,
                  "width": 4350,
                  "x": 0.5,
                  "y": 0.5,
                  "scale": 1.01,
                  "font_family": "ABeeZee",
                  "font_size": 200,
                  "font_weight": 400,
                  "font_color": "#ffffff",
                  "font_style": "normal",
                  "input_text": "Text example",
                  "text_align": "left",
                  "pattern": {
                    "spacing_x": 1,
                    "spacing_y": 2,
                    "scale": 3,
                    "offset": 4
                  }
                }
              ]
            }
          ],
          "background": "#ffffff"
        }
      ],
      "views": [
        {
          "id": 34395,
          "label": "Front side",
          "position": "front",
          "files": [
            {
              "src": "https://images.printify.com/api/catalog/618e1792f80e2001a840687b.svg",
              "variant_ids": [
                33719
              ]
            }
          ]
        }
      ],
      "sales_channel_properties": []
    }
  ],
  "first_page_url": "/?page=1",
  "from": 1,
  "last_page": 22,
  "last_page_url": "/?page=22",
  "next_page_url": "/?page=2",
  "path": "/",
  "per_page": 1,
  "to": 1,
  "total": 22
}