Return Order Lines ObjectΒΆ

Name

Data Type

Description

orderLineId

Number

The original order line number.

itemDetail

Object

The item information.

itemDetail.sku

String

The SKU used to track the item in the warehouse.

Maximum length: 30 characters

itemDetail.unitPrice

Number

The price of one item of this type of commodity.

itemDetail.description

String

The item description.

Maximum length: 100 characters

lineTotal

Number

The total price for the line, excluding shipping and taxes.

returnReason

Array[String]

The reasons for the return order.

quantity

Number

The number of items returned.

For an example, see your API operation.