Add Referral
Add a manual referral for an affiliate
Request Body
Name
Type
Description
curl -X POST \
https://platform.shoffi.app/API/affiliate/addReferral \
-H 'Content-Type: application/json' \
-d '{
"apiKey": "YourKey",
"appId": 00000000,
"email": "[email protected]",
"shopName": "https://store.myshopify.com",
"calManualBegin": true
}'Parameters breakdown
Last updated