Magento 2 Product Alert API & Examples
POSTCustomer Token
{{magento_base_url}}/swagger/V1/integration/customer/token
AUTHORIZATIONBearer Token
Token
HEADERS
Content-Type
Bodyraw (json)
Example Request
Customer Token
200 OK
Example Response
Date
Server
Set-Cookie
Set-Cookie
Set-Cookie
Expires
Cache-Control
Pragma
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
GETOut-of-Stock Alert All List by Customer
{{magento_base_url}}rest/V1/mpProductAlert/mine/out-of-stock
HEADERS
Content-Type
Authorization
PARAMS
searchCriteria
searchCriteria[pageSize]
searchCriteria[currentPage]
searchCriteria[filter_groups][0][filters][0][field]
searchCriteria[filter_groups][0][filters][0][value]
searchCriteria[filter_groups][0][filters][0][condition_type]
Example Request
Out-of-Stock Alert All List by Customer
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
GETProduct Price Alert All List by Customer
{{magento_base_url}}rest/V1/mpProductAlert/mine/product-price
HEADERS
Content-Type
Authorization
PARAMS
searchCriteria
searchCriteria[pageSize]
searchCriteria[currentPage]
searchCriteria[filter_groups][0][filters][0][field]
searchCriteria[filter_groups][0][filters][0][value]
searchCriteria[filter_groups][0][filters][0][condition_type]
Example Request
Product Price Alert All List by Customer
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
DELETECustomer Unsubscribe By ID
{{magento_base_url}}rest/V1/mpProductAlert/mine/subscriber/delete/:subscriber_id
HEADERS
Content-Type
Authorization
PATH VARIABLES
subscriber_id
Example Request
Unsubscribe By ID
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type