Products Retrieval
GET
https://openapi.bunjang.co.kr/api/v1/products
imageUrl 생성 방법
imageUrlTemplate
의 {cnt}
를 imageCount
로 치환하여 사용한다.{
"data": [
{
"pid": 2000614090,
...
"imageUrlTemplate": "https://media.bunjang.co.kr/product/2000614090_{cnt}_1737447450_w640.jpg",
"imageCount": 3,
...
},
...
],
...
}
Request
Query Params
size
integer
optional
Example:
100
sort
string
optional
latest: 최근등록순
price_asc: 낮은가격순
price_desc: 높은가격순
Example:
score
cursor
string
optional
Example:
[0.074820995,1721693446483,2000150271]
q
string
optional
Example:
nike
categoryId
string
optional
Example:
400,410
brandId
integer
optional
Example:
1,2,3
freeShipping
boolean
optional
Example:
true
maxPrice
integer
optional
Example:
1000000
minPrice
integer
optional
Example:
50000
canInstantTrade
boolean
optional
Example:
true
Request samples
Responses
Modified at 2025-06-12 03:07:07