OrderState
JSON 表示法 |
{
"state": string,
"label": string
} |
字段 |
state |
string
状态可以是以下值之一: CREATED :订单是在集成商系统中创建的。REJECTED :集成商拒绝了订单。CONFIRMED :订单已由集成商确认,并且处于有效状态。CANCELLED :用户取消了订单。IN_TRANSIT :正在配送订单。RETURNED :用户退货。FULFILLED :用户已收到订购的商品。CHANGE_REQUESTED :用户已请求更改订单,集成商正在处理此更改。请求处理完毕后,订单应移至其他状态。
必填。
|
label |
string
状态的用户可见字符串。必填。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):2024-09-12。"],[[["This JSON representation describes the current order state and is deprecated, with a recommendation to use V3 Proto instead."],["The `state` field, a required string, indicates the order's current status, such as created, rejected, confirmed, cancelled, in transit, returned, fulfilled, or change requested."],["The `label` field, also a required string, provides a user-friendly representation of the order state for display purposes."]]],[]]