Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+29542085-af2f70b3-405b-4aee-af8d-1eb715e4cebc

Overview

POST /api/shipments/{version}/ship

Summary: Shipping Example Request

This HTTP POST request takes in origin information (ShipFrom), destination information (ShipTo), PaymentInformation, and Package information and returns the cost of the movement as well as a UPS 1Z tracking number that represents the movement.


PARAMETERS /api/shipments/{version}/ship


DELETE /api/shipments/{version}/void/cancel/{shipmentidentificationnumber}

Summary: Void Shipment Example Request

The HTTP DELETE request takes in a UPS 1Z (shipmentidentification) and will voice/cancel the label and associated charges.


PARAMETERS /api/shipments/{version}/void/cancel/{shipmentidentificationnumber}


POST /api/labels/{version}/recovery

Summary: Label Recovery Example Request

This HTTP POST request takes in a TrackingNumber and returns the associated label and documents in Base64 encoding.


PARAMETERS /api/labels/{version}/recovery