> ## 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.

# Product Attributes

> Look up product categories, sizes, materials, components, and packaging.

Product attribute endpoints provide the reference data you need when creating or updating products. Use these endpoints to discover valid categories, sizes, materials, components, packaging options, and default product templates.

## Available endpoints

| Endpoint                                                                           | Description                                      |
| :--------------------------------------------------------------------------------- | :----------------------------------------------- |
| [Get Categories](/api-reference/pic/product-attributes/get-categories)             | Retrieve the full list of product categories     |
| [Get Size](/api-reference/pic/product-attributes/get-size)                         | Get available sizes for a given product category |
| [Get Materials](/api-reference/pic/product-attributes/get-materials)               | Search the BOM material catalog                  |
| [Get Components](/api-reference/pic/product-attributes/get-components)             | Search the component catalog                     |
| [Get Packaging](/api-reference/pic/product-attributes/get-packaging)               | Search the packaging catalog                     |
| [Get Default Products](/api-reference/pic/product-attributes/get-default-products) | Browse default product templates                 |

<Note>
  These endpoints return the reference data needed for the `categoryExpansionId`, `size`, `materials`, `components`, and `packaging` fields when [creating a product](/api-reference/pic/products/create).
</Note>
