skip to Main Content

Magento API v1 product list call on VB.NET

What is the equivalent of this for VB.NET? $filters = array('sku' => array('like'=>'zol%')); $products = $proxy->call($sessionId, 'product.list', array($filters)); Because I am trying to retrieve a specific product from Magento by doing something like this: Dim products = magentoV1_servico.call(magentoV1_sessao, "product.list", filters)…

VIEW QUESTION

REST API Call from VB ( ZOHO CREATOR ) – Ebay API

Trying to make out this call https://www.zoho.com/creator/help/api/rest-api/rest-api-edit-records.html I did tried everything but seems i need basic knowledge. Can anyone give me directions what is wrong with my code Public Sub updateRecord(ByVal ht As Hashtable, ByVal criteriaField As String) Dim apiUrl…

VIEW QUESTION
Back To Top
Search