Skip to content

Product Catalog External Event Sources

Updated: Jan 6, 2026

Reading

external event sources

Example

Select language

HTTPPHP SDKJavaScript SDKAndroid SDKiOS SDK


GET /v25.0/{product-catalog-id}/external_event_sources HTTP/1.1  
Host: graph.facebook.com

Try it in Graph API Explorer

If you want to learn how to use the Graph API, read our Using Graph API guide

Parameters

This endpoint doesn't have any parameters.

Fields

Reading from this edge will return a JSON formatted result:

{
"data": [],
"summary": {}
}
data

A list of ExternalEventSource nodes.

summary

Aggregated information about the edge, such as counts. Specify the fields to fetch in the summary param (like summary=total_count).

FieldDescription
total_count unsigned int32Total number of event sources attached to the catalog

Error Codes

Error CodeDescription
100Invalid parameter

Creating

/{product_catalog_id}/external_event_sources

You can make a POST request to external_event_sources edge from the following paths:

When posting to this edge, an ExternalEventSource will be created.

Parameters

ParameterDescription
external_event_sources A JSON-encoded ruleAn array of event source ids

Return Type

This endpoint supports read-after-write and will read the node to which you POSTed.

Struct  {
success: bool,
}

Error Codes

Error CodeDescription
100Invalid parameter
200Permissions error

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About