curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/certification-pack' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
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.
GET
/
v1
/
retailer-profiles
/
{key}
/
certification-pack
curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/certification-pack' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
exact compliant + rejection cases that certify a relationship against that
retailer’s guide. Public, so a prospect can see what conformance requires.
Path parameters
string
required
Retailer profile key, e.g. walmart
Response
No response body. Generated certification test pack.Status codes
| Code | Meaning |
|---|---|
200 | Generated certification test pack |
404 | Unknown retailer profile |
curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles/{key}/certification-pack' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026