Request parameters for updateShipmentSourceAddress operation in FulfillmentInboundApi.

FulfillmentInboundApiUpdateShipmentSourceAddressRequest

interface FulfillmentInboundApiUpdateShipmentSourceAddressRequest {
    body: UpdateShipmentSourceAddressRequest;
    inboundPlanId: string;
    shipmentId: string;
}

Properties

The body of the request to `updateShipmentSourceAddress`.

FulfillmentInboundApiUpdateShipmentSourceAddress

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiUpdateShipmentSourceAddress

shipmentId: string

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

FulfillmentInboundApiUpdateShipmentSourceAddress