get_orders_notification
The get_orders_notification function is used to get the settings of the order notification template.
svc=resource/get_orders_notification¶ms={"resourceId":<long>}
Parameters
Name | Description |
---|---|
resourceId | Resource ID. |
Returned result
{} /* 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. |