Interface OrderCreateDto

Hierarchy

Properties

billing_address: AddressDto
comment: string
coupons: string[]
currency: string

CODE of the current currency

digital_shipping_method_id?: string

If in order is any product with digital shipping type, this field is required

email: string
invoice_requested: boolean
items: OrderCartItem[]
metadata_private?: MetadataCreateDto
sales_channel_id: string

ID of the current sales channel

sales_ids: string[]
shipping_method_id?: string

If in order is any product without digital shipping type, this field is required

shipping_place?: string | AddressDto

Generated using TypeDoc