Request parameters for getInboundPlan operation in FulfillmentInboundApi.

FulfillmentInboundApiGetInboundPlanRequest

interface FulfillmentInboundApiGetInboundPlanRequest {
    inboundPlanId: string;
}

Properties

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGetInboundPlan