Trigger product syncs on demand by hitting these URLs. All endpoints stream live progress (Server-Sent Events).
/brands?token=YOUR_TOKEN
/sync/sku/99911-BBVR?token=YOUR_TOKEN&dry=1
/sync/brand/389?limit=5&token=YOUR_TOKENlimit=N (or omit for full brand — careful!)&dry=1
/sync/all?limit=5&token=YOUR_TOKENlimit=N per brand
Visit /brands for the live list.
1. Open the endpoint URL in your browser.
2. Watch the live log stream.
3. Last line is the JSON summary of what was synced.