Overview
- POST /api/shipments/{version}/ship
- PARAMETERS /api/shipments/{version}/ship
- DELETE /api/shipments/{version}/void/cancel/{shipmentidentificationnumber}
- PARAMETERS /api/shipments/{version}/void/cancel/{shipmentidentificationnumber}
- POST /api/labels/{version}/recovery
- PARAMETERS /api/labels/{version}/recovery
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.
OpenAPI snippet URL
PARAMETERS /api/shipments/{version}/ship
OpenAPI snippet URL
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.
OpenAPI snippet URL
PARAMETERS /api/shipments/{version}/void/cancel/{shipmentidentificationnumber}
OpenAPI snippet URL
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.
OpenAPI snippet URL
PARAMETERS /api/labels/{version}/recovery
OpenAPI snippet URL