Yelo
  1. Search
Yelo
  • Acl
    • Create Role
      POST
    • Get Role
      POST
    • Edit Role
      POST
    • Delete Role
      POST
    • Get Role Permissions
      POST
  • Custom PG
    • paymentStatus
      POST
  • CSV Import
    • csv
      POST
  • Menu
    • Add Menu
      POST
    • Get Menu
      POST
  • Notification
    • getCreds
      POST
    • sendCustomPushNotification
      POST
  • Tax
    • delete
      POST
    • edit
      POST
    • get
      POST
    • add
      POST
  • Themes
    • configure
      POST
    • resetTemplate
      POST
    • cloneFeatures
      POST
    • editTemplate
      POST
    • getTemplate
      POST
    • getPagesAndComponents
      POST
    • updateUserTheme
      POST
    • getThemeSemantics
      POST
    • enableTheme
      POST
    • getThemeJson
      POST
    • editTheme
      POST
    • getThemes
      POST
    • forkTheme
      POST
    • getUserTheme
      POST
  • Customer
    • customer Deletion
    • Add Customer
    • customer verifyOtp
    • customerForgotPassword
    • View Customer
    • Customer Details
    • Edit Customer
    • Add Customer Subscription Plan
    • Get Customer Subscriptions List
    • Edit Customer Subscription Plan
    • googleLogin
    • Assign Customer Subscription Plan
    • Customer login
    • getFavLocation
    • Forgot Password
  • Wallet
    • addMoney
    • customer/getWalletTxnHistory
  • Loyality Points
    • Update Loyality Points
    • Reward Loyalty Points
  • City
    • Get City
  • Promo
    • Delete Promo
    • Change Promo Status
    • Edit Promo
    • Add Promo
    • Get Promo
  • Order
    • Order review
    • Get All Orders
    • Get Order Details
    • Create Order
    • Custom Order
    • orderPrepTime
  • Search
    • searchGlobalProduct
      POST
    • searchProducts
      POST
    • searchGlobalMerchants
      POST
  • Marketplace
    • Settings
    • Edit Merchant details
    • Get Banner
    • get Activity Logs
    • marketplaceVendorFacebookLogin
    • Add Debt For Job
    • addMerchant
    • getMerchantList
    • getAccountTranslations
    • getfilter
    • Cancellation reason
  • Task
    • edit task prep time
    • addRemarks
    • getTookanRequest
    • Edit Task
    • Accept Reject Order
    • updateStatus
  • Merchant
    • Add Store Availability
    • Update Store Availability for day
    • Get merchant custom field
    • Edit Store Status
    • Get Store FrontDateSchedule
    • Add Store FrontDateSchedule
    • Update Store FrontDateSchedule
    • Get merchant
    • Merchant settings
    • user_login
  • Catalogue
    • Catagory
      • Add Catalogue
      • Update Catalogue
      • Get Catalogue
      • Get All Catalogues
      • Get Catalogue Products
      • Enable Disable Category wise
      • Delete catalogue
    • Products
      • disable
      • Add product
      • Edit Product
      • delete
      • Disable Products
      • Get product
      • Get All Products
      • Get Products For Category
    • Product Customization
      • Deprecated
        • Get Customization
        • Add Customization
        • Delete Customization
        • Edit Customization
      • Customizations
    • tags
      • Get All tags
      • Get tags Products
  • Business Categories
    • Assign Business Category
    • Get Business Category
    • businessCategory
  • Send SMS
    • Send App Link SMS
  • Admin
    • Edit Order
    • Add Address
    • Get address
    • Delete Address
    • Edit address
    • Admin Detail
  • Billing
    • getPlans
    • getInvoices
    • getBillBreakDown
  • Project
    • get
  • Discount
    • merchant Discount
      • /open/merchant/discount/get
      • merchant/discount/edit
      • merchantDiscount/add
    • Product Discount
      • productDiscount/add
      • product/discount/get
      • product/discount/edit
      • product/discount/delete
  • Store Reviews
    • getStoreAllReviews
  • checkout template
    • template/getCheckoutTemplate
  • Payment
    • activePaymentMethods
    • getPaymentUrl
  1. Search

searchGlobalProduct

POST
/open/search/global/product
NameTypeDescription
marketplace_user_idstring(optional)marketplace user id
search_textstringsearch text
latitudenumber(optional)latitude
longitudenumber(optional)longitude
date_timestring(optional)date time
app_typestring(optional)"IOS", "ANDROID", "WEB"
api_keystringyou api key
self_pickupnumber(optional)self pickup
0 if not
1 if yes
domain_namestring(optional)domain name
dual_user_keynumber(optional)dual user key
languagestring(optional)language

Request

Header Params

Body Params text/plain
Example
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 Code 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/product' \
--header 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="98", "Google Chrome";v="98"' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Referer: https://internal-betaweb.yelo.red/en/search' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36' \
--header 'sec-ch-ua-platform: "Windows"' \
--header 'Content-Type: text/plain' \
--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

Example
{}
Modified at 2024-04-17 07:11:33
Previous
orderPrepTime
Next
searchProducts
Built with