Fluent Commerce Logo
Docs
Sign In

Fulfilment Field Mapping Issue in createFulfilmentPlans Mutation Fix

Release

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 fulfillment plans. Previously, fulfillment 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 fulfillment 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 fulfillment field names.

Released capability depth:Fix
Release bundle / Capability type:Platform