Shipment

Each shipment has the following properties and is accessed via /api/shipment.

Properties

Complete details in ShipmentProperties.

id

The unique id for this shipment. It will never change.

wing_object_type

shipment.

tracking_number

The tracking number provided by the carrier to track this shipment.

tracking_url_provider

The tracking URL from the carrier.

Related Objects

See "Related Objects" in Intro for details.

receipt

A Receipt.

Methods

The methods used to fetch and manipulate shipments.

Fetch

 GET /api/shipment/xxx
session_id

Required. The unique session id provided by a Session method.

Returns:

 {
   "id" : "xxx",
   "tracking_number" : "4301",
   ...
 }

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 45:

You forgot a '=back' before '=head1'

^ Back to Top ^