Alerts

Stock and price alert subscriptions

List stock alerts

get

Retrieves active stock availability alerts created by the shopper.

Query parameters
pageinteger · min: 1Optional

Page number (1-indexed)

Example: 1
page_sizeinteger · min: 1Optional

Number of results per page

Example: 20
searchintegerOptional

Filter alerts by product identifier

Example: 123456
Header parameters
X-CookiestringRequired

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Responses
chevron-right
200

Product alerts listed

application/json
get
/wishlists/product-alerts/

Subscribe to stock alert

post

Creates a stock availability alert for the given product.

Header parameters
X-CookiestringRequired

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Body
productintegerRequired

Product identifier to monitor for restock events

Example: 221133
Responses
post
/wishlists/product-alerts/

Cancel stock alert

delete
Path parameters
pkintegerRequired

Alert identifier

Header parameters
X-CookiestringRequired

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Responses
delete
/wishlists/product-alerts/{pk}/

No content

List price alerts

get

Retrieves price-drop alerts configured by the shopper.

Query parameters
pageinteger · min: 1Optional

Page number (1-indexed)

Example: 1
page_sizeinteger · min: 1Optional

Number of results per page

Example: 20
searchintegerOptional

Filter alerts by product identifier

Example: 123456
Header parameters
X-CookiestringRequired

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Responses
chevron-right
200

Price alerts listed

application/json
get
/wishlists/price-alerts/

Create or update price alert

post

Creates a new price alert or updates the existing one for the same product.

Header parameters
X-CookiestringRequired

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Body
pkintegerOptional

Existing alert identifier (send to update)

Example: 99
productintegerRequired

Product identifier to monitor for price changes

Example: 221133
Responses
post
/wishlists/price-alerts/

Last updated

Was this helpful?