A order which we couldn't schedule on your behalf. It contains its id, and information on the error.

RejectedOrder

interface RejectedOrder {
    amazonOrderId: string;
    error?: Error;
}

Properties

amazonOrderId: string

An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.

RejectedOrder

error?: Error

RejectedOrder