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

    Interface OrderEditReference

    interface OrderEditReference {
        id: string;
        obj?: OrderEdit;
        typeId: "order-edit";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced OrderEdit.

    obj?: OrderEdit

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

    typeId: "order-edit"

    Type of referenced resource.