Request parameters for retrieveShippingLabel operation in ShippingApi.

ShippingApiRetrieveShippingLabelRequest

interface ShippingApiRetrieveShippingLabelRequest {
    body: RetrieveShippingLabelRequest;
    shipmentId: string;
    trackingId: string;
}

Properties

ShippingApiRetrieveShippingLabel

shipmentId: string

ShippingApiRetrieveShippingLabel

trackingId: string

ShippingApiRetrieveShippingLabel