Yelo
  1. Marketplace
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
    • resetTemplate
    • cloneFeatures
    • editTemplate
    • getTemplate
    • getPagesAndComponents
    • updateUserTheme
    • getThemeSemantics
    • enableTheme
    • getThemeJson
    • editTheme
    • getThemes
    • forkTheme
    • getUserTheme
  • 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
    • searchProducts
    • searchGlobalMerchants
  • Marketplace
    • Settings
      POST
    • Edit Merchant details
      POST
    • Get Banner
      POST
    • get Activity Logs
      POST
    • marketplaceVendorFacebookLogin
      POST
    • Add Debt For Job
      POST
    • addMerchant
      POST
    • getMerchantList
      POST
    • getAccountTranslations
      POST
    • getfilter
      POST
    • Cancellation reason
      POST
  • 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. Marketplace

addMerchant

POST
/open/marketplace/addMerchant
Name Type Description
api_key string Your API-key
name number name
first_name string(optional) merchant's first name
last_name string(optional)/td> merchant's last name
email string email
company_address string company_address
display_address string display_address
company_longitude number company_longitude
company_latitude number company_latitude
logo string(optional) logo
banner_image string(optional) banner_image
store_name string(optional) store_name
display_store_name string(optional) display_store_name
description string(optional) description of merchant
store_name_json string(optional) store_name_json
description_json string(optional) description_json

Request

Body Params application/json
object {0}
Example
{
    "api_key"           : "{{apikey}}",
    "name"              : "xyz",
    "first_name"        : "arun",
    "last_name"         : "",
    "email"             : "test@email.com",
    "company_address"   : "xyz colony, abc, chandigarh-134109",
    "display_address"   : "xyz colony,chandigarh-134109",
    "company_longitude" : 49.80404,
    "company_latitude"  : 9.96233 ,
    "logo"              : " ",
    "banner_image"      : "abc.jpeg",
    "store_name"        : "abc",
    "display_store_name": "abc",
    "description"       : "xyz",
    "store_name_json"   : {
               "store_name" : "abc"
                          },
    "description_json"  : {
          "description" : "abcde"
                          },
    "phone"             : 7979789565,
    "country_phone_code": "+91",
    "timezone"          : 5
}

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/marketplace/addMerchant' \
--header 'Content-Type: application/json' \
--data-raw '{
    "api_key"           : "{{apikey}}",
    "name"              : "xyz",
    "first_name"        : "arun",
    "last_name"         : "",
    "email"             : "test@email.com",
    "company_address"   : "xyz colony, abc, chandigarh-134109",
    "display_address"   : "xyz colony,chandigarh-134109",
    "company_longitude" : 49.80404,
    "company_latitude"  : 9.96233 ,
    "logo"              : " ",
    "banner_image"      : "abc.jpeg",
    "store_name"        : "abc",
    "display_store_name": "abc",
    "description"       : "xyz",
    "store_name_json"   : {
               "store_name" : "abc"
                          },
    "description_json"  : {
          "description" : "abcde"
                          },
    "phone"             : 7979789565,
    "country_phone_code": "+91",
    "timezone"          : 5
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-20 06:55:30
Previous
Add Debt For Job
Next
getMerchantList
Built with