Name | Type | Description | |
---|
api_key | string(required) | Your API-key | |
marketplace_user_id | number(required) | marketplace_user_id | |
order_preparation_time | string(required) | Ordert Prepration Time |
|
user_id | number(optional) | User Id | |
user_type | number(optional) | 2 : for admin, 3 : for merchant | |
Request
Body Params application/json
{
"api_key": {{api key}},
"marketplace_user_id": 10995407,
"user_id": "510003404",
"user_type": 2,
"settings" : {"order_prepration_time" : 30}
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/merchant/configureSettings' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": {{api key}},
"marketplace_user_id": 10995407,
"user_id": "510003404",
"user_type": 2,
"settings" : {"order_prepration_time" : 30}
}'
Responses
application/json Modified at 2024-04-17 07:11:33