Order
Represents an order placed on the site.
Parameters
The unique identifier for this order.
The total value of all items in the cart before any discounts, taxes, and shipping, but after sale pricing.
The total value of the items in the order after discounts but before shipping or taxes.
This should match the order total you use in your own analytics.
The total value of any taxes applied to this order.
The total value of any shipping costs applied to this order.
The total value of the order (after discounts) including shipping and taxes.
The products in the order and their corresponding ordered quantities.
A list of discounts applied to this order. If no discounts are applicable, this must be an empty list.
The payment status of the order. Use the provided parameter default ("paid"
) unless you want to send information about fraud or cancelled orders.
The local currency used for prices.
Constructors
Creates an Order instance with all the required order details.