# Custom attributes

You can enrich your product catalog data by providing custom attributes for one or all products in your Digital River catalog. Common attributes describe a product, such as size, color, platform, etc.

{% hint style="info" %}
**Note**: By default, the response does not include the custom attributes in an API call to a resource ([Categories](https://www.digitalriver.com/docs/commerce-shopper-api//#tag/Categories), [Products](https://www.digitalriver.com/docs/commerce-shopper-api/#tag/Products), [Offers](https://www.digitalriver.com/docs/commerce-shopper-api/#tag/Offers)). Expand the `customAttributes=all` query parameter to return all of the configured custom attributes.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/commerce-api-references/commerce-api-reference-guide/api-structure/custom-attributes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
