Skip to main content
PATCH
/
dev
/
v1
/
affiliates
/
customers
/
{customerId}
/
custom-link
Update affiliate customer 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": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

customerId
string
required

Body

code
string
required

Response

200 - application/json

Successful response

data
object