Skip to main content

Class: AdminPostOrdersOrderReq

internal.AdminPostOrdersOrderReq

Properties

billing_address

Optional billing_address: AddressPayload

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:131


customer_id

Optional customer_id: string

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:136


discounts

Optional discounts: Record<string, unknown>[]

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:135


email

Optional email: string

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:130


items

Optional items: Record<string, unknown>[]

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:133


no_notification

Optional no_notification: boolean

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:139


payment_method

Optional payment_method: PaymentMethod

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:137


region

Optional region: string

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:134


shipping_address

Optional shipping_address: AddressPayload

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:132


shipping_method

Optional shipping_method: ShippingMethod[]

Defined in

medusa/dist/api/routes/admin/orders/update-order.d.ts:138

Was this page helpful?