Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    amazonOrderId: string

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

    packageDetails?: PackageDetails