7 September 2021
GeneralImport
As announced on 9 August 2021, we introduced a new Processing State structure.
Additionally, the Processing State values are now spelled in the (lower) camel case to better align with the HTTP API.
The processing of your Import Request itself should not be impacted by this change; however, if you have some sort of monitoring using Processing States, you need to change the code. We apologize for the inconvenience this may cause.
The following changes were made:
- Introduced a new Processing State 
processing. This is the initial state assigned to an Import Operation. - The 
unresolvedstate will no longer be the initial state. - The 
unresolvedstate continues to be used (but exclusively) as the state to indicate missing references. keyof ProductVariantDraftImport is now mandatory.