OrderShipmentStateChanged
type OrderShipmentStateChanged = MessagePayload & {
__typename?: 'OrderShipmentStateChanged';
shipmentState: ShipmentState;
oldShipmentState?: Maybe<ShipmentState>;
type: Scalars['String'];
};type OrderShipmentStateChanged = MessagePayload & {
__typename?: 'OrderShipmentStateChanged';
shipmentState: ShipmentState;
oldShipmentState?: Maybe<ShipmentState>;
type: Scalars['String'];
};