Skip to content

Marketing BFF Surface

Endpoint Families

Article BFF

  • retrieval: getArticle, getArticleBySlug, listArticles
  • mutation: createArticle, updateArticle, deleteArticle
  • collections: getArticleCollection, listArticleCollections, createArticleCollection, updateArticleCollection, deleteArticleCollection, addArticlesToCollection, removeArticlesFromCollection, replaceArticlesInCollection

Product BFF

  • retrieval: getProduct, getProductBySlug, listProducts
  • mutation: createProduct, updateProduct, deleteProduct
  • collections: getProductCollection, listProductCollections, createProductCollection, updateProductCollection, deleteProductCollection
  • properties: getProperty, getPropertiesByKeys

Contract Rule

The returned BFF object shape is authoritative for downstream site use.