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

AddCartCustomLineItem

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

Referenced Types

On this page