get public vendor products
Developing
GET
/products/public-vendor-products
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/products/public-vendor-products?category_name=Woman-Clothes&business_name=Enclosure' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmcmVzaCI6ZmFsc2UsImlhdCI6MTc0NjYzOTkyOSwianRpIjoiZDhmMDY3ODMtMTUwOS00NGIxLTg4MmEtZTgyODNkODM4ZTBjIiwidHlwZSI6ImFjY2VzcyIsInN1YiI6IjciLCJuYmYiOjE3NDY2Mzk5MjksImNzcmYiOiJlZTBiNGI3MC0yMjJlLTQ4YWMtOTc5Ni1kZGZhMzAyYTljYTgiLCJ1c2VybmFtZSI6Imd1bnR1cl93aXJheXVkYSIsImVtYWlsIjoiZ29uZXRvZXIyNEBnbWFpbC5jb20ifQ.lNbILZUrHWK-6bkX_XEpHbm4Qd-NTz4eaDpsfsUSaDM' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"products": [
{
"average_rating": 0.0,
"category_id": 4,
"created_at": "Sun, 04 May 2025 07:09:21 GMT",
"description": "A dream piece kebaya in vibrant red, romanticized with delicate embroidery from our \u201cTimun Mas\u201d collection.",
"id": 12,
"images": [
{
"image_url": "https://sejauh.com/cdn/shop/files/tullewijiaruna1.jpg?v=1737348836&width=1540",
"is_primary": true
}
],
"is_active": true,
"min_order_quantity": 1,
"name": "\"Wiji Aruna\" - Kebaya Tulle",
"price": 5750000.0,
"review_count": 0,
"stock_quantity": 50,
"sustainability_attributes": [
"test"
],
"tags": [
"test"
],
"updated_at": "Sun, 04 May 2025 07:09:21 GMT",
"vendor_id": 7
},
{
"average_rating": 3.5,
"category_id": 4,
"created_at": "Sun, 27 Apr 2025 14:16:43 GMT",
"description": "This product is using TENCEL\u2122 fabric, Lyocell fibers which are produced from an ethically-responsible sourced natural raw material wood. This capsule collection offers you breathable and gentle on skin fabrics.",
"id": 2,
"images": [
{
"image_url": "https://sejauh.com/cdn/shop/files/SEJAUH0967-1.jpg?v=1741603515&width=1540",
"is_primary": true
}
],
"is_active": true,
"min_order_quantity": 1,
"name": "\"Tenun Ombak Laut\" - Baju Santai",
"price": 3100000.0,
"review_count": 2,
"stock_quantity": 98,
"sustainability_attributes": [
"organic",
"carbon-neutral"
],
"tags": [
"cheap",
"handmade"
],
"updated_at": "Wed, 07 May 2025 15:50:23 GMT",
"vendor_id": 7
},
{
"average_rating": 0.0,
"category_id": 4,
"created_at": "Wed, 07 May 2025 22:24:14 GMT",
"description": "Experience a bold innovation that transforms a classic kebaya silhouette into a striking fashion piece. Accentuated with two long drapes at the front and stylish slits at the sleeves, it embodies true sophistication with a modern twist on classic style. \nThis piece artfully blends Sejauh\u2019s unique motifs with Eko\u2019s imaginative sci-fi vision. ",
"id": 7,
"images": [
{
"image_url": "https://sejauh.com/cdn/shop/files/SEJAUH1024-1.jpg?v=1741588890&width=1540",
"is_primary": true
}
],
"is_active": true,
"min_order_quantity": 1,
"name": "\"Rupa Rawi x Eko Nugroho\" Kebaya Saras",
"price": 2250000.0,
"review_count": 0,
"stock_quantity": 5,
"sustainability_attributes": [],
"tags": [],
"updated_at": "Wed, 07 May 2025 14:54:47 GMT",
"vendor_id": 7
}
],
"success": true
}
Request
Query Params
category_name
stringÂ
required
Example:
Woman-Clothes
business_name
stringÂ
required
Example:
Enclosure
Header Params
Authorization
stringÂ
required
Example:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmcmVzaCI6ZmFsc2UsImlhdCI6MTc0NjYzOTkyOSwianRpIjoiZDhmMDY3ODMtMTUwOS00NGIxLTg4MmEtZTgyODNkODM4ZTBjIiwidHlwZSI6ImFjY2VzcyIsInN1YiI6IjciLCJuYmYiOjE3NDY2Mzk5MjksImNzcmYiOiJlZTBiNGI3MC0yMjJlLTQ4YWMtOTc5Ni1kZGZhMzAyYTljYTgiLCJ1c2VybmFtZSI6Imd1bnR1cl93aXJheXVkYSIsImVtYWlsIjoiZ29uZXRvZXIyNEBnbWFpbC5jb20ifQ.lNbILZUrHWK-6bkX_XEpHbm4Qd-NTz4eaDpsfsUSaDM
Body Params application/json
Responses
Modified at 2025-05-07 17:55:40