Parameter | Type | Description |
---|---|---|
api_key | string | Your API-key |
user_type | number | For admin enter 2, For merchant enter 3 |
marketplace_user_id | number | enter market place user Id |
{
"api_key" : {{apikey}},
"user_type" : 2,
"marketplace_user_id": 510001
}
curl --location --request POST 'https://api.yelo.red/open/merchant/getCustomFields' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"user_type" : 2,
"marketplace_user_id": 510001
}'
{}