Document Tree
Document Properties
Kbid
2957R0
Last Modified
28-May-2024
Added to KB
20-Jul-2020
Public Access
Everyone
Status
Online
Doc Type
References
Product
  • ICM 7.10
  • ICM 11
  • ICM 12
Reference - Notification REST API 1.0.0


This API specification is available for download as an Open API 3.0 YAML file: 

References

The following page lists available REST APIs for ICM 7.10 and their version dependencies:

API Specification

Introduction
OpenAPI Version: 3.0.1
Notification Version: 1.0.0

Notification API

The Intershop Notification REST API contains endpoints for product price and back in stock notifications.
A price notification notifies the user when a product drops below a certain price, and a stock notification notifies a user when a product is back in stock.

Examples

Create new price notification

{
    "sku": "24601",
    "notificationMailAddress": "mail@example.com",
    "price": {
        "value": 12.4,
        "currency": "USD"
    }
}

Create new back in stock notification

{
    "sku": "24601",
    "notificationMailAddress": "mail@example.com",
}

Open ReDoc-rendered Open API documentation in separate window.

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.