Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface ShippingApiCancelShipmentRequest

    Request parameters for cancelShipment operation in ShippingApi.

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

    Properties

    shipmentId: string

    The shipment identifier originally returned by the purchaseShipment operation.

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