Alokai

CustomLineItemDraft

type CustomLineItemDraft = {
  name: Array<LocalizedStringItemInputType>;
  money: BaseMoneyInput;
  slug: Scalars['String'];
  taxCategory?: InputMaybe<ReferenceInput>;
  externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
  quantity?: InputMaybe<Scalars['Long']>;
  custom?: InputMaybe<CustomFieldsDraft>;
  shippingDetails?: InputMaybe<ItemShippingDetailsDraft>;
};

Referenced Types

On this page