Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.88 KB

OrderBase.md

File metadata and controls

21 lines (18 loc) · 1.88 KB

# OrderBase

Properties

Name Type Description Notes
currency string Required if total_price is provided<br> Currency of the <code>total_price</code> and <code>total_tax</code> amounts. [optional]
notes string Custom buyer- or seller-provided notes about the order. [optional]
order_number string An alphanumeric identifier for the order used by the seller/buyer. This identifier doesn't need to be unique. [optional]
order_status \OpenAPI\Client\Model\OrderStatusEnum [optional]
placed_at string Date and time when the order was placed. This datetime can be different from the datetime of the order object creation on Shippo.
shipping_cost string Amount paid by the buyer for shipping. This amount can be different from the price the seller will actually pay for shipping. [optional]
shipping_cost_currency string Required if shipping_cost is provided<br> Currency of the <code>shipping_cost</code> amount. [optional]
shipping_method string 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. [optional]
subtotal_price string [optional]
total_price string Total amount paid by the buyer for this order. [optional]
total_tax string Total tax amount paid by the buyer for this order. [optional]
weight string Total weight of the order. [optional]
weight_unit \OpenAPI\Client\Model\WeightUnitEnum [optional]

[Back to Model list] [Back to API list] [Back to README]