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

    Interface StandalonePriceDeletedMessagePayload

    Generated after a successful Delete StandalonePrice request.

    interface StandalonePriceDeletedMessagePayload {
        sku: string;
        type: "StandalonePriceDeleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sku: string

    SKU of the ProductVariant to which the deleted Standalone Price was associated.

    type: "StandalonePriceDeleted"