Predefined email list for orders - celdotro/marketplace GitHub Wiki
Returns a list of IDs and names of predefined emails for actions related to an order
use celmarket\Email\EmailOrder
getOrderEmailList
- method: email
- action: getOrderEmailList
(no parameter)
An object with the following attributes
- (attribute)
- (attribute's name) = message's ID
- (attribute's value) = message's name
https://github.com/celdotro/marketplace_examples/blob/master/Email/1.getOrderEmailList.php
{
"request": {
},
"response": {
"1": "X"
}
}