Skip to main content

Add Product Note

POST 

/api/v2/products/:product/notes

Add a note to a product. The note is attributed to the authenticated user.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request body:

  • note (string, required): The note text.

Authentication: Requires Bearer token with the products.update permission.

Request

Responses

OK

Response Headers
    Content-Type