429
Rate limit exceeded. Wait the number of seconds given in Retry-After. The body is problem-shaped application/json, not application/problem+json. This API sends no X-RateLimit-* headers — the quota is discovered here.
Base URL https://api.erp.fluit.cloud/ecom.
The response example is generated from the schema: the shape is right, the values are made up.
GET
/help/articles/{slug}
Get a knowledge article by slug
Returns a single published knowledge article with full Markdown content.
Path parameters
Field
Type
slug
Required
string
Query parameters
Field
Type
locale
string
Responses
200
EcomArticleDetailResponse
Field
Type
articleType
string
· nullable
category
string
· nullable
content
string
· nullable
icon
string
· nullable
id
string(uuid)
slug
string
· nullable
summary
string
· nullable
title
string
· nullable
429
Rate limit exceeded. Wait the number of seconds given in Retry-After. The body is problem-shaped application/json, not application/problem+json. This API sends no X-RateLimit-* headers — the quota is discovered here.
Base URL https://api.erp.fluit.cloud/ecom.
The response example is generated from the schema: the shape is right, the values are made up.
GET
/help/articles/by-item/{itemId}
Get knowledge articles for a specific item
Returns published knowledge articles linked to the given item ID.
Path parameters
Field
Type
itemId
Required
string(uuid)
Query parameters
Field
Type
locale
string
Responses
200
EcomArticleListItem[]
Field
Type
articleType
string
· nullable
category
string
· nullable
icon
string
· nullable
id
string(uuid)
slug
string
· nullable
summary
string
· nullable
title
string
· nullable
429
Rate limit exceeded. Wait the number of seconds given in Retry-After. The body is problem-shaped application/json, not application/problem+json. This API sends no X-RateLimit-* headers — the quota is discovered here.
Base URL https://api.erp.fluit.cloud/ecom.
The response example is generated from the schema: the shape is right, the values are made up.
GET
/help/search
Search knowledge articles
Full-text search across published knowledge articles. Returns up to 10 results.
Query parameters
Field
Type
q
Required
string
locale
string
Responses
200
EcomSearchResult[]
Field
Type
articleType
string
· nullable
category
string
· nullable
id
string(uuid)
slug
string
· nullable
summary
string
· nullable
title
string
· nullable
429
Rate limit exceeded. Wait the number of seconds given in Retry-After. The body is problem-shaped application/json, not application/problem+json. This API sends no X-RateLimit-* headers — the quota is discovered here.
Base URL https://api.erp.fluit.cloud/ecom.
The response example is generated from the schema: the shape is right, the values are made up.
Schemas
The objects this group's calls refer to. The field tables above go one level deep and link here rather than repeating the same schema on every endpoint.