wa_phone_update_commerce_settings
Modify commerce settings on WhatsApp Business accounts via the YCloud WhatsApp API. Enable updates to wabaId and phoneNumber configurations to streamline business operations.
Instructions
Update commerce settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| phoneNumber | Yes | ||
| wabaId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"body": {},
"phoneNumber": {
"type": "string"
},
"wabaId": {
"type": "string"
}
},
"required": [
"wabaId",
"phoneNumber"
],
"type": "object"
}