Skip to main content
POST
/
marketplaces
/
create
Create marketplace
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplaces/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "uid": "<string>",
  "phone": "<string>",
  "category": "<string>",
  "address": "<string>",
  "email": "[email protected]",
  "logo": "<string>",
  "description": "<string>",
  "facebook_url": "<string>",
  "instagram_url": "<string>",
  "youtube_url": "<string>",
  "twitter_url": "<string>",
  "payment_rule": "<string>",
  "delivery_rule": "<string>",
  "social_page_uid": "<string>",
  "custom_domain": "<string>",
  "terms_of_service": "<string>",
  "is_test": true,
  "type": "<string>",
  "settlement_status": "<string>",
  "features": [
    "<string>"
  ],
  "theme": "<string>"
}
'

Body

application/json
name
string
required
uid
string
required
phone
string
required
category
string
required
address
string
required
email
string<email>
required
description
string
facebook_url
string
instagram_url
string
youtube_url
string
twitter_url
string
payment_rule
string
delivery_rule
string
social_page_uid
string
custom_domain
string
terms_of_service
string
is_test
boolean
type
string
settlement_status
string
features
string[]
theme
string

Response

201

Marketplace created successfully