code-chat-br / whatsapp-api

CodeChat - WhatsApp Api
https://docs.codechat.dev
Apache License 2.0
659 stars 261 forks source link

Get product order by message Id #51

Closed yuri12344 closed 1 year ago

yuri12344 commented 1 year ago

Hi, I was wondering if we can implement a endpoint, where we can get all the products from order message ID like we have in wppconnect https://wppconnect.io/swagger/wppconnect-server#tag/Catalog-and-Bussiness/paths/~1api~1%7Bsession%7D~1get-order-by-messageId/get

We can actually, get the order products, the meta product ID, the value and quantity.

Which is good, because I can get the products from the order, not only that, I can extract all products, if I create a order with all products, and do something with this information.

Share your toughts, btw thanks for your hardwork