Request parameters for updateShipmentName operation in FulfillmentInboundApi.

FulfillmentInboundApiUpdateShipmentNameRequest

interface FulfillmentInboundApiUpdateShipmentNameRequest {
    body: UpdateShipmentNameRequest;
    inboundPlanId: string;
    shipmentId: string;
}

Properties

The body of the request to `updateShipmentName`.

FulfillmentInboundApiUpdateShipmentName

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiUpdateShipmentName

shipmentId: string

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

FulfillmentInboundApiUpdateShipmentName