Request parameters for getShipment operation in ShippingApi.

ShippingApiGetShipmentRequest

interface ShippingApiGetShipmentRequest {
    shipmentId: string;
}

Properties

Properties

shipmentId: string

ShippingApiGetShipment