Selling Partner API SDK for JavaScript
    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

    Properties

    amazonOrderId: string

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

    error?: Error