Get Promotion Orders
GET/api/affiliate/order/orders
Get Promotion Orders
Request
Query Parameters
Possible values: >= 1
Page index. It is based 1, not 0
Product item id
Order Status, one of UNPAID, PENDING, PAID, COMPLETED, CANCELLED
Platform, One of shopee, shopify, thinla, shenlan and shoplazza
Product Name
Purchase end time, the format is 'yyyy-MM-dd HH:mm:ss'
Purchase start time, the format is 'yyyy-MM-dd HH:mm:ss'
Possible values: >= 1
and <= 1000
Page size. default is 10
Responses
- 200
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object
页码,最小为1
总页数
records
object[]
数据
付款金额
buyerType
object
买家类型 (新老用户)
点击时间
完结时间
结算ID
创建时间
创建人
currencyCode
currencySymbol
删除标志
红人展示名称
修改时间
修改人
产品图片
红人拥金
红人id
商品id
商品名称
单价
卖家佣金
卖家佣金率
平台佣金
平台佣金率
佣金总额(平台+卖家)
经纪人id
型号id
订单id
orderStatus
object
订单状态
platformType
object
平台
产品名称
下单时间
数量
rebateStatus
object
返佣状态
推荐人
USD红人拥金
用户id
每页记录数,最小为1,最大为5000,默认为10
总记录数
{
"data": {
"current": 0,
"pages": 0,
"records": [
{
"actualAmount": "string",
"buyerType": {
"code": "string"
},
"clickTime": "2024-05-05T03:24:21.759Z",
"completeTime": "2024-05-05T03:24:21.759Z",
"conversionId": 0,
"createTime": "2024-05-05T03:24:21.759Z",
"creator": "string",
"currencyCode": "string",
"currencySymbol": "string",
"deleted": false,
"displayName": "string",
"editTime": "2024-05-05T03:24:21.759Z",
"editor": "string",
"id": "string",
"imageUrl": "string",
"influencerCommission": 0,
"influencerId": "string",
"itemId": "string",
"itemName": "string",
"itemPrice": "string",
"itemSellerCommission": "string",
"itemSellerCommissionRate": "string",
"itemShopeeCommissionCapped": "string",
"itemShopeeCommissionRate": "string",
"itemTotalCommission": "string",
"mcnId": "string",
"modelId": 0,
"orderId": "string",
"orderStatus": {
"code": "string"
},
"platformType": {
"code": "string",
"value": "string"
},
"productName": "string",
"purchaseTime": "2024-05-05T03:24:21.759Z",
"qty": 0,
"rebateStatus": {
"code": "string",
"value": "string"
},
"referrer": "string",
"usdInfluencerCommission": 0,
"userId": "string"
}
],
"size": 0,
"total": 0
},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Unauthorized
Forbidden
Not Found