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

CustomLineItemDraft

export 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