RE: How can I transform an SO to an INV and attach an externalId using REST?
I’m having an issue including an externalId when I transform a sales order to an invoice using the REST API.
My request looks like this:
{{REST_SERVICES}}/record/v1/salesOrder/8/!transform/invoice
and the request goes through, but I get the following header:
Unknown field name externalid. Field does not exist on this record instance.
And the resulting INV does not have an externalId
It seems like there’s something fundamentally not working there – tried a few variants but no success.
You might need to do the transformation and then PATCH the Invoice for now. Would that work for you?