4 March 2022
GraphQLOrders
Changes:
- [GraphQL API] Added the following types to the GraphQL schema: 
OrderMessagePayload. - [GraphQL API] Changed the 
OrderCustomLineItemQuantityChangedtype:OrderCustomLineItemQuantityChangedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderShippingRateInputSettype:OrderShippingRateInputSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCustomLineItemRemovedtype:OrderCustomLineItemRemovedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderBillingAddressSettype:OrderBillingAddressSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ParcelItemsUpdatedtype:ParcelItemsUpdatedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderEditAppliedtype:OrderEditAppliedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
DeliveryAddedtype:DeliveryAddedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
PreviewSuccesstype:- Added the 
messagePayloadsfield to thePreviewSuccesstype. 
 - Added the 
 - [GraphQL API] Changed the 
OrderPaymentStateChangedtype:OrderPaymentStateChangedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ReturnInfoSettype:ReturnInfoSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCustomerSettype:OrderCustomerSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderDiscountCodeStateSettype:OrderDiscountCodeStateSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCustomerGroupSettype:OrderCustomerGroupSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderLineItemDiscountSettype:OrderLineItemDiscountSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderStateChangedtype:OrderStateChangedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderLineItemAddedtype:OrderLineItemAddedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderImportedtype:OrderImportedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCustomerEmailSettype:OrderCustomerEmailSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCustomLineItemDiscountSettype:OrderCustomLineItemDiscountSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderDiscountCodeAddedtype:OrderDiscountCodeAddedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
CustomLineItemStateTransitiontype:CustomLineItemStateTransitionobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderPaymentRemovedtype:OrderPaymentRemovedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ParcelTrackingDataUpdatedtype:ParcelTrackingDataUpdatedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderDiscountCodeRemovedtype:OrderDiscountCodeRemovedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
DeliveryRemovedtype:DeliveryRemovedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCreatedtype:OrderCreatedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderLineItemRemovedtype:OrderLineItemRemovedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ParcelRemovedFromDeliverytype:ParcelRemovedFromDeliveryobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderDeletedtype:OrderDeletedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderStoreSettype:OrderStoreSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
DeliveryItemsUpdatedtype:DeliveryItemsUpdatedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ReturnInfoAddedtype:ReturnInfoAddedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderReturnShipmentStateChangedtype:OrderReturnShipmentStateChangedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ParcelMeasurementsUpdatedtype:ParcelMeasurementsUpdatedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderStateTransitiontype:OrderStateTransitionobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
LineItemStateTransitiontype:LineItemStateTransitionobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderLineItemDistributionChannelSettype:OrderLineItemDistributionChannelSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
ParcelAddedToDeliverytype:ParcelAddedToDeliveryobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
DeliveryAddressSettype:DeliveryAddressSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderCustomLineItemAddedtype:OrderCustomLineItemAddedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderShipmentStateChangedtype:OrderShipmentStateChangedobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderShippingInfoSettype:OrderShippingInfoSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderShippingAddressSettype:OrderShippingAddressSetobject type now implementsOrderMessagePayloadinterface
 - [GraphQL API] Changed the 
OrderPaymentAddedtype:OrderPaymentAddedobject type now implementsOrderMessagePayloadinterface
 
The following changes were introduced in terms of GraphQL SDL:
extend type PreviewSuccess {
  messagePayloads: [OrderMessagePayload!]!
}
interface OrderMessagePayload {
  type: String!
}