PurchaseReturnsInfo

Returns info associated with an order or a particular line item.

JSON representation
{
  "isReturnable": boolean,
  "daysToReturn": integer,
  "policyUrl": string
}
Fields
isReturnable

boolean

If true, return is allowed.

daysToReturn

integer

Return is allowed within that many days.

policyUrl

string

Link to the return policy.