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
}
}Update product catalogue configuration settings.
Access Control:
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
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Information for product catalogue network setting
Enable or disable the product catalogue feature
Product catalogue configuration
Show child attributes