manigopal
Forum Replies Created
-
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: [Headless WooCommerce Made Easy with CoCart] 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
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] API Issueim waiting for almost two weeks. could you share the api for it.
Forum: Plugins
In reply to: [WooCommerce] Extending API’s@fernashes how could i get the images array in order detail API
example.com/wp-json/wc/v3/orders/101?consumer_key=ck_xxxxxxx&consumer_secret=cs_xxxxx
output to get with the following in orders(particular/myOrders):
"images": [ { "id": 1296, "date_created": "2019-03-25T20:37:03", "date_created_gmt": "2019-03-25T10:07:03", "date_modified": "2019-03-25T20:37:03", "date_modified_gmt": "2019-03-25T10:07:03", "src": "https://example.com/wp-content/uploads/2019/03/nestle-milkmaid.jpg", "name": "-nestle-milkmaid", "alt": "", "position": 0 } ],
- This reply was modified 5 years, 9 months ago by Jan Dembowski.
- This reply was modified 5 years, 9 months ago by Jan Dembowski. Reason: Formatting