Alokai

GiftLineItemValueInput

type GiftLineItemValueInput = {
  product: ResourceIdentifierInput;
  variantId: Scalars['Int'];
  distributionChannel?: InputMaybe<ResourceIdentifierInput>;
  supplyChannel?: InputMaybe<ResourceIdentifierInput>;
};

Referenced Types

On this page