- Acl
- Custom PG
- CSV Import
- Menu
- Notification
- Tax
- Themes
- Customer
- Wallet
- Loyality Points
- City
- Promo
- Order
- Search
- Marketplace
- Task
- Merchant
- Catalogue
- Business Categories
- Send SMS
- Admin
- Billing
- Project
- Discount
- Store Reviews
- checkout template
- Payment
searchGlobalMerchants
POST
/open/search/global/merchants
Name | Type | Description | |
---|---|---|---|
marketplace_user_id | string | marketplace user id | |
search_text | string | search text | |
latitude | number(optional) | latitude | |
longitude | number(optional) | longitude | |
date_time | string(optional) | date time | |
app_type | string(optional) | "IOS", "ANDROID", "WEB" | |
api_key | string(optional) | you api key | |
self_pickup | number(optional) | self pickup 0 if not 1 if yes | |
domain_name | string(optional) | domain name | |
dual_user_key | number(optional) | dual user key | |
language | string(optional) | language |
Request
Body Params application/json
object {0}
Example
{
"marketplace_user_id" : 1025779,
"search_text" : "pizz",
"latitude" : 30.7187849,
"longitude" : 76.8103741,
"date_time" : "2022-02-28T09:04:10.410Z",
"app_type" : "WEB",
"api_key" : {{apikey}},
"self_pickup" : 0,
"domain_name" : "api.red",
"dual_user_key" : 0,
"language" : "en"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.yelo.red/open/search/global/merchants' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplace_user_id" : 1025779,
"search_text" : "pizz",
"latitude" : 30.7187849,
"longitude" : 76.8103741,
"date_time" : "2022-02-28T09:04:10.410Z",
"app_type" : "WEB",
"api_key" : {{apikey}},
"self_pickup" : 0,
"domain_name" : "api.red",
"dual_user_key" : 0,
"language" : "en"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33