Each shipment has the following properties and is accessed via /api/shipment
.
Complete details in ShipmentProperties.
The unique id for this shipment. It will never change.
shipment
.
The tracking number provided by the carrier to track this shipment.
The tracking URL from the carrier.
See "Related Objects" in Intro for details.
The methods used to fetch and manipulate shipments.
GET /api/shipment/xxx
Required. The unique session id provided by a Session method.
Returns:
{ "id" : "xxx", "tracking_number" : "4301", ... }
Hey! The above document had some coding errors, which are explained below:
You forgot a '=back' before '=head1'