Unleashed Software
Node: unleashedSoftware · Full type: n8n-nodes-base.unleashedSoftware · Version: 1
Credentials
unleashedSoftwareApi (alias: @unleashed)
CREDENTIAL @unleashed = unleashedSoftwareApi "My Unleashed Software"
Operations
Resource: salesOrder
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
filters |
collection |
{} |
keys: customerId, customerCode, endDate, modifiedSince, orderNumber, orderStatus, ... |
Resource: stockOnHand
get
| Parameter |
Type |
Default |
Details |
productId |
string |
"" |
|
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
filters |
collection |
{} |
keys: asAtDate, IsAssembled, modifiedSince, orderBy, productId, warehouseCode, ... |
Parameter Details
filters children:
| Parameter |
Type |
Default |
Details |
customerId |
string |
"" |
|
customerCode |
string |
"" |
|
endDate |
dateTime |
"" |
|
modifiedSince |
dateTime |
"" |
|
orderNumber |
string |
"" |
|
orderStatus |
multiOptions |
[] |
multi: Backordered, Completed, Deleted, Parked, Placed |
startDate |
dateTime |
"" |
|
Example
NODE "unleashedSoftware" @unleashed AS "Unleashed Software" {
resource: "salesOrder",
operation: "get"
}