Import Data from Cars listing Api gw.bilinfo.net

Project Details:In this project we’ve to integrate a cars listings api “https://gw.bilinfo.net/listingapi/api” to a wordpress site in custom post type with the meta data to be mapped in Custom meta fields in “SCF” plugin. You can find the API documentation for reference here: “https://developer.bilinfo.net/content/Bilinfo_XML_API.pdf“In this we will use Curl request to get the listings data […]

Import bulk products from b2b.msan.hr

Import bulk products from b2b.msan.hr In this post we will develop a custom wordpress plugin to import bulk products with their meta data from api url https://b2b.msan.hr/B2BService/HTTP/Product/GetProductsList.aspx in xml format that will give products data in response. For this, we will make curl requests to get data from this url with authentication of api credentials and […]

Import Products From POS SFTP

Import Woocommerce products(around 38,000) from POS SFTP server to the woocommerce store using custom wordpress plugin.

Import/Export Properties Listings

Project Overview:In this project, we are integrating a cars listings API “https://gw.bilinfo.net/listingapi/api” into a WordPress site using a Custom Post Type (CPT). All property/car metadata will be mapped to Custom Meta Fields using the SCF plugin for full control over how data is displayed. You can access the API documentation here: “https://developer.bilinfo.net/content/Bilinfo_XML_API.pdf“.We will use cURL […]