Services Introduction:
بمزإمنة بيانات نظام إلعميل مع نظام خلل ، www.shopv.com API وإلتي تسمح يصف هذإ إلمستند نقاط إلتكامل إلمتاحة للعملء منwww.shopv.com
عنوإن إلوإجهة:
https://api.shopv.com/sku-inventory-all
طريقة إلطلب:
GET
طلب معلمات (رؤوس):
حالة إلطلب:
<?php
$ch = curl_init();
$url = 'https://api.chinadivision.com/sku-inventory-all';
$header = array(
'apikey: your apikey',
);
// Add apikey to header
curl_setopt($ch, CURLOPT_HTTPHEADER , $header);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// HTTP request
curl_setopt($ch , CURLOPT_URL , $url);
$res = curl_exec($ch);
var_dump(json_decode($res));
?>
JSON مثال على إرجاع:
{
"code": 0,
"msg": "success",
"data": [
{
"product_id": "888",
"sku": "xxxx",
"product_name": "SKIRT",
"product_source": "",
"product_color": "Red",
"product_size": "M",
"date_added": "2016-08-29 17:46:46",
"product_quantity": "100",
"sent_quantity": "6",
"stock_quantity": "94"
},
{
"product_id": "889",
"sku": "xxxx",
"product_name": "SKIRT1",
"product_source": "",
"product_color": "Red",
"product_size": "M",
"date_added": "2016-08-29 17:46:46",
"product_quantity": "106",
"sent_quantity": "6",
"stock_quantity": "100"
}
]
}
ملحظة:
The SKU Inventory API: Get your product inventory
رسالة خطأ: