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

LineItemDraftOutput

export type LineItemDraftOutput = {
    __typename?: 'LineItemDraftOutput';
    productId?: Maybe<Scalars['String']>;
    sku?: Maybe<Scalars['String']>;
    quantity?: Maybe<Scalars['Long']>;
    variantId?: Maybe<Scalars['Int']>;
    custom?: Maybe<CustomFieldsCommand>;
    externalTaxRate?: Maybe<ExternalTaxRateDraftOutput>;
    externalPrice?: Maybe<BaseMoney>;
    externalTotalPrice?: Maybe<ExternalLineItemTotalPrice>;
    shippingDetails?: Maybe<ItemShippingDetailsDraftOutput>;
    addedAt?: Maybe<Scalars['DateTime']>;
    distributionChannelResId?: Maybe<ResourceIdentifier>;
    supplyChannelResId?: Maybe<ResourceIdentifier>;
};

Referenced Types

On this page