The createInboundPlan request.

CreateInboundPlanRequest

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

Properties

destinationMarketplaces: string[]

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

CreateInboundPlanRequest

items: ItemInput[]

Items included in this plan.

CreateInboundPlanRequest

name?: string

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

CreateInboundPlanRequest

sourceAddress: AddressInput

CreateInboundPlanRequest