Skip to main content

Add Supplier Product Note

POST 

/api/supplier-products/:supplier_product/notes

Adds a note to a supplier product. Authentication: Requires Bearer token.

Required scope: suppliers:write

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

Fields:

  • note (required): Note text content
  • is_pinned (optional, boolean): Whether to pin the note

Request

Responses

OK

Response Headers
    Content-Type