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

# Scope 3 Get Default Products

Each product in a Scope 3 library requires a default product to be assigned to it. You can pull in the entire list of available default products across 38 apparel categories or you can query off of a specific product type and/or category. Additionally, you can search by keyword for inexact matches.

```json theme={null}
{
  "from": 0,
  "size": 0,
  "ids": [
    "string"
  ],
  "textSearch": "string",
  "productType": [
    "string"
  ],
  "productCategory": [
    "string"
  ]
}
```
