Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.37 KB

File metadata and controls

37 lines (22 loc) · 1.37 KB

StrikethroughLabelingNotification

The strikethrough labels notification for an application.

Properties

Name Type Description Notes
version VersionEnum The version of the strikethrough pricing notification. [optional]
validFrom OffsetDateTime Timestamp at which the strikethrough pricing update becomes valid. Set for scheduled strikethrough pricing updates (version: v2) only. [optional]
applicationId Long The ID of the Application to which the catalog items labels belongs.
currentBatch Long The batch number of the notification. Notifications might be sent in different batches.
totalBatches Long The total number of batches for the notification.
trigger StrikethroughTrigger
changedItems List<StrikethroughChangedItem>
notificationType NotificationTypeEnum The type of notification.
sentAt OffsetDateTime Timestamp at which the notification was sent.

Enum: VersionEnum

Name Value
V2 "v2"

Enum: NotificationTypeEnum

Name Value
STRIKETHROUGHPRICE "StrikethroughPrice"