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