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-09-09T20:31:47.425Z"
  }
]