🚀 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/affiliates/customers/{customerId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "disable"
}
'{
"data": {}
}Developer API operation for PATCH /dev/v1/affiliates/customers//status.
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/affiliates/customers/{customerId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "disable"
}
'{
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt
Use this file to discover all available pages before exploring further.
Use your Shoppex API key in the Authorization header.
disable Successful response