Operator view

WooCommerce channel

Checking connection…

Asking the server which stores have completed the OAuth round trip.

Install handshake

Run the install handshake by POSTing to /api/woocommerce/install with { siteUrl, consumerKey, consumerSecret }. A successful response is { verified: true, scopes: ['read_write'] }.

Once installed, the merchant’s WP oauth start redirects to /api/woocommerce/oauth/callback with the OAuth 1.0a query fields. A successful round trip lands accessToken, tokenType, scope, and connectedAt on the row, then redirects back here with ?connected=1.