@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderReference

    interface OrderReference {
        id: string;
        obj?: _Order;
        typeId: "order";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Order.

    obj?: _Order

    Contains the representation of the expanded Order. Only present in responses to requests with Reference Expansion for Orders.

    typeId: "order"

    Type of referenced resource.