Order
Properties
Name | Type | Required | Description |
---|---|---|---|
contact | OrderContact | ✅ | |
order_number | str | ✅ | |
order_status | str | ✅ | |
payment_status | str | ✅ | |
created_date | str | ✅ | |
store_id | str | ✅ | |
currency | str | ✅ | |
total_gross_price | float | ✅ | |
items | List[OrderItem] | ✅ | |
language | str | ❌ | |
shipping_date | str | ❌ | |
status_changed_date | str | ❌ | |
exchange_rate_to_group_currency | float | ❌ | |
extra_data | dict | ❌ | |
total_tax | float | ❌ | |
tax_details | List[TaxDetail] | ❌ | |
payment_methods | List[OrderPaymentMethod] | ❌ | |
freight_fee | OrderFee | ❌ | |
handling_fee | OrderFee | ❌ | |
total_round_off | OrderFee | ❌ | |
total_discounts | float | ❌ | |
total_original_price | float | ❌ | |
total_items_price | float | ❌ | |
total_net_price | float | ❌ | |
any_return_items | bool | ❌ |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs