OBJECT

DeliveryWindowVariantsUnsetPayload

link GraphQL Schema definition

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

link Required by