🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request POST \
--url https://api.shoppex.io/dev/v1/customers/{id}/affiliate/payout-requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 0,
"asset": "<string>",
"address": "<string>",
"network": "<string>",
"note": "<string>"
}
'{
"data": {}
}Developer API operation for POST /dev/v1/customers//affiliate/payout-requests.
curl --request POST \
--url https://api.shoppex.io/dev/v1/customers/{id}/affiliate/payout-requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 0,
"asset": "<string>",
"address": "<string>",
"network": "<string>",
"note": "<string>"
}
'{
"data": {}
}Use your Shoppex API key in the Authorization header.
Successful response