post

POST /v2/ecommerceSubscriptions/actions/bulkSyncFromWooCommerce — Bulk sync all subscriptions from WooCommerce

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

FieldTypeRequiredDescription
affiliatestringNoAffiliate ID to scope the sync to (defaults to the authenticated affiliate)

Response 200

{
  "synced": 42,
  "skipped": 3,
  "errors": []
}

Required role

Affiliate token required — any affiliate role, not just affiliate_super_admin

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!