Generated after a successful Delete StandalonePrice request.

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

Properties

Properties

sku: string

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

type: "StandalonePriceDeleted"