GiftMessage REST endpoints
vendor/magento/module-gift-message/etc/webapi.xml
GET
/V1/carts/:cartId/gift-message
Return the gift message for a specified order.
GiftMessage · Magento\GiftMessage\Api\CartRepositoryInterface::get
/V1/carts/:cartId/gift-message/:itemId
Return the gift message for a specified item in a specified shopping cart.
GiftMessage · Magento\GiftMessage\Api\ItemRepositoryInterface::get
/V1/carts/mine/gift-message
SelfReturn the gift message for a specified order.
GiftMessage · Magento\GiftMessage\Api\CartRepositoryInterface::get
/V1/carts/mine/gift-message/:itemId
SelfReturn the gift message for a specified item in a specified shopping cart.
GiftMessage · Magento\GiftMessage\Api\ItemRepositoryInterface::get
/V1/guest-carts/:cartId/gift-message
AnonymousReturn the gift message for a specified order.
GiftMessage · Magento\GiftMessage\Api\GuestCartRepositoryInterface::get
/V1/guest-carts/:cartId/gift-message/:itemId
AnonymousReturn the gift message for a specified item in a specified shopping cart.
GiftMessage · Magento\GiftMessage\Api\GuestItemRepositoryInterface::get
POST
/V1/carts/:cartId/gift-message
Set the gift message for an entire order.
GiftMessage · Magento\GiftMessage\Api\CartRepositoryInterface::save
/V1/carts/:cartId/gift-message/:itemId
Set the gift message for a specified item in a specified shopping cart.
GiftMessage · Magento\GiftMessage\Api\ItemRepositoryInterface::save
/V1/carts/mine/gift-message
SelfSet the gift message for an entire order.
GiftMessage · Magento\GiftMessage\Api\CartRepositoryInterface::save
/V1/carts/mine/gift-message/:itemId
SelfSet the gift message for a specified item in a specified shopping cart.
GiftMessage · Magento\GiftMessage\Api\ItemRepositoryInterface::save
/V1/guest-carts/:cartId/gift-message
AnonymousSet the gift message for an entire order.
GiftMessage · Magento\GiftMessage\Api\GuestCartRepositoryInterface::save
/V1/guest-carts/:cartId/gift-message/:itemId
AnonymousSet the gift message for a specified item in a specified shopping cart.
GiftMessage · Magento\GiftMessage\Api\GuestItemRepositoryInterface::save
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.