Order
Properties
Name | Type | Required | Description |
---|---|---|---|
Contact | OrderContact | ✅ | |
OrderNumber | string | ✅ | |
OrderStatus | string | ✅ | |
PaymentStatus | string | ✅ | |
CreatedDate | string | ✅ | |
StoreId | string | ✅ | |
Currency | string | ✅ | |
TotalGrossPrice | double | ✅ | |
Items | List<OrderItem> | ✅ | |
Language | string | ❌ | |
ShippingDate | string | ❌ | |
StatusChangedDate | string | ❌ | |
ExchangeRateToGroupCurrency | double | ❌ | |
ExtraData | object | ❌ | |
TotalTax | double | ❌ | |
TaxDetails | List<TaxDetail> | ❌ | |
PaymentMethods | List<OrderPaymentMethod> | ❌ | |
FreightFee | OrderFee | ❌ | |
HandlingFee | OrderFee | ❌ | |
TotalRoundOff | OrderFee | ❌ | |
TotalDiscounts | double | ❌ | |
TotalOriginalPrice | double | ❌ | |
TotalItemsPrice | double | ❌ | |
TotalNetPrice | double | ❌ | |
AnyReturnItems | bool | ❌ |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs