Hi, how do I get the value of fulfillerId?
I am trying to use the https://www.wix.com/velo/reference/wix-stores-backend/sendfulfillmentemail function from the backend.
However, I can’t seem to spot where fulfillerId parameter which the sendfulfillmentemail requires. I tried looking into the values stored in the Stores/Orders table but can’t seem to find it there. Please help.
I haven’t used this feature, but when reviewing the API, I can see that when you use the createfulfillment() method, it returns an ID.
See: https://www.wix.com/velo/reference/wix-stores-backend/createfulfillment
It seems that you use the sendfulfillmentemail, after you have created/processed the fulfillment first. This first step gives you the fulfillment ID.