ia-sdk-react-native-monorepo - v1.0.0
    Preparing search index...

    Interface CartState

    State of the shopping cart.

    interface CartState {
        clientOrderIDs: string[];
        totalAmountInCart: number;
    }
    Index

    Properties

    clientOrderIDs: string[]

    Array of external/client order IDs.

    totalAmountInCart: number

    Total number of items in cart (products + prescriptions, each unit counted individually).