ReDoc documentation

negotiable-cart-item-note/{noteId}

negotiable-cart-item-note/{noteId}

get/V1/negotiable-cart-item-note/{noteId}

Get item note by ID

Request
path Parameters
noteId
required
integer
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
{
  • "note_id": 0,
  • "negotiable_quote_item_id": 0,
  • "creator_type": 0,
  • "creator_id": 0,
  • "note": "string",
  • "created_at": "string",
  • "extension_attributes": { }
}

negotiable-cart-item-note/{noteId}

delete/V1/negotiable-cart-item-note/{noteId}

Delete item note by ID.

Request
path Parameters
noteId
required
integer
Responses
401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}