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

OrderLineItemRemoved

export type OrderLineItemRemoved = MessagePayload & {
    __typename?: 'OrderLineItemRemoved';
    lineItemId: Scalars['String'];
    removedQuantity: Scalars['Long'];
    newQuantity: Scalars['Long'];
    newState: Scalars['Set'];
    newTotalPrice: Money;
    newTaxedPrice?: Maybe<TaxedItemPrice>;
    newPrice?: Maybe<ProductPrice>;
    newShippingDetails?: Maybe<ItemShippingDetails>;
    type: Scalars['String'];
};

Referenced Types

On this page