24 May 2022
OrdersGraphQL
The 
lastMessageSequenceNumber field is deprecated from Order, as it is an internal field that should not be used in customer logic.
For processing Messages in the correct order, a message processor can continue to use the id field of the resource alongside the sequenceNumber of the Message.Changes:
- [API] Removed lastMessageSequenceNumberfrom Order.
- [GraphQL API] Changed the Ordertype:- Field lastMessageSequenceNumberwas deprecated inOrdertype.
 
- Field