type LineItemDraft = {
productId?: InputMaybe<Scalars['String']>;
sku?: InputMaybe<Scalars['String']>;
quantity?: InputMaybe<Scalars['Long']>;
variantId?: InputMaybe<Scalars['Int']>;
supplyChannel?: InputMaybe<ResourceIdentifierInput>;
distributionChannel?: InputMaybe<ResourceIdentifierInput>;
custom?: InputMaybe<CustomFieldsDraft>;
shippingDetails?: InputMaybe<ItemShippingDetailsDraft>;
addedAt?: InputMaybe<Scalars['DateTime']>;
externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
externalPrice?: InputMaybe<BaseMoneyInput>;
externalTotalPrice?: InputMaybe<ExternalLineItemTotalPriceDraft>;
};