Storefront API
Custom storefront experiences
Import Shopify products into Supercycle by list.
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 ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>