Typescript SDK Type Docs
    Preparing search index...

    Interface ItemState

    interface ItemState {
        quantity: number;
        state: StateKeyReference;
    }
    Index

    Properties

    Properties

    quantity: number

    Number of Line Items or Custom Line Items in this State.

    State of the Line Items or Custom Line Items in a custom workflow. If the referenced State does not exist, the state of the ImportOperation will be set to unresolved until the referenced State is created.