INPUT_OBJECT

DeliveryWindowVariantSetInput

link GraphQL Schema definition

1input DeliveryWindowVariantSetInput {
2
3# Exactly one input field should be provided
4productVariant: ProductVariantInput!
5
6# If not provided, delivery window's defaultVariantDeliveryType will be used.
7type: ProductVariantDeliveryType
8
9# Null will clear all limits
10limit: DeliveryWindowVariantLimitInput
11}