> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ground agents from the store: import products, collections and policies

> Near-duplicates update in place, so re-running refreshes rather than duplicates.

Near-duplicates update in place, so re-running refreshes rather than duplicates.

### Response

Returns `object`.

### Status codes

| Code  | Meaning                                                 |
| ----- | ------------------------------------------------------- |
| `200` | Import result                                           |
| `400` | Invalid request. `issues` names the offending field(s). |
| `401` | Missing, invalid, or expired API key.                   |
| `403` | The key lacks a required scope.                         |
| `429` | Rate limit exceeded.                                    |

### Access

|                |                        |
| -------------- | ---------------------- |
| Required scope | `knowledge:write`      |
| Rate limit     | 30 requests per minute |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://response.stateset.com/api/v1/integrations/shopify/import-knowledge' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
