Typescript SDK Type Docs
    Preparing search index...

    Interface OrderReference

    Reference to an Order.

    interface OrderReference {
        id: string;
        typeId: "order";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Order.

    typeId: "order"

    Type of referenced resource.