If I have wamid, is there a way to retrieve all message information, including whether it was sent, delivered, or read via the API?

I am receiving via webhook status sent, delivered and read, however, the wamid sent in the webhook is different from the message with text content

I need to update the status (sent, delivered and read) of the message with text content.

The first message with text content has a different wamid than the warning via webhook with the information sent, deliveres and read

I have configure for a page to receive call when an user triggers by sending messages (I have page_messaging permission already). I checked and ticked all the boxes that I needed for that function in step 2 Generate access token (messages subscription). I sent to the page a message and receive a to my webhook instantly, but only once. The next time I sent it didn't send anything to my webhook, so I double-checked and the subscriptions were removed so I had to tick again.
Bonus: I changed the API Token of the page but I could still send messages with the old token. Is that a bug

{"message": "(#10) Messaging permission check failure", "type": "OAuthException", "code": 10, "error_subcode": 2018334, "fbtrace_id": "AdGV6DBEjpykYIah_VS169u"}
my app get this error when try to send message

I have been researching how to retrieve account warnings through the API but have not had much luck yet.

See an example of a warning I am trying to retrieve in the attached file. It reads: ""Your ads aren't running - Make a payment towards your overdue account balance."

I found the following conversation: https://groups.google.com/g/adwords-api/c/UdClivchFJY claiming that as of April 4 2022 this feature is not available but has been previously requested.

Does anyone know if there has been any progress on this feature since? Any help is appreciated.

I am using whatsapp business platform. I created a catalog using commerce manager and have connected it to my Whatsapp Business Account. Now, I want to create sets/collection in my catalog. When I try to create it using this documentation The set was created but I cannot see any 'publish' option to make the changes appear on the Whatsapp as well. When I followed this documentation I get an error saying

{ "error": {     "message": "Unsupported post request. Object with ID '<Product_Catalog_id>' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",     "type": "GraphMethodException",     "code": 100,     "error_subcode": 33,     "fbtrace_id": "" } 

}

I have been sending msgs using this same catalog id. Then what could be the problem here? How can we make and publish sets for Whatsapp? Also, for publish_to_shops, shop ids are needed. Where can I find one for my whatsapp? As the WABA id is not considered a shop id.

UPDATE: Solved the issue of 'Unsupported post request. Object with ID '<Product_Catalog_id>' does not exist'. It was missing a permission called catalog_management.

But still cannot find anything to publish the sets on whatsapp catalog.

How can we make categories on whatsapp catalog using whatsapp API?