Printago API
GET /v1/integrations/shopify

List Shopify integrations

List all connected Shopify stores for a store

Requires: integration.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "integrationId": "string",
    "shop": "string",
    "shopName": "string",
    "connectedAt": "2026-08-24T03:58:56.120Z"
  }
]