Radium API Doc

Ürün Varlık Kontrolü (Detailed)

Bu servis ile Radium'da oluşturulan ürünlerin sku veya barkod ile kontrol edilerek, ürünün varlığı ve daha detaylı bilgileri döner.

  • Method: POST

  • Url: https://radium.hepsiburada.com/api/product/check_product_exists_detailed

  • Auth : API bağlantısı için size username ve password bilgileri verilecektir. Bu bilgiler için lütfen destek ekibi ile iletişime geçiniz.
Parametre Zorunlu Açıklama Örnek
skuOrBarcodeList Evet Sku ve Barkod bazlı kontrol yapar. ?skuOrBarcodeList[]=HB000005&skuOrBarcodeList[]=000000010010323004&skuOrBarcodeList[]=15774&skuOrBarcodeList[]=BRCAN1
                                    
                                    [
                                        {
                                            "stockCode": "BRCAN1",
                                            "productId": 28608000,
                                            "name": "BRCAN1",
                                            "barcodes": ["brcan1"],
                                            "weight": null,
                                            "width": "20.00",
                                            "length": "20.00",
                                            "height": "20.00",
                                            "chargeableWeight": "2.66667"
                                        },
                                        {
                                            "stockCode": "10024908001",
                                            "productId": 21546152,
                                            "name": "Test SEPET 36x26x14 cm Bej",
                                            "barcodes": ["000000010024908001", "8680886855394"],
                                            "weight": "12.60",
                                            "width": "36.00",
                                            "length": "26.00",
                                            "height": "14.00",
                                            "chargeableWeight": "20.00000"
                                        },
                                        {
                                            "stockCode": "SFURUN2",
                                            "productId": 28608003,
                                            "name": "SFURUN2",
                                            "barcodes": ["sfurun2"],
                                            "weight": "12.60",
                                            "width": "30.00",
                                            "length": "19.80",
                                            "height": "4.50",
                                            "chargeableWeight": "20.00000"
                                        },
                                        {
                                            "stockCode": "BarkodKont7",
                                            "productId": 28607992,
                                            "name": "BarkodKont7",
                                            "barcodes": ["barkodkont7"],
                                            "weight": null,
                                            "width": null,
                                            "length": null,
                                            "height": null,
                                            "chargeableWeight": null
                                        }
                                    ]