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.
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
]
}Documentation Index
Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?