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

NameDescription
resourceIdResource ID.

Returned result

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

See the JSON format here.

Possible error codes:

CodeDescription
7Failed to fetch the resource with the desired ACL (ADF_ACL_AVL_RES_VIEW_ORDERS).
4Wrong input parameters.
Download PDF file
Download Word document

See also