Request parameters for getTracking operation in ShippingApi.

ShippingApiGetTrackingRequest

interface ShippingApiGetTrackingRequest {
    carrierId: string;
    trackingId: string;
    xAmznShippingBusinessId?: GetTrackingXAmznShippingBusinessIdEnum;
}

Properties

carrierId: string

A carrier identifier originally returned by the getRates operation for the selected rate.

ShippingApiGetTracking

trackingId: string

A carrier-generated tracking identifier originally returned by the purchaseShipment operation.

ShippingApiGetTracking

xAmznShippingBusinessId?: GetTrackingXAmznShippingBusinessIdEnum

Amazon shipping business to assume for this request. The default is AmazonShipping_UK.

ShippingApiGetTracking