Request parameters for setPackingInformation operation in FulfillmentInboundApi.

FulfillmentInboundApiSetPackingInformationRequest

interface FulfillmentInboundApiSetPackingInformationRequest {
    body: SetPackingInformationRequest;
    inboundPlanId: string;
}

Properties

Properties

The body of the request to `setPackingInformation`.

FulfillmentInboundApiSetPackingInformation

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiSetPackingInformation