Ürünlerim Listesi

Ürünler Listesi (list)

Bu method marketplace sistemine gönderdiğiniz tüm ürünleri listelemenizi sağlar.

Satıcının tüm ürün bilgilerini çekmek istediğinizde pagination kullanımı zorunludur.

vendor her satıcının unique bir tanımlayıcısıdır. Zorunlu bir alandır.

GET list

https://merchantapi.idefix.com/pim/pool/{vendorId}/list

Parametre Ad Açıklama
page Servis cevabında hangi sayfadaki ürünlerin getirileceği bilgisi
limit Bir servis cevabında yer alacak ürün sayısı
barcode Barkod bazlı filtreleme yapılmak istenirse kullanılabilir
Örnek Servis Cevabı:
{
  "products": [
    {
      "barcode": "8879615313500",
      "title": "MATTEL Barbie Bebek Bakıcılığı Oyun Seti Esmer Bebek - Yeşil Biberon",
      "productMainId": "FHY777",
      "brandId": 68699,
      "categoryId": 110665444,
      "inventoryQuantity": 52,
      "vendorStockCode": "FHY77YSL",
      "weight": "195",
      "description": "MATTEL Barbie Bebek Bakıcılığı Oyun Seti Esmer Bebek - Yeşil Biberon",
      "price": 149,
      "comparePrice": 159,
      "vatRate": null,
      "deliveryDuration": 1,
      "deliveryType": "regular",
      "cargoCompanyId": null,
      "shipmentAddressId": null,
      "returnAddressId": null,
      "images": [
        {
          "url": "https://cdn.dsmcdn.com/mnresize/1200/1800/ty96/product/media/images/20210404/22/57317cde/59506322/1/1_org_zoom.jpg"
        }
      ],
      "attributes": [
        {
          "attributeId": 7,
          "attributeValueId": 103400,
          "customAttributeValue": null
        },
        {
          "attributeId": 1,
          "attributeValueId": 100130,
          "customAttributeValue": null
        }
      ],
      "status": "not_matched",
      "statusDateCreatedAt": "2023-02-07T11:00:23+03:00",
      "reference": 528,
      "failureReasons": null,
      "matchedProduct": null,
      "needAutoMatch": false,
      "addType": "integration",
      "erpId": null,
      "authorId": null
    },
    {
      "barcode": "8879615313219",
      "title": "test MATTEL Barbie Bebek Bakıcılığı Oyun Seti Esmer Bebek - Yeşil Biberon",
      "productMainId": "FHY777",
      "brandId": 68699,
      "categoryId": 110665444,
      "inventoryQuantity": 61,
      "vendorStockCode": "FHY77PMB",
      "weight": "195",
      "description": "MATTEL Barbie Bebek Bakıcılığı Oyun Seti Esmer Bebek - Yeşil Biberon",
      "price": 149,
      "comparePrice": 159,
      "vatRate": null,
      "deliveryDuration": 1,
      "deliveryType": "regular",
      "cargoCompanyId": null,
      "shipmentAddressId": null,
      "returnAddressId": null,
      "images": [
        {
          "url": "https://m.media-amazon.com/images/I/81PuNLCAvwL.jpg"
        }
      ],
      "attributes": [
        {
          "attributeId": 7,
          "attributeValueId": 103400,
          "customAttributeValue": null
        },
        {
          "attributeId": 1,
          "attributeValueId": 100090,
          "customAttributeValue": null
        }
      ],
      "status": "not_matched",
      "statusDateCreatedAt": "2023-02-07T11:00:22+03:00",
      "reference": 527,
      "failureReasons": null,
      "matchedProduct": null,
      "needAutoMatch": false,
      "addType": "integration",
      "erpId": null,
      "authorId": null
    }
  ]
}