Skip to content

Subscribe to back-in-stock notifications (customer-scoped)

POST
/rest/v1/product/waiting-list

Customer-authenticated back-in-stock opt-in. The notification email is derived from the authenticated customer account; email, waiting_status (0), creation_date and lang are server-forced and ignored if supplied in the body. Reads (index/show/item) remain backend-only — they expose subscriber emails.

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"productId": 0
}

Responses

Subscribed (pending notification)

application/json
JSON
"string"

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI