Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Orders_findOrders_orders

Index

Properties

__typename

__typename: "Order"

billingAddress

The billing address of this order

creationDate

creationDate: string

The creation date of this order in ISO 8601 date format

discounts

discounts: null | (null | Orders_findOrders_orders_discounts)[]

The discounts applied to this order

draft

draft: boolean

Flag whether or not this is an order draft

id

id: string

The identifier of this purchase order

orderItems

orderItems: null | (null | Orders_findOrders_orders_orderItems)[]

The order items of this order

paymentMethodId

paymentMethodId: null | string

The identifier of the payment method for this order

paymentState

paymentState: null | string

The payment status of this order

shipAmount

The amount of the order items that are shipped in this order

shipMethod

shipMethod: null | string

The shipping method name of this order

shipmentState

shipmentState: null | string

The shipping status of this order

shippingAddress

The shipping address of this order

status

status: null | string

The status of this order

taxAmount

The tax amount of this order

totalAmount

totalAmount: (null | Orders_findOrders_orders_totalAmount)[]

The total amount of this order

Generated using TypeDoc