Skip to main content
POST
/
marketplaces
/
update
Update marketplace
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplaces/update \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "name": "<string>",
  "logo": "<string>",
  "description": "<string>",
  "phone": "<string>",
  "category": "<string>",
  "address": "<string>",
  "facebook_url": "<string>",
  "instagram_url": "<string>",
  "youtube_url": "<string>",
  "twitter_url": "<string>",
  "payment_rule": "<string>",
  "delivery_rule": "<string>",
  "social_page_uid": "<string>",
  "email": "[email protected]",
  "custom_domain": "<string>",
  "terms_of_service": "<string>",
  "is_test": true,
  "type": "<string>",
  "settlement_status": "<string>",
  "theme": "<string>",
  "favicon": "<string>",
  "banner": {},
  "collection": {},
  "featured_category": {},
  "cart": {},
  "payment": {},
  "campaign": {},
  "sms_marketing": {},
  "email_marketing": {},
  "erp_integration": {},
  "has_chatbot": "enabled"
}
'

Body

application/json
id
string
required
name
string
description
string
phone
string
category
string
address
string
facebook_url
string
instagram_url
string
youtube_url
string
twitter_url
string
payment_rule
string
delivery_rule
string
social_page_uid
string
email
string<email>
custom_domain
string
terms_of_service
string
is_test
boolean
type
string
settlement_status
string
theme
string
favicon
string
banner
object
collection
object
cart
object
payment
object
campaign
object
sms_marketing
object
email_marketing
object
erp_integration
object
has_chatbot
enum<string>
Available options:
enabled

Response

200

Marketplace updated successfully