> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/tips/tippable-staff/introduction.md ## Article Content: # About the Tippable Staff API The Tippable Staff API allows you to retrieve information about which business staff members are eligible to receive tips via the [eCommerce platform](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/what-is-the-wix-e-commerce-platform.md). Currently, the API only supports staff members from [Wix Bookings](https://support.wix.com/en/article/wix-bookings-about-wix-bookings) and [site collaborators](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site). With the Tippable Staff API, you can: + Use custom filtering to identify staff members eligible to receive tips via the eCommerce platform. See also: + [Tips API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/tips/tips/introduction.md) + [Tip Settings API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/tips/tip-settings/introduction.md) + [Bookings Resources API](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/about-resources.md) + [Bookings Staff Members API](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/introduction.md) ## Before you begin It's important to note the following points before starting to code: + Ensure that a site has installed [Wix Tips](https://www.wix.com/app-market/wix-tips). Wix Tips is automatically installed with every [Wix Bookings](https://www.wix.com/app-market/bookings) installation. + Currently, only [Bookings staff members](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/introduction.md) and [site collaborators](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site) can receive tip distributions. + Not all staff members have a Wix user identity, and not all site collaborators qualify as staff members. ## Sample use cases + [Implement a staff performance dashboard](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/tips/tippable-staff/sample-flows.md). ## Terminology + **Tip**: Details the tip amount, how it’s distributed among staff, and the associated order’s line item subtotal. + **Tip distribution**: How the total tip is divided among staff. The business receives the undistributed tip amount. + **Staff**: Team members eligible to receive a portion of the tip. Currently, only [Bookings staff members](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/introduction.md) and [site collaborators](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site) are eligible for tip distributions. + **Bookings staff member**: A business resource used to manage and provide services through Wix Bookings. Manage staff members, see via the [Bookings Resources API](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/introduction.md). + **Site collaborator**: A Wix user authorized to edit or manage the business website. For a comprehensive glossary of Wix Bookings terms, see [Terminology](https://dev.wix.com/docs/rest/business-solutions/bookings/terminology.md). @sdk_package_setup