Author:
Fluent Commerce
Changed on:
22 Mar 2024
Target release date: | 2021-05-17 |
---|---|
Release status: | Released |
To support the upcoming new Mystique UX Framework and ServicePoint refresh, a few platform updates have been made to enhance the Store Fulfilment and implementation experience including:
`articlesByLocation`
GraphQL Schema Updates
Some minor updates have been made to the GraphQL Schema this month.
Updated `articlesByLocation`
`articlesByLocation`
The new parameters are:
`orderRef`
`customerFirstName`
`customerLastName`
`customerPhone`
`customerEmail`
`carrierName`
`consignmentStatus`
If you would like more information about this query, you can read the GraphQL Query article.
Rubix Orchestration Framework Updates
Custom Event Attribute Types:
`@EventAttribute(name = "pickedItems") // user action attribute declaration type = "PICKED_ITEMS"`
`public class ProcessPickList implements Rule { `
` PickedItemsDTO pickedItems = context.getEvent().getAttribute("pickedItems", PickedItemsDTO.class);`
` // ...`
`}`
The
`@EventAttribute`
`type = "STRING"`
`PickedItemsDTO.class`
On the Workflow configuration for the User Action, the Event Attribute type can now be declared as
`PICKED_ITEMS`
`"userActions": [`
` {`
` "context": [`
` {`
` "label": "Confirm Pick",`
` "type": "PRIMARY",`
` "modules": [`
` "servicepoint"`
` ],`
` "confirm": true`
` }`
` ],`
` "attributes": [`
` {`
` "name": "pickedItems",`
` "label": "Picked Items",`
` "type": "PICKED_ITEMS",`
` "source": "",`
` "defaultValue": "",`
` "mandatory": true`
` }`
` ]`
` }`
`]`
If you would like more information, you can see the Anatomy of a Rule.
Bug Fixes
ServicePoint Dashboard Timezone Offset Fix:
For more information, see the ServicePoint Dashboard
Details as listed above.
Released capability depth: | Fix, New capability, Enhancement |
---|---|
Release bundle / Capability type: | Web apps, Platform |
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.