sales Shipment Comment Repository V1Save Post
POST {{baseUrl}}/V1/shipment/:id/comments
Performs persist operations for a specified shipment comment.
Request Body
{"entity"=>{"is_customer_notified"=>"<integer>", "parent_id"=>"<integer>", "comment"=>"<string>", "is_visible_on_front"=>"<integer>", "created_at"=>"<string>", "entity_id"=>"<integer>", "extension_attributes"=>"<object>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""