Skip to main content
PUT
/
api
/
v3
/
network-settings
/
product
Update product configuration
curl --request PUT \
  --url https://apix.us.amity.co/api/v3/network-settings/product \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "product": {
    "enabled": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Information for product catalogue network setting

enabled
boolean
required

Enable or disable the product catalogue feature

Response

Product catalogue configuration

product
object