Name | Type | Description | |
---|
user_id | number | User Id | |
limit | number | Limit | |
api_key | string | Your API-key | |
marketplace_user_id | number | Marketplace User Id | |
offset | number | Offset | |
tag_id | number | Tag Id | |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"user_id":511101,
"limit":3,
"marketplace_user_id": 511101,
"offset": 0,
"tag_id": 34
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/getSelectedTagProducts' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"user_id":511101,
"limit":3,
"marketplace_user_id": 511101,
"offset": 0,
"tag_id": 34
}'
Responses
application/json Modified at 2024-11-11 06:59:09