🚀 New: Edit Shoppex themes from the dashboard, the CLI, or an AI agent — one unified workflow. Learn more →
curl --request POST \
--url https://api.shoppex.io/dev/v1/resellers/{id}/embed-campaigns \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"product_ids": [
"<string>"
],
"variant_ids": [
"<string>"
]
}
'{
"data": {}
}Developer API operation for POST /dev/v1/resellers//embed-campaigns.
curl --request POST \
--url https://api.shoppex.io/dev/v1/resellers/{id}/embed-campaigns \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"product_ids": [
"<string>"
],
"variant_ids": [
"<string>"
]
}
'{
"data": {}
}