manigopal
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Features requestas of now its only getting related products id under
“related_ids”: [
53,
40,
56,
479,
99
],but need to get entire product details i.e how wp-json/wc/v3/products/prod_id
if these kind of APIs are done then it will be more easy for #MobileApp Development.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Features requestalso need,
Related Products (both Web & API) in product details page.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issuetried with these keys,
wp-json/wc/v2/products?filter[brand]=nestle
wp-json/wc/v2/products?filter[brand]=62
wp-json/wc/v2/brands/nestle
wp-json/wc/v2/brands/62
Forum: Plugins
In reply to: [CoCart - Headless REST API for WooCommerce] Not sure why it doesnt workedhaha
@sebd86 wp-json/cocart/v3/add-item? – i have also used v1.,
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issuewp-json/wc/v1/products?filter[brand]=62
tried different combination of attributes but nothing worked 🙁
Forum: Plugins
In reply to: [WooCommerce] Extending API’sHi,
but its mandatory when we develop a mobile app we do require the Product Images to be fetched / retrieved at the order to display in My Order page too at MobileApps.possibility to display or show it in mobile app
Forum: Plugins
In reply to: [WooCommerce] Extending API’sif we do that might be gone at future plugin updates., so if there any code like adding them to functions.php such like add_action()
its really good coz mostly all plugins – websites are with rest API. I wish you could do that in upcoming updates 😀
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] No API foundnice to hear., waiting for the update with REST API 😀
EWD_OTP_db_version in /home/…/public_html/wp-content/plugins/order-tracking/Main.php
when will this be fixed.,
is that possible for you to add support to rest API in your plugin at next update atleast ?
REST API docs, i have asked not the manual on how to use the plugin.
Forum: Plugins
In reply to: [Product Brands For WooCommerce] does this support REST APIif no api try to update the API as soon as possible.
Forum: Plugins
In reply to: [WooCommerce] Extending API’s@fernashes can you reply me on REST API extending i.e, i need to get the product image array in api
wp-json/wc/v2/orders/4166 –
“line_items”: [
{
“id”: 290,
“name”: “Brooke Bond-3 Roses Tea”,
“product_id”: 21,
“variation_id”: 0,
“quantity”: 1,
“tax_class”: “”,
“subtotal”: “54.00”,
“subtotal_tax”: “0.00”,
“total”: “54.00”,
“total_tax”: “0.00”,
“taxes”: [],
“meta_data”: [],
“sku”: “”,
“price”: 54
},in this i need to get product image