# Performs persist operations for a specified shipment track **POST /V1/shipment/track** Performs persist operations for a specified shipment track. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Body: (object) - **entity** (object) Shipment track 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. Merchants and customers can track shipments. ## Responses ### 200 200 Success. #### Body: (object) - **order_id** (integer) The order_id for the shipment package. - **created_at** (string) Created-at timestamp. - **entity_id** (integer) Shipment package ID. - **parent_id** (integer) Parent ID. - **updated_at** (string) Updated-at timestamp. - **weight** (number) Weight. - **qty** (number) Quantity. - **description** (string) Description. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\ShipmentTrackInterface - **track_number** (string) Track number. - **title** (string) Title. - **carrier_code** (string) Carrier code. ### 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)