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