NearSpaceSearchResponse

Paginated list of products in the same space as the query image

  • data
    Type: array object[] · Product[]

    A product entity with complete metadata

    • categories
      Type: array object[]

      Product categories

      Empty object
    • createdAt
      Type: stringFormat: date-time

      When the product was created

    • description
      Type: object · LocalizedString

      String values in multiple languages

    • dimensions
      Type: object · Dimensions

      Physical dimensions of a product in centimetres

    • externalRef
      Type: string

      External reference in format COMPANY:PLATFORM:VERSION:RESOURCE:ID

    • id
      Type: string

      Product unique identifier

    • images
      Type: array object[] · ProductImage[]

      Product image metadata

    • inStock
      Type: boolean

      Whether the product is in stock

    • meta
      Type: object

      Custom properties for filtering (max 10 items)

    • name
      Type: object · LocalizedString

      String values in multiple languages

    • price
      Type: object · Currency

      Price values in multiple currencies

    • priceDiscount
      Type: object · Currency

      Price values in multiple currencies

    • retailerId
      Type: string

      Identifier of the retailer

    • updatedAt
      Type: stringFormat: date-time

      When the product was last updated

    • url
      Type: string | null

      URL to the product page

  • meta
    Type: object
    • currentPage
      Type: integer

      Integer numbers.

    • pageSize
      Type: integer

      Integer numbers.

    • totalItems
      Type: integer

      Integer numbers.

    • totalPages
      Type: integer

      Integer numbers.

  • success
    Type: boolean