removeTipFromOrder( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Removes a tip from an eCommerce order.

If no tip exists on the order, the call succeeds and the response contains an empty OrderInfo object.

The call fails if the customer has already been charged for at least one of the associated tip distributions.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings - all permissions
Manage Bookings
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
optionsRemoveTipFromOrderOptions

Options to use when removing a tip from an order.

Returns
Return Type:Promise<RemoveTipFromOrderResponse>
Errors
428Failed Precondition

There is 1 error with this status code:

See the entire list and learn more about Wix errors.

Did this help?