{% extends "django_meta_whatsapp/base.html" %} {% block title %}Sync Catalog Products{% endblock %} {% block page_title %}Sync Catalog Products{% endblock %} {% block topbar_actions %} Back {% endblock %} {% block content %}

Pull Products from Meta

This tool connects directly to the Meta Graph API using your current WhatsApp Business API credentials. It will fetch all products from your specified Commerce Catalog and save them locally so your agents can easily select them.

{% csrf_token %}

You can find this in your Facebook Commerce Manager under Catalog Settings. {% if default_catalog_id %}Using account default.{% endif %}

{% endblock %}