Get Components List
Product Attributes
Get Components List
POST
Get Components List
Use this endpoint to search the component catalog. Components represent additional product elements such as buttons, zippers, and trims that contribute to a product’s environmental impact.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
Request body params
| Name | Type | Description |
|---|---|---|
textSearch | string | Search components by name. |
ids | Array<string> | Filter by specific component IDs. |
from | number | [DEFAULT: 0] Pagination start index. |
size | number | [DEFAULT: 50] Number of results to return (max 50). |
sort | object | Sorting configuration { field: string, order: "asc" | "desc" }. |
Implementation Details
- Pagination: Maximum page size is capped at 50 results.
- Usage: Use the returned
_idvalues (ascomponentId) in thecomponentsarray when creating or updating products.
Body
application/json

