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
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
id | String! | Order identifier string. |
created | Date! | Date when the order was created. |
total | Float! | Grand total amount of the order. |
description | String! | Description or summary of the order for display purposes. |