Objects
OrderReturn
Represents return details of an order that a customer places for a product.
Fields
id
ID!
requiredThe return id generated when a return is requested.
orderId
ID!
requiredThe Rye order id associated with the return.
shippingLabelUrl
String
requiredWhen a return has been apporved this represents the shipping label url that can be forwarded to the customer.
updatedAt
required
Date when return was last updated.
createdAt
required
Time return was first created.
marketplace
required
Which marketplace the return was created on.
marketplaceOrderId
String!
requiredOrder id from the marketplace.
lineItems
Line items associated with the return. See ReturnLineItem for more details.
Related types
Was this page helpful?