Skip to main content
POST
/bookoff/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 <= 119880
timeout
integer
default:300
Required range: 20 <= x <= 1500
keyword
string | null
Minimum string length: 1
exclude_keyword
string | null
Minimum string length: 1
category_id
string | null
author
string | null
Minimum string length: 1
publisher
string | null
Minimum string length: 1
tag
string | null
Minimum string length: 1
price_min
integer | null
Required range: x >= 0
price_max
integer | null
Required range: x >= 0
release_from
string | null
Pattern: ^\d{6}$
release_to
string | null
Pattern: ^\d{6}$
stock
enum<string>
default:any
Available options:
any,
in_stock,
used_only,
used_in_stock
store_pickup_only
boolean
default:false
sort
enum<string>
default:popularity
Available options:
popularity,
release_desc,
release_asc,
new_price_asc,
new_price_desc,
used_price_asc,
used_price_desc

Response

Successful Response

id
string
required
url
string
required
condition
string
required
@type
string
default:BookoffProductCard
name
string | null
image
string | null
author
string | null
price
number | null
currency
string
default:JPY
discount_amount
number | null
discount_percent
integer | null
previous_price
number | null
previous_price_note
string | null
reward_points
integer | null
release_date
string | null
category
string | null
subcategory
string | null
tags
string[]
is_in_stock
boolean
default:false
is_store_pickup_available
boolean
default:false