OrderUpdatesPayload
No description
type OrderUpdatesPayload {
additionalData: JSON
event: String
newValue: String
orderId: ID
previousValue: String
}
Fields
OrderUpdatesPayload.additionalData ● JSON scalar common
Additional data related to the event.
OrderUpdatesPayload.event ● String scalar common
The event that occurred.
OrderUpdatesPayload.newValue ● String scalar common
The new value of the field.
OrderUpdatesPayload.orderId ● ID scalar common
The Order ID for which updates will be received.
OrderUpdatesPayload.previousValue ● String scalar common
The previous value of the field.
Returned By
brandOrderUpdates subscription ● companyOrderUpdates subscription ● orderUpdates subscription