wa_phone_retrieve_commerce_settings
Retrieve WhatsApp commerce settings for a specific phone number and WABA ID using the YCloud WhatsApp API integration. Facilitates configuration and management of business commerce features.
Instructions
Retrieve commerce settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phoneNumber | Yes | ||
wabaId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"phoneNumber": {
"type": "string"
},
"wabaId": {
"type": "string"
}
},
"required": [
"wabaId",
"phoneNumber"
],
"type": "object"
}