v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
Shops

Retrieve list of shops in a Printify account

This will return the list of available merchant shops (IDs and titles)

get/v1/shops.json

Response

Successful operation

idinteger
titlestring
sales_channelstring

Example response

[
  {
    "id": 5432,
    "title": "My new store",
    "sales_channel": "My Sales Channel"
  }
]
All 40 operations