Skip to content

Add a product to the customer wishlist (customer-scoped)

POST
/rest/v1/product/wishlist

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

Wishlist entry created

application/json
JSON
"string"

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI