get_orders_notification

The get_orders_notification function is used to get the settings of the order notification template.

Copied!
svc=resource/get_orders_notification&params={"resourceId":<long>}

Parameters

Name Description
resourceId Resource ID.

Returned result

Copied!
{} /* orders notification template settings as JSON */

See the JSON format here.

Possible error codes:

Code Description
7 Failed to fetch the resource with the desired ACL (ADF_ACL_AVL_RES_VIEW_ORDERS).
4 Wrong input parameters.

If you find a mistake in the text, please select it and press Ctrl+Enter.