# Performs persist operations for a specified shipment comment **POST /V1/shipment/{id}/comments** Performs persist operations for a specified shipment comment. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **id** (string) ### Body: (object) - **entity** (object) Shipment comment interface. A shipment is a delivery package that contains products. A shipment document accompanies the shipment. This document lists the products and their quantities in the delivery package. A shipment document can contain comments. ## Responses ### 200 200 Success. #### Body: (object) - **is_customer_notified** (integer) Is-customer-notified flag value. - **parent_id** (integer) Parent ID. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\ShipmentCommentInterface - **comment** (string) Comment. - **is_visible_on_front** (integer) Is-visible-on-storefront flag value. - **created_at** (string) Created-at timestamp. - **entity_id** (integer) Invoice ID. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)