Operation Id:
system/processesAutomation/put [Official Documentaction]
Methods
- shopId Integer
- orders Object
Examples
This function retrieves the orders of a specific shop ID with the "alwaysAllowSentStatus" attribute set to "n".
const result = await idosellRequest.putSystemProcessesAutomation
.shopId(1)
.orders({"alwaysAllowSentStatus": "n"})
.exec()