Skip to main content

Shipment Refund

Contains details about a shipment's refund status and amounts.

Properties

PropertyTypeRequiredDescription
StatusShipmentRefundStatusYesCurrent status of the refund request.
TrackingNumberstringYesTracking number associated with the shipment.
BarcodestringNoScannable barcode of the shipment label.
CurrencyCodestringYesCurrency code (ISO 4217) for the amounts.
TotalFeeAmountdecimalYesOriginal total fee amount for the shipment.
CapturedAmountdecimalNoAmount that was captured/charged from the customer.
RefundedAmountdecimalNoAmount that has been refunded to the customer.

ShipmentRefundStatus enums

PropertyDescription
RequestedThe refund request is pending.
AcceptedThe refund request is accepted, and the refund is being processed.
RefundedThe refund is completed, you should have the money back in your account.
RejectedThe refund request is rejected.

You may be charged for processing refund request.