sendFulfillmentEmail( )


Sends a fulfillment email to a specified custom fulfiller of a line item in a given order.

The sendFulfillmentEmail() function returns a Promise that is resolved when the fulfillment email for the specified order is sent to the specified custom fulfiller. A custom fulfiller is a fulfiller that is not integrated with the Wix App Market. Learn more about Connecting Your Wix Store to a Fulfillment Service.

Method Declaration
Copy
Method Parameters
orderIdstringRequired

ID of the order for fulfillment.


fulfillerIdstringRequired

ID of the custom fulfiller.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?