Sign In or Sign Up in a website.
Get Your Api key
Send Json to https://partners.globalbusinessdirectory.biz/api/add-product
api_key = your Api key
{
"name":"TV",
"meta_description":"ledTV",
"price" :"500",
"pCategory_id":"4",
"pSubcategory_id":"2",
"pChildcategory_id":"1",
"photo": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaOXQYlQ7Ua_XHncjFAERpbhfIaiOsgkRNHw&usqp=CAU"
}
Send Json to https://partners.globalbusinessdirectory.biz/api/get-categories
api_key = your Api key
Send Json to https://partners.globalbusinessdirectory.biz/api/get-myproducts
api_key = your Api key
Send Json to https://partners.globalbusinessdirectory.biz/api/get-myorders
api_key = your Api key
Send Json to https://partners.globalbusinessdirectory.biz/api/update-myproduct
api_key = your Api key
{
"product_id":511
AND THE KEY TO CHANGE
"name":"",
"meta_description":"",
"price" :"",
"pCategory_id":"",
"pSubcategory_id":"",
"pChildcategory_id":"",
"photo": ""
}
Send Json to https://partners.globalbusinessdirectory.biz/api/delete-myproduct
api_key = Your Api key
"product_id":511
Send Json to https://partners.globalbusinessdirectory.biz/api/add-services
api_key = Your Api key
{
"title":"",
"description":"",
"price" :"",
"photo": ""
}
