Skip to main content

Sites

Connect and manage e-commerce sites (Etsy, Amazon Seller, TikTok, Shopify). Covers OAuth, Amazon marketplace selection, on-demand sync, and site listing/detail.

📄️ OAuth callback endpoint — consumed by platform providers after user consent

Platform-agnostic OAuth callback. Called by Etsy, Amazon (Seller & Ads), Shopify, TikTok, WooCommerce after the user authorizes the app. NOT intended to be called directly by partner code — Dodgeprint registers this URL as the OAuth redirect target. For Amazon specifically: Amazon does NOT support custom `redirect_url` per request, so after the user completes OAuth the partner must POLL `GET /v1/sites?platform_id=5&sort=-id&limit=1` every 5 seconds (timeout 2 minutes) to detect the newly created site. This endpoint is documented for completeness only.