Skip to main content

Get outfit recommendations

POST 

/store/:storeId/search

Choose one of 'phone' or 'email' to identify the STYLD user for personalization.

Request

Path Parameters

    storeId stringrequired

Body

required

    prompt stringrequired
    email string
    phone string
    enable_preference boolean
    Default value: true
    search_top integer

    Possible values: >= 20 and <= 100

    Default value: 100

Responses

Recommendation retrieved successfully

Schema

    items

    object[]

  • Array [

  • explanation string
    id string
    image string
    link string
    price string
    score float
    tags string[]
    title string
  • ]

  • plan string
    reason string
Loading...