Get Menu Item Translations

get

/rest/v16/commerceProcesses/{processVarName}/documents/{docVarName}/attributes/{attributeVarName}/menuItems/{menuItemId}/translations

This service returns all language translations for a menu item.

Request

Path Parameters
Back to Top

Response

Default Response

Body ()
Root Schema : CommerceMenuItemTranslations-collection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : CommerceMenuItemTranslation
Type: object
Show Source
Nested Schema : language
Type: object
Show Source
Back to Top

Examples

The following example shows how to retrieve translations for a menu item by submitting a GET request to the REST resource using cURl. For more information about cURL, see Use cURL.

curl - X GET - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/commerceProcesses/oraclecpqo/documents/transaction/attributes/paymentTerms_t/menuItems/36244405/translations
Back to Top