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

    Interface ProductStateTransitionMessagePayload

    Generated after a successful Transition State update action.

    interface ProductStateTransitionMessagePayload {
        force: boolean;
        state: StateReference;
        type: "ProductStateTransition";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    force: boolean

    Whether State transition validations were turned off during the Transition State update action.

    Product State after the Transition State update action.

    type: "ProductStateTransition"