Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Admin API
Access & update your data
cURL
curl --request POST \ --url https://app.supercycle.com/api/v1/products \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "productIds": [ 123 ] } '
{ "productIds": [ 123 ] }
Import Shopify products into Supercycle by list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
An array of imported product IDs
Was this page helpful?
Contact support