Skip to content

Cart Integration API

FluentCart-backed paywall search, creation, retrieval, and removal for spaces.

Authentication

Cart routes use SpacePolicy and assume the FluentCart integration module is active.

Endpoints

MethodPathEditionOperationController
GET/cart/products/searchCoreSearch Cart ProductsPaywallController@searchProduct
POST/cart/products/createCoreCreate Cart ProductPaywallController@createProduct
GET/cart/spaces/{spaceId}/paywallsCoreList Space PaywallsPaywallController@getPaywalls
POST/cart/spaces/{spaceId}/paywallsCoreCreate Space PaywallPaywallController@addPaywall
DELETE/cart/spaces/{spaceId}/paywallsCoreDelete Space PaywallPaywallController@removePaywall

FluentCommunity developer documentation