Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

CancelPackage Method

Cancels a single package by deleting it from the shipping log.

Syntax

[VB.NET]
Public Sub CancelPackage(ByVal MasterTrackingNumber As String, ByVal PackageTrackingNumber As String)
[C#]
public void CancelPackage(string masterTrackingNumber, string packageTrackingNumber);

Remarks

To cancel shipment of a single package, a void shipment request should be sent to UPS Server by calling the CancelPackage method.

For void shipment requests while your application is undergoing testing and integration, you will have to set the Server to: https://wwwcie.ups.com/ups.app/xml/Void.

Once your application is in production, the Server should be sent to the URL provided as part of the certification process.

The TrackingNumber parameter identifies the package to be deleted from the shipping log.

This method will return the void status of the specified package.

To check the status of your shipment void request, the ShipmentVoidStatus should be inspected.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0