Printago API
GET /v1/integrations/woocommerce/{integrationId}/status

Get WooCommerce status

Get WooCommerce integration status

Requires: integration.view

Path Parameters

integrationId required
string
The WooCommerce integration ID

Response Schema

Response
connectedrequired
boolean
lastSyncedAtoptional
number
lastWebhookAtoptional
number
pollingIntervalMinutesoptional
number
Cadence of the polling backstop, for the webhook-health UI line.
storeNameoptional
string
storeUrloptional
string
webhookSetupErroroptional
string

Example Response

200 OK — application/json
{
  "connected": true,
  "storeUrl": "string",
  "storeName": "string",
  "lastSyncedAt": 1,
  "lastWebhookAt": 1,
  "pollingIntervalMinutes": 1
}