An item that Amazon accepted for return.

ReturnItem

interface FulfillmentOutboundApiModelReturnItem {
    amazonReturnReasonCode?: string;
    amazonShipmentId: string;
    fulfillmentCenterId?: string;
    returnAuthorizationId?: string;
    returnComment?: string;
    returnReceivedCondition?:
        | FulfillmentOutboundApiModelReturnItemDisposition
        | "Sellable"
        | "Defective"
        | "CustomerDamaged"
        | "CarrierDamaged"
        | "FulfillerDamaged";
    sellerFulfillmentOrderItemId: string;
    sellerReturnItemId: string;
    sellerReturnReasonCode: string;
    status: | "New"
    | "Processed"
    | FulfillmentOutboundApiModelFulfillmentReturnItemStatus;
    statusChangedDate: string;
}

Properties

amazonReturnReasonCode?: string

The return reason code that the Amazon fulfillment center assigned to the return item.

ReturnItem

amazonShipmentId: string

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

ReturnItem

fulfillmentCenterId?: string

The identifier for the Amazon fulfillment center that processed the return item.

ReturnItem

returnAuthorizationId?: string

Identifies the return authorization used to return this item. Refer to ReturnAuthorization.

ReturnItem

returnComment?: string

An optional comment about the return item.

ReturnItem

returnReceivedCondition?:
    | FulfillmentOutboundApiModelReturnItemDisposition
    | "Sellable"
    | "Defective"
    | "CustomerDamaged"
    | "CarrierDamaged"
    | "FulfillerDamaged"

ReturnItem

sellerFulfillmentOrderItemId: string

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

ReturnItem

sellerReturnItemId: string

An identifier assigned by the seller to the return item.

ReturnItem

sellerReturnReasonCode: string

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

ReturnItem

status:
    | "New"
    | "Processed"
    | FulfillmentOutboundApiModelFulfillmentReturnItemStatus

ReturnItem

statusChangedDate: string

Date timestamp

ReturnItem

MMNEPVFCICPMFPCPTTAAATR