someone tried to communicate with Woocommerce ( wordpress) from an application created in fwh?
someone tried to communicate with PrestaShop from an application created in fwh?
thanks in advance
Silvio.Falconi wrote: The main problem is the archives: we use and we have always used the dbfs we have applications all with the dbfs files but for the web one needs sql, Ms - Sql, Mysql.
Silvio.Falconi wrote:Then the connection between fwh and the web is difficult.
curl -X POST https://example.com/wp-json/wc/v2/products \
-u consumer_key:consumer_secret \
-H "Content-Type: application/json" \
-d '{
"name": "Premium Quality",
"type": "simple",
"regular_price": "21.99",
"description": "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.",
"short_description": "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.",
"categories": [
{
"id": 9
},
{
"id": 14
}
],
"images": [
{
"src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_front.jpg",
"position": 0
},
{
"src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_back.jpg",
"position": 1
}
]
}'
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 56 guests