Ecommerce Search 26.6
| Version | 26.6 |
|---|---|
| Release Date | 03 August 2026 |
Changes
New features
None.
Enhancements
Admin API: affinity keys are validated against the 64 character limit
Affinity keys have a documented maximum length of 64 characters, but the limit was not enforced. The Admin API now validates it, so a request that ingests an affinity key longer than 64 characters is rejected with 400 Bad Request.
| Model | Property |
|---|---|
| CommercialAffinityValues | CommercialAffinities |
| UserAffinityDataSourceModel | Affinities |
Affinity source names are subject to the same limit, which was already enforced. See Limits for the full set of affinity limits.
Admin API: key length limits described in the OpenAPI schema
Dictionary properties in the Admin API now state their maximum key length of 64 characters in the OpenAPI schema, and the description carries through to the generated SDKs. The limit was already enforced on the properties listed below, so this change affects the schema documentation only.
| Model | Property |
|---|---|
| ProductPatchBulkModel | Metadata |
| SkuPatchBulkModel | StringAttributes |
| SkuPatchBulkModel | NumberAttributes |
| SkuPatchBulkModel | IntervalAttributes |
| SkuPatchBulkModel | Metadata |
| SkuPatchBulkModel | CommercialParameters |
| SkuPatchBulkModel | CommercialAffinitySources |
| StringAttributeModel | Values |
Deprecations
None.