Printago API
GET /v1/integrations/woocommerce

List WooCommerce integrations

List all connected WooCommerce stores for a store

Requires: integration.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "integrationId": "string",
    "storeUrl": "string",
    "storeName": "string"
  }
]