StockEvent
History log of the variant stock.
type StockEvent implements Node {
id: ID!
date: DateTime!
type: StockEventType!
stock: Stock
parameters: JSONString!
user: User
}
Fields
StockEvent.id ● ID! non-null scalar
The ID of the object
StockEvent.date ● DateTime! non-null scalar
StockEvent.type ● StockEventType! non-null enum
StockEvent.stock ● Stock object
StockEvent.parameters ● JSONString! non-null scalar
StockEvent.user ● User object
Returns a user who created this event.
Interfaces
Node interface
An object with an ID
Member Of
ProductVariant object