Name | Type | Description | Notes |
---|---|---|---|
website_id | AllOfCommonOrderPreviewWebsiteId | The website identifier string. | |
items | Array<CommonOrderPreviewItems> | ||
billing_address | AllOfCommonOrderPreviewBillingAddress | The billing address. | [optional] |
delivery_address | AllOfCommonOrderPreviewDeliveryAddress | The delivery address. | [optional] |
coupon_ids | Array<String> | The list of coupons applied to the order. | [optional] |
currency | AllOfCommonOrderPreviewCurrency | [optional] | |
line_items | Array<CommonOrderPreviewLineItems> | Purchase items array. | [optional] |
taxes | Array<CommonOrderPreviewTaxes> | Taxes applied to this purchase. | [optional] |
discounts | Array<CommonOrderPreviewDiscounts> | Discounts applied to this purchase. | [optional] |
subtotal_amount | Float | The purchase's subtotal amount. | [optional] |
tax_amount | Float | The purchase's taxes amount. | [optional] |
shipping_amount | Float | The purchase's shipping amount. This property will likely change to support multiple shipping methods. | [optional] |
discounts_amount | Float | The purchase's discounts amount. | [optional] |
total | Float | The purchase's total amount. | [optional] |