curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/sample' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
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.
GET
/
v1
/
retailer-profiles
/
{key}
/
sample
curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/sample' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
public, so the checker/landing page can prefill a per-retailer example.
Path parameters
string
required
Retailer profile key, e.g. walmart
Response
No response body. A compliant sample X12 850.Status codes
| Code | Meaning |
|---|---|
200 | A compliant sample X12 850 |
404 | Unknown retailer profile |
curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/sample' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026