Queries the product catalogs that are associated with a WhatsApp Business account (WABA).
Operation description
This operation allows a maximum of 10 requests per second per account. Excess requests are throttled, which may affect your business. Stay within the specified limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:GetWhatsappConnectionCatalog |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WabaId |
string |
Yes |
The WABA ID. |
29293939**** |
| CustSpaceId |
string |
No |
The space ID of the user within the ISV account. |
C20209399229**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| RequestId |
string |
The request ID. |
90E63D28-E31D-1EB2-8939-A94866411B2O |
| Message |
string |
The error message. |
None |
| Model |
object |
The returned data. |
{"id":"200292992","name":"Alibaba_catalog"} |
| Code |
string |
The response code.
|
OK |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "90E63D28-E31D-1EB2-8939-A94866411B2O",
"Message": "None",
"Model": {
"id": "200292992",
"name": "Alibaba_catalog"
},
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.