Title: WCFM REST API
Last modified: September 29, 2021

---

# WCFM REST API

 *  Resolved [k4mr4n](https://wordpress.org/support/users/k4mr4n/)
 * (@k4mr4n)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wcfm-rest-api-2/)
 * I am using WCFM Multivendor Marketplace and also I am using Perfect Woocommerce
   Brands for branding, I am creating product using WCFM REST API but cant send 
   brand data through REST API. Is there any solution that I can send brand data
   too through API?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wcfm-rest-api-2/#post-14921092)
 * Hello,
    You must extent the api to and write your custom code to send any additional
   data through the API requests. Our api support default WooCommerce product data.
 * Thank you.
    -  This reply was modified 4 years, 7 months ago by [WC Lovers](https://wordpress.org/support/users/wclovers/).
 *  Thread Starter [k4mr4n](https://wordpress.org/support/users/k4mr4n/)
 * (@k4mr4n)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wcfm-rest-api-2/#post-14921138)
 * I am new in this area, can you please explain me in more details what i should
   to do, or send me some related links about it?
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wcfm-rest-api-2/#post-14922970)
 * Hello,
    There is a WordPress filter hook applied before the response is generated
   through the API.
 * `apply_filters( "wcfmapi_rest_prepare_product_object", $response, $product, $
   request );`
 * Please use add filter to extend the the hook **wcfmapi_rest_prepare_product_object**
   
   and add any data in the $response according to your requirement.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WCFM REST API’ is closed to new replies.

 * ![](https://ps.w.org/wc-frontend-manager/assets/icon-256x256.jpg?rev=1800818)
 * [WCFM - Frontend Manager for WooCommerce](https://wordpress.org/plugins/wc-frontend-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-frontend-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-frontend-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-frontend-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-frontend-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-frontend-manager/reviews/)

## Tags

 * [marketplace](https://wordpress.org/support/topic-tag/marketplace/)
 * [Multivendor](https://wordpress.org/support/topic-tag/multivendor/)
 * [restapi](https://wordpress.org/support/topic-tag/restapi/)

 * 3 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/wcfm-rest-api-2/#post-14922970)
 * Status: resolved