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

    The createInboundPlan request.

    interface CreateInboundPlanRequest {
        destinationMarketplaces: string[];
        items: ItemInput[];
        name?: string;
        sourceAddress: AddressInput;
    }
    Index

    Properties

    destinationMarketplaces: string[]

    Marketplaces where the items need to be shipped to. Currently only one marketplace can be selected in this request.

    items: ItemInput[]

    Items included in this plan.

    name?: string

    Name for the Inbound Plan. If one isn't provided, a default name will be provided.

    sourceAddress: AddressInput