A light-weight inbound plan.

InboundPlanSummary

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

Properties

createdAt: string

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

InboundPlanSummary

inboundPlanId: string

Identifier of an inbound plan.

InboundPlanSummary

lastUpdatedAt: string

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

InboundPlanSummary

marketplaceIds: string[]

A list of marketplace IDs.

InboundPlanSummary

name: string

Human-readable name of the inbound plan.

InboundPlanSummary

sourceAddress: Address

InboundPlanSummary

status: string

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

InboundPlanSummary