Shipments

Refund a shipment

Requests a refund for a purchased shipment.

post/client/shipments/{orderNumber}/refund

Path parameters

orderNumberstring required

The unique order number (e.g. UNI031455E90).

Response

Refund result

messagestring required

Additional information about the request status.

codeinteger required

Status code. 0 indicates success.

dataobject nullable

Always null for this operation.

Changes