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?