Anchor to section titled 'undefined'

ReturnLineItemType
interface

Requires read_returns access scope.

A return line item of any type.


A note from the customer that describes the item to be returned. Maximum length: 300 characters.

A globally-unique ID.

The quantity being returned.

The quantity that can be refunded.

The quantity that was refunded.

The reason for returning the item.

Additional information about the reason for the return. Maximum length: 255 characters.


Was this section helpful?


Was this section helpful?
Copy
{
	"customerNote": "",
	"id": "",
	"quantity": "",
	"refundableQuantity": "",
	"refundedQuantity": "",
	"returnReason": "",
	"returnReasonNote": ""
}