Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Order_getOrderById

Index

Properties

__typename: "Order"
billingAddress: null | Order_getOrderById_billingAddress

The billing address of this order

creationDate: string

The creation date of this order in ISO 8601 date format

discounts: null | (null | Order_getOrderById_discounts)[]

The discounts applied to this order

draft: boolean

Flag whether or not this is an order draft

email: null | string

The customer email

id: string

The identifier of this purchase order

orderItems: null | (null | Order_getOrderById_orderItems)[]

The order items of this order

orderNumber: null | string

Optional, more human-readable identifier for the order

paymentMethodId: null | string

The identifier of the payment method for this order

paymentState: null | string

The payment status of this order

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

shipMethod: null | string

The shipping method name of this order

shipmentState: null | string

The shipping status of this order

shippingAddress: null | Order_getOrderById_shippingAddress

The shipping address of this order

status: null | string

The status of this order

The tax amount of this order

totalAmount: (null | Order_getOrderById_totalAmount)[]

The total amount of this order

Generated using TypeDoc