Request parameters for updateInboundPlanName operation in FulfillmentInboundApi.

FulfillmentInboundApiUpdateInboundPlanNameRequest

interface FulfillmentInboundApiUpdateInboundPlanNameRequest {
    body: UpdateInboundPlanNameRequest;
    inboundPlanId: string;
}

Properties

Properties

The body of the request to `updateInboundPlanName`.

FulfillmentInboundApiUpdateInboundPlanName

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiUpdateInboundPlanName