Typescript SDK Type Docs
    Preparing search index...

    Interface OrderKeyReference

    References an order by key.

    interface OrderKeyReference {
        key: string;
        typeId: "order";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced resource. If the referenced resource does not exist, the state of the ImportOperation will be set to unresolved until the referenced resource is created.

    typeId: "order"

    Type of referenced resource.