curl --request GET \
--url 'https://edi.stateset.com/v1/catalog' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"description": "Two-person tent, green — replacement for damaged pole set.",
"history": [
{
"at": null,
"changed_fields": null,
"version": null
}
],
"ids": [
{
"qualifier": null,
"value": null
}
],
"pack_size": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prices": [
{
"price": null,
"qualifier": null
}
],
"sku": "SKU-TENT-2P-GRN",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_at": "2026-08-31T14:22:05Z",
"version": 1
}
]
The item master (assortment) for the tenant, optionally by partner.
Item-master records
GET
/
v1
/
catalog
curl --request GET \
--url 'https://edi.stateset.com/v1/catalog' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"description": "Two-person tent, green — replacement for damaged pole set.",
"history": [
{
"at": null,
"changed_fields": null,
"version": null
}
],
"ids": [
{
"qualifier": null,
"value": null
}
],
"pack_size": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prices": [
{
"price": null,
"qualifier": null
}
],
"sku": "SKU-TENT-2P-GRN",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_at": "2026-08-31T14:22:05Z",
"version": 1
}
]
Query parameters
string
Filter to one partner
Response
CatalogItemRecord[] — each element:
string
CatalogChange[]
string
string
required
CatalogPrice[]
string
required
string
required
string (date-time)
required
integer (int32)
required
Bumped each time the attributes change; 1 on first ingest.
Status codes
| Code | Meaning |
|---|---|
200 | Item-master records |
403 | Admin credential required |
curl --request GET \
--url 'https://edi.stateset.com/v1/catalog' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"description": "Two-person tent, green — replacement for damaged pole set.",
"history": [
{
"at": null,
"changed_fields": null,
"version": null
}
],
"ids": [
{
"qualifier": null,
"value": null
}
],
"pack_size": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"prices": [
{
"price": null,
"qualifier": null
}
],
"sku": "SKU-TENT-2P-GRN",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_at": "2026-08-31T14:22:05Z",
"version": 1
}
]
Last modified on August 31, 2026