An item that Amazon accepted for return.

CreateReturnItem

interface CreateReturnItem {
    amazonShipmentId: string;
    returnComment?: string;
    returnReasonCode: string;
    sellerFulfillmentOrderItemId: string;
    sellerReturnItemId: string;
}

Properties

amazonShipmentId: string

The identifier for the shipment that is associated with the return item.

CreateReturnItem

returnComment?: string

An optional comment about the return item.

CreateReturnItem

returnReasonCode: string

The return reason code assigned to the return item by the seller.

CreateReturnItem

sellerFulfillmentOrderItemId: string

The identifier assigned to the item by the seller when the fulfillment order was created.

CreateReturnItem

sellerReturnItemId: string

An identifier assigned by the seller to the return item.

CreateReturnItem