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

    A light-weight inbound plan.

    interface InboundPlanSummary {
        createdAt: string;
        inboundPlanId: string;
        lastUpdatedAt: string;
        marketplaceIds: string[];
        name: string;
        sourceAddress: Address;
        status: string;
    }
    Index

    Properties

    createdAt: string

    The time at which the inbound plan was created. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ssZ.

    inboundPlanId: string

    Identifier of an inbound plan.

    lastUpdatedAt: string

    The time at which the inbound plan was last updated. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ssZ.

    marketplaceIds: string[]

    A list of marketplace IDs.

    name: string

    Human-readable name of the inbound plan.

    sourceAddress: Address
    status: string

    The current status of the inbound plan. Possible values: ACTIVE, VOIDED, SHIPPED, ERRORED.