本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
Single Coupon
, ensure that you are sending the following required variables:Attribute | Type | Is Required |
---|---|---|
code | string | Yes |
type | string | Yes |
amount | number | Yes |
free_shipping | boolean | Yes |
expiry_date | string | Yes |
exclude_sale_products | boolean | Yes |
marketing_active
is valued as true
, then when creating Marketing Coupons
, ensure that you are sending theAttribute | Type | Is Required |
---|---|---|
marketing_active | boolean | Yes |
marketing_name | string | Yes |
marketing_type | string | Yes |
marketing_amount | number | Yes |
marketing.read_write
- Marketing Read & WriteAuthorization: Bearer ********************
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
all
or web
or app
Group
.requiredif
is_group
value is true
requiredif
is_group
value is true
requiredif
is_group
value is true
. No spaces/numbers are allowedrequiredif
type is set to percentage
{
"code": "discount10",
"type": "percentage",
"amount": 10,
"maximum_amount": 50,
"free_shipping": true,
"start_date": "2022-08-02",
"expiry_date": "2022-12-12",
"exclude_sale_products": false
}
curl --location --request POST 'https://echo.apifox.com/anything/coupons' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "discount10",
"type": "percentage",
"amount": 10,
"maximum_amount": 50,
"free_shipping": true,
"start_date": "2022-08-02",
"expiry_date": "2022-12-12",
"exclude_sale_products": false
}'
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
all
or web
or app
requiredif
is_group
= true
; otherwise returns null
valuerequiredif
is_group
= true
; otherwise returns null
valuerequiredif
is_group
= true
; otherwise returns null
valuerequiredif
is_group
= true
; otherwise returns null
valuerequiredif
marketing_active
= true
; otherwise returns null
valuemarketing_acive: true
; otherwise returns null
value.requiredif
marketing_active
= true
; otherwise returns null
valuemarketing_acive: true
; otherwise returns null
value.marketing_acive: true
; otherwise returns null
value.marketing_acive: true
; otherwise returns null
value.marketing_acive: true
; otherwise returns null
value.marketing_acive: true
; otherwise returns null
value.marketing_acive: true
; otherwise returns null
value.marketing_acive: true
; otherwise returns null
value.{
"status": 200,
"success": true,
"data": {
"id": 1622617640,
"code": "QAZCVS",
"type": "fixed",
"status": "active",
"amount": {
"amount": 30,
"currency": "SAR"
},
"minimum_amount": null,
"maximum_amount": {
"amount": 0,
"currency": "SAR"
},
"show_maximum_amount": false,
"expiry_date": "2023-03-17 00:00:00",
"start_date": null,
"free_shipping": true,
"usage_limit": null,
"usage_limit_per_user": null,
"include_product_ids": [
"1626467363"
],
"exclude_product_ids": [
"213592621"
],
"is_sale_products_exclude": true,
"include_category_ids": [
"676928739"
],
"exclude_category_ids": [
"1585249762"
],
"include_customer_group_ids": [
"322729604"
],
"exclude_customer_group_ids": [
"1830458757"
],
"exclude_brands_ids": [
"1939592358"
],
"exclude_shipping_ids": [
"1345871747"
],
"include_customer_ids": [],
"include_payment_methods": [
"bank",
"cod",
"credit_card",
"knet",
"mada",
"paypal",
"spotii_pay",
"stc_pay",
"tabby_installment",
"tamara_installment"
],
"applied_in": "all",
"is_group": false,
"group_name": null,
"group_coupons_count": null,
"group_coupon_suffix": null,
"group_coupons": null,
"beneficiary_domain": null,
"statistics": {
"num_of_usage": 0,
"num_of_customers": 0,
"coupon_sales": {
"amount": 0,
"currency": "SAR"
}
},
"created_at": {
"date": "2022-04-06 12:45:13.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"updated_at": {
"date": "2022-04-06 12:45:13.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"marketing_active": true,
"marketing_name": "Nabil",
"marketing_type": "percentage",
"marketing_amount": {
"amount": 10,
"currency": "SAR"
},
"marketing_hide_total_sales": false,
"marketing_show_maximum_amount": false,
"marketing_maximum_amount": 4000,
"marketing_info": "",
"marketing_visits_count": 0,
"marketing_url": "https://salla.sa/dev-wofftr4xsra5xtlv?utm_source=ref&utm_campaign=QAZCVS",
"marketing_statistics_url": "https://mtjr.coupons/w172T"
}
}
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升