Learn how to set up, customize, and expand the functionality of your WooCommerce products with our library of documentation and tutorials.
  1. Documentation /
  2. Technical Documentation /
  3. Reference /
  4. Components

Components


Documents

  • Webhooks

    What are Webhooks? A Webhook is an event notification sent to a URL of your choice. Users can configure them to trigger events on one site to invoke behavior on another. Webhooks are useful for integrating with third-party services and other external API that support them. Webhooks in WooCommerce Webhooks were introduced in WooCommerce 2.2 and can […]

  • WooCommerce Endpoints

    Endpoints are an extra part in the website URL that is detected to show different content when present. For example: You may have a ‘my account’ page shown at URL yoursite.com/my-account. When the endpoint ‘edit-account’ is appended to this URL, making it ‘yoursite.com/my-account/edit-account‘ then the Edit account page is shown instead of the My account […]