Get Products For Category
Name | Type | Description | |
---|
api_key | string | Your API-key | |
marketplace_user_id | number | marketplace_user_id | |
user_id | number(optional) | User Id |
|
limit | number(optional) | Limit | |
offset | number(optional) | Offsett | |
parent_category_id | number(optional) | Parent Category Id | |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"user_id" : 1,
"limit" : 10,
"offset" : 1,
"parent_category_id" : null
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/products/getProductsForCategory' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"user_id" : 1,
"limit" : 10,
"offset" : 1,
"parent_category_id" : null
}'
Responses
application/json Modified at 2024-04-17 07:11:33