# API: Assign affiliate to an order
# setOrderReferrer
Change affiliate assignment, this will add commissions for this order to affiliate account.
# Required parameters
Parameter | Description |
---|---|
id | Order ID |
referral | Affiliate ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=setOrderReferrer&id=ID&referral=REFERRAL
# PHP Samples
# Response
{
"success": true,
"call": "setOrderReferrer",
"server_time": 1481294453,
"info": [
"order_marked_referred"
]
}