12 January 2026
ImportProduct catalog
To align the behavior of the Import API with the HTTP API, we have removed the pattern validation for the
key field on ProductImport and ProductDraftImport. This fixes an issue where Products could not be updated using the Import API if their key contained characters that were disallowed by the pattern validation.Changes:
- [API] Removed
keypattern validation on ProductImport. - [API] Removed
keypattern validation on ProductDraftImport.