Hi everyone,
I’m using the Salesforce node , and I cannot find the standard Order object in the Resource dropdown list.
Details:
Other standard objects (Account, Contact, Task) show up correctly.
The connected Salesforce user has full permissions to the Order object.
I’ve tried clicking the “Refresh” button, but “Order” is still missing.
Is this a known limitation or a bug?
yeah, the Salesforce node sometimes doesn’t pick up all objects on first load - try disconnecting and reconnecting your Salesforce account in n8n, that usually forces a fresh credential refresh. if that still doesn’t show Order, make sure your user has the “Read” permission specifically for Orders (it’s separate from general object access), and as a workaround you can use the HTTP Request node with the Salesforce API directly to query Orders if you need to get past this. lmk if either of those works for you.