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

    Interface StandalonePriceCreatedMessagePayload

    Generated after a successful Create StandalonePrice request.

    interface StandalonePriceCreatedMessagePayload {
        standalonePrice: StandalonePrice;
        type: "StandalonePriceCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    standalonePrice: StandalonePrice

    Standalone Price that was created.

    type: "StandalonePriceCreated"