Fulfilment Options improvements enablement
Author:
Fluent Commerce
Changed on:
2 Nov 2023
Overview
In the September 2023 release, we improved our Fulfilment Options response times by up to 50%. One of these improvements is disabled by default for existing Accounts. This section will detail how to turn on this setting.
Key points
- Enhance Fulfilment Option speed
- Customise setting for speed
When a fulfillment option request is sent to the POST /api/v4.1/event/sync endpoint of your Fluent account, the first step that is taken is to send an internal API request to Event API, creating an event record of the Fulfilment Option request. The previous behavior was for this request to be done synchronously. Making this call asynchronous will speed up the Fulfilment Option request creation.
If you rely on receiving the event ID during the Fulfilment Option Orchestration, then you will need to leave this setting as synchronous. Otherwise, updating the setting will allow for asynchronous event creation and increase Fulfilment Options processing speed.
- Create or Update the setting
`fc.fulfilmentoptions.create.event.persistence`
- Update the setting value to be “asynchronous”.