正式环境:https://openapi.mafengwo.cn/deals/rest
action:sales.ticket.sku.cancel.policy.get
| 参数名称 | 参数类型 | 必填 | 示例 | 描述 |
|---|---|---|---|---|
| sku_id | int | 是 | 123 | 马蜂窝sku_id |
| 参数名称 | 参数类型 | 示例 | 描述 |
|---|---|---|---|
| cancel_type | int | 2 | 取消政策类型 |
| rules | array | {} | 规则 |
{
"cancel_type":"2",
"rules":[
{
"offset_day_type":"2",
"offset_days":"4",
"offset_time":"18:00",
"offset_type":"1",
"deduct_value":"20",
"deduct_unit":"1"
}
]
}
| 异常码 | 异常信息 |
|---|