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

CustomLineItemDraftOutput

export type CustomLineItemDraftOutput = {
    __typename?: 'CustomLineItemDraftOutput';
    money: BaseMoney;
    slug: Scalars['String'];
    externalTaxRate?: Maybe<ExternalTaxRateDraftOutput>;
    quantity?: Maybe<Scalars['Long']>;
    custom?: Maybe<CustomFieldsCommand>;
    shippingDetails?: Maybe<ItemShippingDetailsDraftOutput>;
    name?: Maybe<Scalars['String']>;
    taxCategoryResId?: Maybe<ResourceIdentifier>;
    nameAllLocales: Array<LocalizedString>;
};

Referenced Types

On this page