Version: 202201
Discount Flashsale List
GET/openapi/2022-01/discount_flashsales
Request
Query Parameters
limit int32
Limit per page
page int32
Page number
need_detail_url boolean
details url return in responses
Responses
- 200
- 400
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
pageinteger
Default value:
0Example:
1limitinteger
Default value:
0Example:
20totalinteger
Default value:
0Example:
1data object[]
idstring
Example:
14f759fe-cb07-4778-8448-e1ba4b686439titlestring
Example:
tzt-限时促销-刺激客户下单discount_typestring
Example:
percentageonce_per_customerinteger
Default value:
0Example:
0starts_atinteger
Default value:
0Example:
1682651959ends_atinteger
Default value:
0Example:
-1statusinteger
Default value:
0Example:
1sortstring
Example:
{"by":"title","direction":"asc"}allocation_methodstring
Example:
noneallow_oversoldstring
Example:
uncheckprogressstring
Example:
ongoingproduct_numinteger
Default value:
0Example:
410detail_urlstring
Example:
tzt.myshoplaza.com/promotions/flashsale/14f759fe-cb07-4778-8448-e1ba4b686439{
"page": 1,
"limit": 20,
"total": 1,
"data": [
{
"id": "14f759fe-cb07-4778-8448-e1ba4b686439",
"title": "tzt-限时促销-刺激客户下单",
"discount_type": "percentage",
"once_per_customer": 0,
"starts_at": 1682651959,
"ends_at": -1,
"status": 1,
"sort": "{\"by\":\"title\",\"direction\":\"asc\"}",
"allocation_method": "none",
"allow_oversold": "uncheck",
"progress": "ongoing",
"product_num": 410,
"detail_url": "tzt.myshoplaza.com/promotions/flashsale/14f759fe-cb07-4778-8448-e1ba4b686439"
}
]
}
{
"page": 1,
"limit": 20,
"total": 1,
"data": [
{
"id": "14f759fe-cb07-4778-8448-e1ba4b686439",
"title": "tzt-限时促销-刺激客户下单",
"discount_type": "percentage",
"once_per_customer": 0,
"starts_at": 1682651959,
"ends_at": -1,
"status": 1,
"sort": "{\"by\":\"title\",\"direction\":\"asc\"}",
"allocation_method": "none",
"allow_oversold": "uncheck",
"progress": "ongoing",
"product_num": 410,
"detail_url": "tzt.myshoplaza.com/promotions/flashsale/14f759fe-cb07-4778-8448-e1ba4b686439"
}
]
}
400
- application/json
No schema