84 lines
1.5 KiB
Markdown
84 lines
1.5 KiB
Markdown
# Class: AdminPostDraftOrdersDraftOrderReq
|
|
|
|
[internal](../modules/internal-8.md).AdminPostDraftOrdersDraftOrderReq
|
|
|
|
## Properties
|
|
|
|
### billing\_address
|
|
|
|
• `Optional` **billing\_address**: `string` \| [`AddressPayload`](internal.AddressPayload.md)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:112
|
|
|
|
___
|
|
|
|
### country\_code
|
|
|
|
• `Optional` **country\_code**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:110
|
|
|
|
___
|
|
|
|
### customer\_id
|
|
|
|
• `Optional` **customer\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:115
|
|
|
|
___
|
|
|
|
### discounts
|
|
|
|
• `Optional` **discounts**: [`Discount`](internal-8.Discount-1.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:114
|
|
|
|
___
|
|
|
|
### email
|
|
|
|
• `Optional` **email**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:111
|
|
|
|
___
|
|
|
|
### no\_notification\_order
|
|
|
|
• `Optional` **no\_notification\_order**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:116
|
|
|
|
___
|
|
|
|
### region\_id
|
|
|
|
• `Optional` **region\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:109
|
|
|
|
___
|
|
|
|
### shipping\_address
|
|
|
|
• `Optional` **shipping\_address**: `string` \| [`AddressPayload`](internal.AddressPayload.md)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/draft-orders/update-draft-order.d.ts:113
|