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

    The request schema for the createScheduledPackage operation.

    interface CreateScheduledPackageRequest {
        amazonOrderId: string;
        marketplaceId: 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.

    marketplaceId: string

    A string of up to 255 characters.

    packageDetails: PackageDetails