Selling Partner API SDK for JavaScript
    Preparing search index...

    An item that Amazon accepted for return.

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

    Properties

    amazonShipmentId: string

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

    returnComment?: string

    An optional comment about the return item.

    returnReasonCode: string

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

    sellerFulfillmentOrderItemId: string

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

    sellerReturnItemId: string

    An identifier the seller assigns to the return item.