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

Refund Method

Submit refund requests for an account.

Syntax

[VB.NET]
Public Function Refund(ByVal Id As String, ByVal IdType As Integer) As Boolean
[C#]
public bool Refund(string id, int idType);

Remarks

This method provides a way to request a refund for a shipment. The identifier specified will typically be the Tracking Number (referred to as the PIC Number). The table below lists the possible values for the IdType parameter.

ValueDescription
0 (default)The Tracking Number (PIC Number). For Stamps.com this is the StampsTxId.
1The Package Customs Id
2The Package Piece Id

The Piece Id and Tracking Number are both acceptable types of identification and can be used interchangeably.

The Customs Id type is only applicable to PriorityMailInternational and ExpressMailInternational shipments.

When refunding a shipment through Endicia, Server must be set to the URL of the ELS services, for instance:

https://elstestserver.endicia.com/ELS/ELSServices.cfc
Other operations such as label generation use the EWS label services, however refunds use ELS by default and require a different endpoint. Alternatively, set UseEWSService to True to use EWS for refunds (recommended).

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