Bu metod ile daha once hızlı ürün ekleme response unda almış olduğunuz ‘batchRequestId’ bilgileri ile ürünlerinizin durumunu sorgulayabilirsiniz.
{
"items": [
{
"title": "test ismi",
"barcode": "194252707258",
"price": 20,
"comparePrice": 20,
"inventoryQuantity": 20,
"vendorStockCode": "dertyhtresa3",
"productId": 0,
"poolState": "waiting_vendor_approve",
"matchedProduct": {
"barcode": "194252707258",
"name": "iPhone 14 Pro Max 512 GB",
"brand": "Apple",
"category": "iPhone İOS Telefonlar",
"images": [
"https://static.idefiks.net/product/354/iphone-14-pro-max-512-gb-63bad5d5b8320.png"
],
"attributes": [
{
"attributeId": 1,
"attributeValueId": 100020,
"customAttributeValue": null
},
{
"attributeId": 157,
"attributeValueId": 411,
"customAttributeValue": null
},
{
"attributeId": 262,
"attributeValueId": 1694958,
"customAttributeValue": null
},
{
"attributeId": 264,
"attributeValueId": 5761,
"customAttributeValue": null
},
{
"attributeId": 286,
"attributeValueId": 1696364,
"customAttributeValue": null
},
{
"attributeId": 313,
"attributeValueId": 5584,
"customAttributeValue": null
},
{
"attributeId": 639,
"attributeValueId": 1698042,
"customAttributeValue": null
},
{
"attributeId": 646,
"attributeValueId": 1696963,
"customAttributeValue": null
},
{
"attributeId": 856,
"attributeValueId": 6193,
"customAttributeValue": null
}
]
},
"status": "completed",
"statusDateCreatedAt": "2023-01-26T15:51:21+03:00"
}
],
"lastUpdatedAt": "2023-01-26T15:51:21+03:00",
"completedAt": "2023-01-26T15:51:21+03:00",
"createdAt": "2023-01-26T15:51:20+03:00",
"status": "COMPLETED",
"batchRequestId": "4b-63d27748b716c"
}
| Parametre Ad | Açıklama |
|---|---|
| status | Ürün gönderimi sonrasında dönen ürünün güncel durum bilgisidir. |
| Değer | Açıklama |
|---|---|
| COMPLETED | Gönderilen ürünün barkodu sistemde bulundu ve satıcı olarak eklendi. |
| DECLINE | Gönderilen ürün ile ilgili sorunlar olduğu için ürün yüklenemedi. |
Aşağıdaki hata kodları yalnızca
status = DECLINEolduğunda döner.
| Hata Kodu | Açıklama |
|---|---|
| PRODUCT_POOL_ALREADY_EXIST | Gönderilen ürün, ilgili satıcının ürün havuzunda zaten bulunmaktadır. |
| PRODUCT_BARCODE_NOT_EXIST | Gönderilen barkod idefix kataloğunda bulunmamaktadır. Bu barkod için ürün oluşturma endpoint’ine gidebilirsiniz. |
| VENDOR_CATEGORY_ACCESS_DENIED | İlgili satıcının bu kategoriye ürün ekleme yetkisi bulunmamaktadır. |
| VENDOR_ACCESS_DENIED | Satıcı onaylı değil ise bu hata döner. |
| BRAND_EXCLUSIVE_NOT_AUTHORIZED | İlgili satıcının bu markaya ürün ekleme yetkisi bulunmamaktadır. |