Fulfilment Field Mapping Issue in createFulfilmentPlans Mutation Fix
Author:
Yulia Andreyanova
Changed on:
6 June 2025
Target release date: | 2025-06-10 |
---|---|
Release status: | Released |
Description
This release introduces a fix for a data integrity issue affecting plans. Previously, records were saved with incorrect field names due to a mapping error in the `createFulfilmentPlans`
bulk mutation. As a result, attempts to read these records caused query failures.
This update ensures that new data is saved with the correct structure and that existing legacy records are now readable through corrected field mappings.
Changelog
Correct field mapping implemented for the `fulfilments`
object in the `createFulfilmentPlans`
bulk mutation.
Added read-side mapping to support legacy records saved with incorrect field names.
Resolved query failures triggered by malformed field names.
Released capability depth: | Fix |
---|---|
Release bundle / Capability type: | Platform |