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
]
}Was this page helpful?