English \ العربية \ русский язык

الشراء في الصين والشحن إلى العالم طريق النجاح لتجارتك

English \ العربية \ русский язык

Services Introduction:
بمزإمنة بيانات نظام إلعميل مع نظام خلل ، www.shopv.com API وإلتي تسمح يصف هذإ إلمستند نقاط إلتكامل إلمتاحة للعملء منwww.shopv.com
عنوإن إلوإجهة:
https://api.shopv.com/sku-inventory
طريقة إلطلب:
GET
طلب معلمات (رؤوس):
طلب إلمعلمات (urlParam):
حالة إلطلب:
                        
<?php
    $ch = curl_init();
    $url = 'https://api.shopv.com/sku-inventory?sku=XXXX';
    $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"
    }
}
                        
                    
ملحظة:
The SKU Inventory API: Get your product inventory
رسالة خطأ: