For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

Product alerts listed

application/json
countintegerRequiredExample: 3
nextstring · nullableOptionalExample: https://sandbox.akinon.com/wishlists/product-alerts/?page=2
previousstring · nullableOptional
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
201

Alert created

application/json

Stock alert subscription

pkintegerRequiredExample: 84
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
204

Alert removed

No content

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
200

Price alerts listed

application/json
countintegerRequiredExample: 2
nextstring · nullableOptional
previousstring · nullableOptional
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
201

Price alert saved

application/json

Price alert subscription

pkintegerRequiredExample: 99
productintegerRequired

Linked product identifier

Example: 221133
post/wishlists/price-alerts/

Last updated

Was this helpful?