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

    This object allows users to specify an order to be scheduled. Only the amazonOrderId is required.

    interface OrderScheduleDetails {
        amazonOrderId: string;
        packageDetails?: PackageDetails;
    }
    Index

    Properties

    amazonOrderId: string

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

    packageDetails?: PackageDetails