Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

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

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

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

    error?: Error