Request parameters for cancelInboundPlan operation in FulfillmentInboundApi.

FulfillmentInboundApiCancelInboundPlanRequest

interface FulfillmentInboundApiCancelInboundPlanRequest {
    inboundPlanId: string;
}

Properties

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiCancelInboundPlan