Saltar al contenido principal

RecommendationsDTO

products object[]
  • Array [
  • productIdstring
    namestring
    pricenumber
    salePricenumber
    urlstring
    imageUrlstring
    matchScoredouble
    matchReasonstring
    highlightsstring[]
    externalIdstring
  • ]
  • summarystring
    topPickIdstring
    topPickReasonstring
    RecommendationsDTO
    {
    "products": [
    {
    "productId": "string",
    "name": "string",
    "price": 0,
    "salePrice": 0,
    "url": "string",
    "imageUrl": "string",
    "matchScore": 0,
    "matchReason": "string",
    "highlights": [
    "string"
    ],
    "externalId": "string"
    }
    ],
    "summary": "string",
    "topPickId": "string",
    "topPickReason": "string"
    }