Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ProductVariantAvailabilityWithChannel

export type ProductVariantAvailabilityWithChannel = {
    __typename?: 'ProductVariantAvailabilityWithChannel';
    channelRef: Reference;
    channel?: Maybe<Channel>;
    availability: ProductVariantAvailability;
};

Referenced Types

On this page