🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/store/domains/custom \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"cloudflare_id": "<string>"
}
'{
"data": {}
}Developer API operation for PATCH /dev/v1/store/domains/custom.
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/store/domains/custom \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"cloudflare_id": "<string>"
}
'{
"data": {}
}