Skip to main content

Search WooCommerce Products

POST 

/api/woo-commerce/:id/products/search-woocommerce

Search products on the remote WooCommerce store. Used by the Refresh modal's Search Specific Product tab to locate a product and offer a one-click download.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Body fields:

  • search_by (string, required): One of sku, title, product_id.
  • query (string, required): Search term, max 255 chars.

Route name: woo-commerce.products.search-woocommerce

Request

Responses

OK

Response Headers
    Content-Type