10 March 2026
Composable Commerce
HTTP API
Enhancement
Import
The Import API now supports a partiallyImported ProcessingState for Import Operations. The partiallyImported state is assigned when a resource is partially imported, meaning some actions succeeded, but others failed. For example, this can happen due to validation or concurrency errors. Previously, such cases were reported as imported or rejected without distinguishing partial success.
When an Import Operation is in the partiallyImported state, you can inspect the error details for the failed parts, correct the failing data based on the errors information, and submit a follow-up import request for those items. The Get ImportSummary of ImportContainer endpoint now returns the number of operations in the partiallyImported state.

Changes: