Retrieve an order
Retrieves an existing order using an object ID.
Documentation Index
Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Headers
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
Path Parameters
Object ID of the order
Response
Order
Date and time when the order was placed. This datetime can be different from the datetime of the order object creation on Shippo.
"2016-09-23T01:28:12Z"
Required if total_price is provided
Currency of the total_price and total_tax amounts.
"USD"
Custom buyer- or seller-provided notes about the order.
"This customer is a VIP"
An alphanumeric identifier for the order used by the seller/buyer. This identifier doesn't need to be unique.
"#1068"
Current state of the order. See the orders tutorial for the logic of how the status is handled.
UNKNOWN, AWAITPAY, PAID, REFUNDED, CANCELLED, PARTIALLY_FULFILLED, SHIPPED "PAID"
Amount paid by the buyer for shipping. This amount can be different from the price the seller will actually pay for shipping.
"12.83"
Required if shipping_cost is provided
Currency of the shipping_cost amount.
"USD"
Shipping method (carrier + service or other free text description) chosen by the buyer. This value can be different from the shipping method the seller will actually choose.
"USPS First Class Package"
"12.1"
Total amount paid by the buyer for this order.
"24.93"
Total tax amount paid by the buyer for this order.
"0.0"
Total weight of the order.
"0.4"
The unit used for weight.
g, kg, lb, oz "lb"
Unique identifier of the order object.
"adcfdddf8ec64b84ad22772bce3ea37a"
Username of the user who created the object.
"shippotle@shippo.com"
Platform the order was created on and, if applicable, imported from. Orders created via the Shippo API or dashboard will have the value "Shippo".
Amazon, Bigcommerce, CSV_Import, eBay, ePages, Etsy, Godaddy, Magento, Shippo, Shopify, Spreecommerce, StripeRelay, Walmart, Weebly, WooCommerce "Shippo"
Array of transaction objects representing all shipping labels purchased for this order. All objects are returned expanded with a limited number of fields by default.