OBJECT

OrdersLockPayload

link GraphQL Schema definition

1type OrdersLockPayload implements Payload {
2userErrors: [UserError!]!
3
4userWarnings: [UserWarning!]!
5
6# Required permission: Order:read
7#
8# Store restrictions apply.
9orders: [Order!]!
10
11}

link Required by