get
https://example.com
POST /v2/ecommerceSubscriptions/actions/bulkSyncFromWooCommerce — Bulk sync all subscriptions from WooCommerce
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Triggers a full re-sync of all subscriptions from the connected WooCommerce store. This runs synchronously — the request paginates through WooCommerce and saves each subscription before responding, so it does not return immediately. Expect the response to take a while for stores with many subscriptions.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
affiliate | string | No | Affiliate ID to scope the sync to (defaults to the authenticated affiliate) |
Response 200
200{
"synced": 42,
"skipped": 3,
"errors": []
}Required role
Affiliate token required — any affiliate role, not just affiliate_super_admin
