PurchaseReturnsInfo
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
| JSON 表示法 |
{
"isReturnable": boolean,
"daysToReturn": integer,
"policyUrl": string
} |
| 字段 |
isReturnable |
boolean
如果为 true,则允许返回。
|
daysToReturn |
integer
指定天数内允许退货。
|
policyUrl |
string
指向退货政策的链接。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The core content defines a JSON structure for return information related to an order or line item. It specifies three fields: `isReturnable` (a boolean indicating if returns are allowed), `daysToReturn` (an integer representing the number of days allowed for a return), and `policyUrl` (a string containing a link to the return policy). This structure allows for the communication of key return-related data.\n"]]