Skip to content

WooCommerce Endpoints

Woo Sell Services registers three custom endpoints in the WooCommerce My Account area, adding service management interfaces to the standard My Account navigation.

The customer’s service orders list, with status, details, and links to the conversation page.

URL: my-account/service-orders/

The vendor’s service management interface, with status, customer details, and action links.

URL: my-account/service-provider/

This tab appears only for users whose role is selected in the Seller User Roles setting.

The in-app notifications list, with mark-as-read and delete actions.

URL: my-account/services-notification/

This tab appears only when Enable Conversation Notification Tab is enabled in the Notification settings.

Tab label Endpoint Visible to
Service Orders service-orders All customers
Service Provider service-provider Vendor roles only
Notifications services-notification All users (when enabled)

If an endpoint returns a 404 after activation, flush permalinks: go to WP Admin > Settings > Permalinks and click Save Changes.

  • Service Provider - remove the vendor role from Seller User Roles in the General settings.
  • Notifications - disable Enable Conversation Notification Tab in the Notification settings.
  • Service Orders - always visible to logged-in customers with service purchases.