curl --request POST \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/check' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Free compliance checker: validate a raw X12 file against a retailer's
published implementation guide, with no account and no side effects. Returns the per-document conformance verdict and every guide violation…
POST
/
v1
/
retailer-profiles
/
{key}
/
check
curl --request POST \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/check' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
published implementation guide, with no account and no side effects. Returns
the per-document conformance verdict and every guide violation. This is the
lead-magnet engine — a supplier pastes the PO/ASN their retailer rejected and
sees exactly why.
Path parameters
string
required
Retailer profile key, e.g. walmart / target / amazon
Response
No response body. Conformance report against the retailer’s guide.Status codes
| Code | Meaning |
|---|---|
200 | Conformance report against the retailer’s guide |
404 | Unknown retailer profile |
curl --request POST \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/check' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026