# Return the gift message for a specified order **GET /V1/guest-carts/{cartId}/gift-message** Return the gift message for a specified order. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **cartId** (string) The shopping cart ID. ## Responses ### 200 200 Success. #### Body: (object) - **gift_message_id** (integer) Gift message ID. Otherwise, null. - **customer_id** (integer) Customer ID. Otherwise, null. - **sender** (string) Sender name. - **recipient** (string) Recipient name. - **message** (string) Message text. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\GiftMessage\Api\Data\MessageInterface ### 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)