Skip to main content

OrderMergeable Object

Description

Represents an order that can be merged with another order.

Declaration

type OrderMergeable {
_id: ID!
id: String!
created: Date!
total: Float!
description: String!
}

Fields

NameTypeDescription
_idID!Internal database identifier.
idString!Order identifier string.
createdDate!Date when the order was created.
totalFloat!Grand total amount of the order.
descriptionString!Description or summary of the order for display purposes.