Get Default Products
Product Attributes
Get Default Products
POST
Get Default Products
Use this endpoint to browse the default product taxonomy. Default products are pre-configured templates with standard material compositions that you can use as a starting point when creating products.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 default products by name. |
ids | Array<string> | Filter by specific taxonomy IDs. |
productSize | Array<string> | Filter by product size. |
productCategory | Array<string> | Filter by product category. |
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" }. Default sort is by name ascending. |
Implementation Details
- Pagination: Maximum page size is capped at 50 results.
- Active only: Only active taxonomy entries are returned.
- Usage: Use the
taxonomyIdfrom the response when creating a product to inherit the default material composition.
Body
application/json

