> ## 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 a ready-to-edit, guide-compliant sample 850 for a retailer profile —

> public, so the checker/landing page can prefill a per-retailer example.

public, so the checker/landing page can prefill a per-retailer example.

### Path parameters

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

### Response

No response body. A compliant sample X12 850.

### Status codes

| Code  | Meaning                    |
| ----- | -------------------------- |
| `200` | A compliant sample X12 850 |
| `404` | Unknown retailer profile   |

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