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