Skip to content

Endpoint

  • Method: GET
  • Path: /cart/products/search
  • Edition: Core
  • Controller: PaywallController@searchProduct
  • Route source: fluent-community/Modules/Integrations/FluentCart/Http/cart_api.php:11
  • Controller source: fluent-community/Modules/Integrations/FluentCart/Http/Controllers/PaywallController.php

GET Search Cart Products

GET
/cart/products/search

Search Cart Products for the FluentCommunity Cart Integration API.

Controller: PaywallController@searchProduct
Route source: fluent-community/Modules/Integrations/FluentCart/Http/cart_api.php:11

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Query Parameters

search

Search read via $request->getSafe() in searchProduct().

Type
string

Responses

Successful response

application/json
JSON
{
  
"products": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation