v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBAffiliate Campaigns
Create Affiliate Campaign
To create affiliate campaign.<br>建立推薦活動。
post/affiliate_campaigns
Request body
Response
OK
Example response
{
"id": "5ce0d084e388096bdb229a59",
"name": "Affiliate Campaign Name",
"type": "affiliate_referral",
"condition_value": 100,
"reward_type": "percentage",
"reward_value": 10,
"promotion_ids": [
"5ce0d084e388096bdb229a59"
],
"code": "iris123",
"referral_link": "https://irishsu400.shoplineapp.com?sl-ref=iris123",
"partner_info": {
"name": "",
"email": ""
},
"apply_on": "order",
"apply_method": "all",
"use_count": 1,
"affiliate_percentage": 30,
"affiliate_amount": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
},
"condition_min_amount": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
},
"campaign_products": {
"id": "5ce0d084e388096bdb229a59",
"product_id": "5ce0d084e388096bdb229a59",
"affiliate_percentage": 30,
"affiliate_amount": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
}
},
"start_at": "2018-01-10T06:33:45.231Z",
"end_at": "2018-01-10T06:33:45.231Z",
"remarks_translations": {
"zh-hant": "條款說明"
},
"created_at": "2018-01-10T06:33:45.231Z",
"updated_at": "2018-01-10T06:33:45.231Z",
"total_reward_value": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
}
}