[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / Order

# Interface: Order

## Properties

### baseAmount

> **baseAmount**: `number`

***

### billingAddress

> **billingAddress**: [`OrderBillingAddress`](OrderBillingAddress.md)

***

### bundledItems

> **bundledItems**: `Pick`\<[`LineItemMap`](LineItemMap.md), `"physicalItems"` \| `"digitalItems"`\>

***

### cartId

> **cartId**: `string`

***

### channelId

> **channelId**: `number`

***

### comparisonShippingCost

> **comparisonShippingCost**: `number`

***

### consignments

> **consignments**: [`OrderConsignment`](OrderConsignment.md)

***

### coupons

> **coupons**: [`Coupon`](Coupon.md)[]

***

### currency

> **currency**: `Currency`

***

### customerCanBeCreated

> **customerCanBeCreated**: `boolean`

***

### customerId

> **customerId**: `number`

***

### customerMessage

> **customerMessage**: `string`

***

### discountAmount

> **discountAmount**: `number`

***

### displayDiscountTotal

> **displayDiscountTotal**: `number`

***

### fees

> **fees**: [`OrderFee`](OrderFee.md)[]

***

### giftWrappingCostTotal

> **giftWrappingCostTotal**: `number`

***

### handlingCostTotal

> **handlingCostTotal**: `number`

***

### hasDigitalItems

> **hasDigitalItems**: `boolean`

***

### isComplete

> **isComplete**: `boolean`

***

### isDownloadable

> **isDownloadable**: `boolean`

***

### isTaxIncluded

> **isTaxIncluded**: `boolean`

***

### lineItems

> **lineItems**: [`LineItemMap`](LineItemMap.md)

***

### manualDiscountTotal

> **manualDiscountTotal**: `number`

***

### orderAmount

> **orderAmount**: `number`

***

### orderAmountAsInteger

> **orderAmountAsInteger**: `number`

***

### orderBasedAutoDiscountTotal

> **orderBasedAutoDiscountTotal**: `number`

***

### orderId

> **orderId**: `number`

***

### payments?

> `optional` **payments?**: [`OrderPayments`](../type-aliases/OrderPayments.md)

***

### productAutoDiscountedSubtotal

> **productAutoDiscountedSubtotal**: `number`

***

### shippingCostBeforeDiscount

> **shippingCostBeforeDiscount**: `number`

***

### shippingCostTotal

> **shippingCostTotal**: `number`

***

### status

> **status**: `string`

***

### taxes

> **taxes**: [`Tax`](Tax.md)[]

***

### taxTotal

> **taxTotal**: `number`

***

### totalDiscount

> **totalDiscount**: `number`
