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
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /cart/products/search | Core | Search Cart Products | PaywallController@searchProduct |
POST | /cart/products/create | Core | Create Cart Product | PaywallController@createProduct |
GET | /cart/spaces/{spaceId}/paywalls | Core | List Space Paywalls | PaywallController@getPaywalls |
POST | /cart/spaces/{spaceId}/paywalls | Core | Create Space Paywall | PaywallController@addPaywall |
DELETE | /cart/spaces/{spaceId}/paywalls | Core | Delete Space Paywall | PaywallController@removePaywall |