Home > @vsf-enterprise/sap-commerce-webservices-sdk > Order
Order interface
Representation of an Order Order
Signature:
export interface Order
Properties
| Property | Type | Description |
|---|---|---|
| appliedOrderPromotions? | Array<PromotionResult> | (Optional) List of applied order promotions |
| appliedProductPromotions? | Array<PromotionResult> | (Optional) List of applied product promotions |
| appliedVouchers? | Array<Voucher> | (Optional) List of applied vouchers |
| calculated? | boolean | (Optional) Flag showing if order is calculated |
| code? | string | (Optional) Code number of order |
| consignments? | Array<Consignment> | (Optional) List of consignment |
| created? | string | (Optional) Date of order creation |
| deliveryAddress? | Address | (Optional) |
| deliveryCost? | Price | (Optional) |
| deliveryItemsQuantity? | number | (Optional) Quantity of delivery items |
| deliveryMode? | DeliveryMode | (Optional) |
| deliveryOrderGroups? | Array<DeliveryOrderEntryGroup> | (Optional) List of delivery order entries group |
| deliveryStatus? | string | (Optional) Order delivery status |
| deliveryStatusDisplay? | string | (Optional) Order delivery status display |
| entries? | Array<OrderEntry> | (Optional) List of order entries |
| guestCustomer? | boolean | (Optional) Flag showing if customer is Guest customer |
| guid? | string | (Optional) Guest user id identifier |
| net? | boolean | (Optional) Flag stating iv value is net-value |
| orderDiscounts? | Price | (Optional) |
| paymentAddress? | Address | (Optional) |
| paymentInfo? | PaymentDetails | (Optional) |
| pickupItemsQuantity? | number | (Optional) Quantity of pickup items |
| pickupOrderGroups? | Array<PickupOrderEntryGroup> | (Optional) List of pickup order entry group |
| productDiscounts? | Price | (Optional) |
| site? | string | (Optional) Site |
| status? | string | (Optional) Status of order |
| statusDisplay? | string | (Optional) Status display |
| store? | string | (Optional) Store |
| subTotal? | Price | (Optional) |
| totalDiscounts? | Price | (Optional) |
| totalItems? | number | (Optional) |
| totalPrice? | Price | (Optional) |
| totalPriceWithTax? | Price | (Optional) |
| totalTax? | Price | (Optional) |
| unconsignedEntries? | Array<OrderEntry> | (Optional) List of unconsigned order entries |
| user? | Principal | (Optional) |