Interface InventoryEntryOutOfStockMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface InventoryEntryOutOfStockMessagePayload extends MessagePayload

Generated after InventoryEntry quantityOnStock goes to 0.


Example to create an instance using the builder pattern

     InventoryEntryOutOfStockMessagePayload inventoryEntryOutOfStockMessagePayload = InventoryEntryOutOfStockMessagePayload.builder()
             .sku("{sku}")
             .build()