Skip to contents

See the relevant page in the documentation for available fields and more details https://developers.facebook.com/docs/marketing-api/reference/product-catalog

Usage

cc_get_fb_owned_product_catalogs(
  fb_business_id = NULL,
  api_version = "v19.0",
  fields = c("id", "business", "commerce_merchant_settings", "da_display_settings",
    "default_image_url", "fallback_image_url", "feed_count", "is_catalog_segment",
    "name", "product_count", "vertical"),
  token = NULL
)

Arguments

fb_business_id

Facebook business id. For details on how to find it, see https://www.facebook.com/business/help/1181250022022158

api_version

Defaults to "v18.0".

fields

Defaults to all available.

token

Facebook user token (not a page token).

Examples

if (FALSE) { # \dontrun{
cc_get_fb_owned_product_catalogs()
} # }