Skip to content

Endpoint

  • Method: GET
  • Path: /settings/integration/product_cat_options
  • Edition: Core
  • Controller: IntegrationController@getCustomAffiliateOptions
  • Route source: app/Http/Routes/api.php

GET Get Integration Product Options

GET
/settings/integration/product_cat_options

Get product/category options for an integration.

Controller: IntegrationController@getCustomAffiliateOptions
Route source: app/Http/Routes/api.php

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
"options": [
{
"id": 0,
"name": "string"
}
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation