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

OrderLineItemDiscountSet

export type OrderLineItemDiscountSet = MessagePayload & {
    __typename?: 'OrderLineItemDiscountSet';
    lineItemId: Scalars['String'];
    discountedPricePerQuantity: Array<DiscountedLineItemPriceForQuantity>;
    totalPrice: Money;
    taxedPrice?: Maybe<TaxedItemPrice>;
    type: Scalars['String'];
};

Referenced Types

On this page