Request parameters for cancelShipment operation in ShippingApi.

ShippingApiCancelShipmentRequest

interface ShippingApiCancelShipmentRequest {
    shipmentId: string;
    xAmznShippingBusinessId?: CancelShipmentXAmznShippingBusinessIdEnum;
}

Properties

shipmentId: string

The shipment identifier originally returned by the purchaseShipment operation.

ShippingApiCancelShipment

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

ShippingApiCancelShipment