Comments

sales Shipment Management V1Get Comments List Get

get

Lists comments for a specified shipment.

Path parameters
idstringRequired

(Required) The shipment ID.

Example: <integer>
Responses
chevron-right
200

OK

application/json
Responseobject
get
/V1/shipment/{id}/comments

sales Shipment Comment Repository V1Save Post

post

Performs persist operations for a specified shipment comment.

Path parameters
idstringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"entity":{"is_customer_notified":"<integer>","parent_id":"<integer>","comment":"<string>","is_visible_on_front":"<integer>","extension_attributes":"<object>","created_at":"<string>","entity_id":"<integer>"}}
Responses
chevron-right
200

OK

application/json
Responseobject
post
/V1/shipment/{id}/comments