⚙️Examples

Request:

curl --location --request GET 'https://api.alephcrm.com/v2/productlistings/search?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX&accountId=ZZZZ \
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \

Response

{
  "Paging": {
    "Limit": 1,
    "Offset": 0,
    "Total": 1
  },
  "Total": 1,
  "Results": [
    {
      "Brand": "Pirelli",
      "SKU": "XYZWA",
      "Id": XYZWZ,
      "ExternalId": "MLB1399454402",
      "Marketplace": {
        "id": "1",
        "name": "Mercado Libre"
      },
      "Title": "PNEU PIRELLI 225/45R17 94W CINTURATO P1 PLUS",
      "Status": {
        "id": "15",
        "name": "Reactivada"
      },
      "PermanentLink": "https://produto.mercadolivre.com.br/MLB1399454402-pneu-pirelli-22545r17-94w-cinturato-p1-plus-_JM",
      "Price": 9999999,
      "AvailableQuantity": 99999999,
      "SoldQuantity": 9999999,
      "Visits": 9999999,
      "DateCreated": "0001-01-01T00:00:00",
      "DateUpdated": "2020-10-27T21:18:00"
    }
  ]
}

Last updated