Help Resources
Order
Order Overview
Order objects are created when a customer orders a product. The details of the products they put in a purchase for are stored in an automatically generated Order object - which is then shown on your Ecommerce Application for you to observe and edit. It's a handy way of finding specific information - and because it's made under the Order Type, each Order stays consistent, ensuring a smooth running of your system.
You don't actually have to change much on the order once it's been generated. It is there to keep a record of what the customer has ordered and the means of which they did so - so the details are filled out automatically.
Order Properties
- PlacedBy - Contact Object Property.
- OrderStatus - Constant Set Property.
- In Checkout
- Awaiting Payment
- Completed
- Cancelled
- Auto Cancelled
- Awaiting Dispatch
- Dispatched
- InvoiceNumber - Text Property.
- ShippingMethod - Shipping Method Object Property.
- CurrencyId - Currency Table Property.
- PaymentGatewayObjectId - Payment Gateway Object Property.
- ShippingCost - Number Property.
- DiscountTotal - Number Property.
- SubTotal - Number Property.
- VATTotal - Number Property.
- Total - Number Property.