Interface ProductStateTransitionMessagePayload

Generated after a successful Transition State update action.

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

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"

Generated using TypeDoc