{ "opencollection": "1.0.0", "info": { "name": "WhatsApp Business Management Analytics Product Catalogs API", "version": "21.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Product Catalogs", "type": "folder" }, "items": [ { "info": { "name": "WhatsApp List Product Catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v21.0/:waba-id/product_catalogs", "params": [ { "name": "waba-id", "value": "", "type": "path", "description": "WhatsApp Business Account ID" } ] }, "docs": "Lists product catalogs connected to a WABA." }, { "info": { "name": "WhatsApp Connect Product Catalog", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v21.0/:waba-id/product_catalogs", "params": [ { "name": "waba-id", "value": "", "type": "path", "description": "WhatsApp Business Account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Connects a product catalog to a WABA." }, { "info": { "name": "WhatsApp Disconnect Product Catalog", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.facebook.com/v21.0/:waba-id/product_catalogs", "params": [ { "name": "waba-id", "value": "", "type": "path", "description": "WhatsApp Business Account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disconnects a product catalog from a WABA." } ] } ], "bundled": true }