Gift message

gift Message Item Repository V1Get Get

get

Return the gift message for a specified item in a specified shopping cart.

Path parameters
itemIdstringRequired

(Required) The item ID.

Example: <integer>
Responses
chevron-right
200

OK

application/json
Responseobject
get
/V1/carts/mine/gift-message/{itemId}

gift Message Item Repository V1Save Post

post

Set the gift message for a specified item in a specified shopping cart.

Path parameters
itemIdstringRequired

(Required) The item ID.

Example: <integer>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"giftMessage":{"sender":"<string>","recipient":"<string>","message":"<string>","gift_message_id":"<integer>","customer_id":"<integer>","extension_attributes":{"entity_id":"nulla Excepteur cillum consectetur","entity_type":"laboris in quis incididunt"}}}
Responses
chevron-right
200

OK

application/json
Responseobject
post
/V1/carts/mine/gift-message/{itemId}

gift Message Cart Repository V1Get Get

get

Return the gift message for a specified order.

Responses
chevron-right
200

OK

application/json
Responseobject
get
/V1/carts/mine/gift-message

gift Message Cart Repository V1Save Post

post

Set the gift message for an entire order.

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"giftMessage":{"sender":"<string>","recipient":"<string>","message":"<string>","gift_message_id":"<integer>","customer_id":"<integer>","extension_attributes":{"entity_id":"nulla Excepteur cillum consectetur","entity_type":"laboris in quis incididunt"}}}
Responses
chevron-right
200

OK

application/json
Responseobject
post
/V1/carts/mine/gift-message