I am using the WhatsApp Business API to use my chatbot and I needed to connect the Facebook product catalog to the configured WhatsApp number. Does anyone know what I can do to associate a catalog with a WhatsApp account and if it is possible to use the catalog response in the WhatsApp API for consumption? I'm developing a chatbot for restaurants and I wanted the user to be able to place an order through the WhatsApp Business catalog and from there the chatbot would get the rest of the information. I already have a catalog set up and a working WhatsApp number, however, when I associate the menu with the registered phone number, the catalog does not appear on the WhatsApp profile of the registered number.
Integrate WhatsApp Product Catalogue to Whats App business api account
425 Views Asked by Luigi Toniolo At
1
There are 1 best solutions below
Related Questions in FACEBOOK-MESSENGER-BOT
- Facebook Messenger Chat throws CORS errors, conflicts with Facebook Login
- Facebook's Send to Messenger Plugin Not Working on In-App Browser
- Facebook Messenger API not sending "messaging" webhook
- Facebook Messenger Chat Plugin Not Showing Guest Mode Webflow
- Facebook messenger media template send problem
- Integrate chatbots into messenger
- Facebook Messenger Extension getContext 2018154 error on iOS and Android
- Sending POST messages using endpoint "me/messages" : code: -1, error_code: 2018012
- Facebook Pages Messaging Permission Issue: Standard vs. Advanced Access Levels
- Delete Messenger conversations via API
- Facebook messenger API. Can you disable inbox?
- Review process for the Messenger App without setting up a test user account
- I am looking to add Messenger support to my app, but I do not require facebook login button
- Can't verify facebook callback url or verify token using python chalice
- Integrate WhatsApp Product Catalogue to Whats App business api account
Related Questions in WHATSAPI
- Need WhatsApp Data Backup from Api
- Send Template with media using Whatsapp Cloud API
- How to move a WhatsApp account from an Facebook BSP to simple Facebook app?
- whatsapp cloud api conversational_automation issue
- How to optimize api calls
- Whatsapp Cloud API message international format and error with Webhook
- How Money is deducted from bank account for bill payment of WhatsApp cloud API
- WhatsApp Api - I ask for the number in the production and respond for the test number
- whatsapp api: delay in sending the message
- "(#135000) Generic user error" WhatsApp business api
- Whatsapp Bot Reduce Post Request
- Not Receiving test message, on my Whatsapp business webhook on my laravel project
- Buttons or list in Whatsapp-Web.js
- Whatsapp Webhook for Development
- Voiceflow connect to Whatsapp
Related Questions in FACEBOOK-BUSINESS-SDK
- Facebook business sdk giving "error_user_msg": "A tracking pixel is required for ads in a campaign with conversions as its objective.",
- Getting Instagram post caption used in an Ad in Meta Graph API
- Creating Product Sets on Facebook using Graph API or Javascript SDK
- Uploading data to a Custom dimension META
- Getting "Unsupported post request" error when creating Instagram ads campaign via Facebook Graph API
- Integrate WhatsApp Product Catalogue to Whats App business api account
- (#100) Missing permissions while access facebook ads data using marketing api using facebook-business sdk
- FB: System user access token don't have scope delegated from configuration from FB login for Business flow
- How to add send Digital Catalogues(example shown in the image below) via Whatsapp Business API?
- Is there any way to Delete and update Facebook product catalog product with Facebook Graph API
- Facebook Business SDK for Python does not return video_play_curve_actions field for AdAccount insights
- What it's wrong with this code in py using the facebook_business api?
- Facebook marketing API - GraphInsecureException - The cipher AES128-GCM-SHA256 is not supported for TLSv1.2
- Not able to create system user for facebook business
- Meta Business API and Cloud API creating issues when trying to send product from a catalogue to whatsapp as an interactive product card
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Are you using the Cloud API or are you working through a BSP? Displaying products in Whatsapp catalog, is enabled by a separate method. I know for sure that some BSPs do it automatically, but most of the time, you need to figure out the settings to display the "Catalog" menu itself. So after linking Commerce Manager and WA - you need to ask your provider to enable display 'store'. The second problem that awaits you is that on the API side you won't see any information about the products except for the product ID. That is, if a user places an order, the API will not tell you the name of the product. This limitation can be overcome the hard way - you need to create your own application to connect to Commerce Manager and pull in real-time information about the product through Meta Commerce API. Unfortunately, Meta has not yet complemented the Business API in this direction. I really hope that someday they will add methods for working with goods. For now, you can either use unofficial solutions (not related to Meta), or use services that have already integrated the Commerce API and allow you to fully work with goods.