用于创建代码折扣的输入数据
Fields
title ● String
折扣的标题
appliesTimesPerCustomer ● Int
每个客户使用折扣码的次数
minimumRequirement ● DiscountMinimumRequirementInput
应用折扣所需的最小小计或数量
More
code ● String
使用折扣的代码
usageLimit ● Int
折扣可使用的最大次数。对于无限期折扣,请使用 null
combinesWith ● DiscountCombinesWithInput
确定运费折扣可以与哪些折扣级别结合
More
适用折扣的目的地列表
More
customerSelection ● DiscountCustomerSelectionInput
有资格使用折扣的客户
More
startsAt ● Date
折扣开始的日期和时间。
endsAt ● Date
折扣结束的日期和时间。对于无限期折扣,请使用 null。
maximumShippingPrice ● Decimal
有资格享受折扣的最高运费。
错误码
关于更多通用错误码说明,参考:状态码和错误码
这篇文章对你有帮助吗?