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

# Returns the auto-generated certification pack for a retailer profile — the

> exact compliant + rejection cases that certify a relationship against that retailer's guide. Public, so a prospect can see what conformance requires.

exact compliant + rejection cases that certify a relationship against that
retailer's guide. Public, so a prospect can see what conformance requires.

### Path parameters

<ParamField path="key" type="string" required>
  Retailer profile key, e.g. walmart
</ParamField>

### Response

No response body. Generated certification test pack.

### Status codes

| Code  | Meaning                           |
| ----- | --------------------------------- |
| `200` | Generated certification test pack |
| `404` | Unknown retailer profile          |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/retailer-profiles/{key}/certification-pack' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
