Skip to main content

OrderItem

This is order item table

type OrderItem implements Node {
id: ID!
renewable: Int!
options: GQLTJson!
createdAt: GQLTDate!
updatedAt: GQLTDate!
orderId: ID
productId: ID
order: Order
product: Product
}

Fields#

id (ID!)#

The ID of an object

renewable (Int!)#

Tick to indicate if product should be included in next renewal 1-no action 2-add product next renewal 3-remove product on next renewal

options (GQLTJson!)#

product options

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

orderId (ID)#

The ID of an object

productId (ID)#

The ID of an object

order (Order)#

order product belongsTo order.

product (Product)#

order product belongsTo product.

Interfaces#

Node#

An object with an ID