Skip to main content
POST
/lohaco/products/search

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required
Required range: 1 <= x <= 2970
timeout
integer
default:300
Required range: 20 <= x <= 1500
keyword
string | null
category
string | null
brand_id
string | null
specs
string[] | null
tags
string[] | null
price_min
integer | null
Required range: x >= 0
price_max
integer | null
Required range: x >= 0
sort
enum<string>
default:recommended
Available options:
recommended,
price_asc,
price_desc,
newest,
review_count_desc,
rating_desc,
discount_desc

Response

Successful Response

id
string
required
url
string
required
name
string
required
@type
string
default:LohacoSearchItem
image
string | null
price
number | null
unit_price
number | null
currency
string
default:JPY
in_stock
boolean | null
brand
string | null
brand_id
string | null
rating
number | null
review_count
integer | null
is_promoted
boolean | null
is_on_sale
boolean | null
is_best_price
boolean | null
is_set_discount
boolean | null
is_subscription_available
boolean | null
shipment
string | null
store_id
string | null
free_shipping_threshold
number | null
point_percent
number | null
options
object